/* CSS Document */

body {
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
}
.wrapper {
	background-color:#ffffff;
	/*max-width:960px;*/
	margin:0 auto;
}
/* Header */
.hd-logo {
	padding:10px 30px 20px;
}
.hd-topnav {
	padding:20px 0px;
	text-align:right;
	font-size:13px;
	margin-right:10px;
}
/* Side Navigation */
.sn-bar {
	display: table-cell;
	padding:20px 0px;
	margin:0 auto;
	background-color: #FBAE17;
	-webkit-box-shadow: 2px 2px 3px 0px #bababa;
	box-shadow: 2px 2px 3px 0px #bababa;
	display:table;
	width:100%;
}
.sn-services {
	margin-top:5px;
	padding:0;
	background-color: #8cc63f;
	-webkit-box-shadow:none;
	box-shadow:none;
}
.sn-training {
	margin-top:5px;
	padding:0;
	background-color: #930217;
	-webkit-box-shadow:none;
	box-shadow:none;
	color:#FFFFFF;
}
/* Remove Background Color from Navbar */
@media only screen and (min-width: 940px) {
	.top-bar {
		background-color:transparent;
		*zoom: 1;
		overflow: visible; 
	}
	.top-bar-section li a:not(.button) {
		padding: 20px 20px;
		line-height: 20px;
		background-color: transparent !important; 
	}
}
/* Smaller than 940px */
@media only screen and (max-width: 939px) {
	.top-bar {
		overflow: hidden;
		height: 45px;
		line-height: 45px;
		position: relative;
		background: white;
		margin-bottom: 0; 
		margin-top:20px;
	}
	.top-bar .toggle-topbar.menu-icon a {
		text-indent: -48px;
		width: 34px;
		height: 34px;
		line-height: 33px;
		padding: 0;
		color: #222222; 
	}
	.top-bar .toggle-topbar.menu-icon a span {
		position: absolute;
		right: 0;
		display: block;
		width: 16px;
		height: 0;
		-webkit-box-shadow: 0 10px 0 1px #222222, 0 16px 0 1px #222222, 0 22px 0 1px #222222;
		box-shadow: 0 10px 0 1px #222222, 0 16px 0 1px #222222, 0 22px 0 1px #222222; 
	}
	.top-bar.expanded .title-area {
		background: white; 
	}
}
/* Font Styling for Navbar */
.top-bar-section ul li > a {
	display: block;
	width: 100%;
	color: #4c4c0d;
	padding: 20px 0 20px 0;
	padding-left: 15px;
	font-size: 0.750em;
	font-weight:normal;
	background: white; 
}
.top-bar-section ul li > a #desc {
	font-style:italic;
	font-size:10px;
	color:#707070;
}
.top-bar-section ul li.active > a #desc {
	font-style:italic;
	font-size:10px;
	color:white;
}
.top-bar-section ul li:hover > a #desc {
	font-style:italic;
	font-size:10px;
	color:white;
}
.top-bar-section ul li:hover > a {
	background: #a0d72a !important;
	color: #4c4c0d; 
}
.top-bar-section ul li.active > a {
	background: #a0d72a !important;
	color: #4c4c0d; 
}
/* Generic Styling Elements */
.bborder {
	border-bottom: 1px solid #dadada;
}
.p-top50 {
	padding-top:50px;
}
.p-top30 {
	padding-top:30px;
}
.p-top20 {
	padding-top:20px;
}
/* Font */
@media only screen and (max-width: 600px) { 
/* For small devices */
	h1 {
		font-size:1.188em;
		color:#79792b;
		font-weight:300;
	}
	h2 {
		font-size:1em;
		color:#79792b;
		font-weight:300;
	}
}
@media only screen and (min-width: 601px) { 
/* For small devices */
	h1 {
		font-size:1.875em;
		color:#333333;
		font-weight:300;
	}
	h2 {
		font-size:1.125em;
		color:#5e5b5b;
		font-weight:400;
	}
}
/* Home Elements */
	.hp-section2 {
		background-color:#BDCCD4;
		margin:10px 0;
		font-size:36px;
		padding:35px 48px;
		font-family: 'Roboto Slab', serif;
		text-align: center;
		color:#005495;
	}

	.hp-section3  {
		background-color:#CCCCCC;
		min-height: 130px;
		padding:5px 20px 5px 60px;
	}
	.hp-section3 blockquote {
		padding-top: 20px;
		overflow: hidden; /* clearfix alternative */
		font-size: 14px !important;
		line-height: 150%;
		color: #454545;
		border-left:none;
		margin-bottom:0px;
	}
	.hp-section3 blockquote p {
		font-size: 14px !important;
		padding-left: 60px;
	}
	.hp-section3 blockquote small {
		padding-left: 60px;
	}

	.hp-section3 blockquote:before {
		display: block;
		float: left;
		margin: 10px 15px 0 0;
		font-size: 100px; /* let's make it a big quote! */
		content: open-quote; 
		color: #bababa;
		text-shadow: 0 1px 1px #909090;
	}
	.hp-section3 blockquote:after {
		content: none;/* could be content:close-quote; but lets keep it clean*/
	}

	.hp-section4  {
		background-color:#CCCCCC;
		min-height: 130px;
	}
	.right-margin {
		margin-right:30px;
	}
	.hp-grid-shadow {
		-webkit-box-shadow: 1px 1px 2px 0px #bababa;
		box-shadow: 1px 1px 2px 0px #bababa;
		
	}
	.hp-grid-image {
		float:right;
		max-width:100%;
		overflow:hidden;
	}
	.hp-testimonial-title {
		font-size:16px;
		padding-bottom:5px;
		border-bottom:2px #ffffff solid;
	}
	.hp-image {
		background-color:#ffffff;
		padding:0px 12px;
		position:relative;
	}
	.hp-image h2 {
	font-size: 16px;
	color:#000000;
	font-weight:normal;
}
.hp-image .sub-title-services {
	padding:1px 10px 8px 10px;
	background-color:#8cc63f;
	text-align:center;
	color:#ffffff;
}
.hp-image .sub-title-services h2 a {
	color:#ffffff;
}
.hp-image .sub-title-training {
	padding:1px 10px 8px 10px;
	background-color:#930418;
	text-align:center;
	color:#ffffff;
}
.hp-image .sub-title-training h2 a {
	color:#ffffff;
}
.hp-image .sub-title {
	padding:1px 10px 8px 10px;
	background-color:#29ABE2;
	text-align:center;
	color:#ffffff;
}
.hp-image .sub-title h2 a {
	color:#ffffff;
}
/* General Template*/
.gp-section1 { /*about*/
	background-color:#BDCCD4;
	margin-bottom:8px;
	font-size:22px;
	padding:15px 20px;
	font-family: 'Open Sans';
	text-align: left;
	color:#FFFFFF;
}
.gp-section1-career { /*career*/
	background-color:#29ABE2;
	margin-bottom:8px;
	font-size:22px;
	padding:15px 20px;
	font-family: 'Open Sans';
	text-align: left;
	color:#FFFFFF;
}
.gp-section1-services { /*services*/
	background-color:#8CC63F;
	margin-bottom:8px;
	font-size:22px;
	padding:15px 20px;
	font-family: 'Open Sans';
	text-align: left;
	color:#FFFFFF;
}
.gp-section1-events { /*events*/
	background-color:#fbae17;
	margin-bottom:8px;
	font-size:22px;
	padding:15px 20px;
	font-family: 'Open Sans';
	text-align: left;
	color:#FFFFFF;
}
.gp-section1-training { /*training*/
	background-color:#930217;
	margin-bottom:8px;
	font-size:22px;
	padding:15px 20px;
	font-family: 'Open Sans';
	text-align: left;
	color:#FFFFFF;
}
.gp-section2 {
	background-color:#999999;

	padding:20px 12px;
	min-height: 400px;
	position:relative;
}
.gp-section2.contact {
	background-color:#ffffff !important;
	padding:0px;
	min-height: 400px;
	position:relative;
}
.gp-section2 .tb-content {
	padding:20px 40px 20px;
	color:#ffffff;
}
.gp-section2.events-wrapper .tb-content {
	padding:20px 20px 20px;
	color:#ffffff;
}
.gp-section2.training-wrapper .tb-content {
	padding:20px 20px 20px;
	color:#111111;
}
.gp-section2.services .tb-content {
	padding:20px 20px 20px;
	color:#111111;
}
.gp-section2.contact .tb-content {
	/*padding:20px 40px 70px;*/
	padding:0px;
	color:#111111;
}
.gp-section2 .internal-bottom-nav {

	padding:20px 12px 20px;
	color:#cccccc;
	position:absolute;
	bottom:0px;
	right: 20px;
}
.gp-section2 h2 {
	font-size: 16px;
	color:#000000;
	font-weight:normal;
}
.gp-section2 .sub-title h2{
	color:#ffffff;
}
.gp-section2 .sub-title {
	padding:1px 10px 8px 10px;
	background-color:#BDCCD4;
	text-align:center;
	color:#ffffff;
}
.gp-section2 .sub-title h2 a {
	color:#ffffff;
}
.gp-section2 .sub-title-services h2{
	color:#ffffff;
}
.gp-section2 .sub-title-services {
	padding:1px 10px 8px 10px;
	background-color:#8cc63f;
	text-align:center;
	color:#ffffff;
}
.gp-section2 .sub-title-services-faded {
	padding:1px 10px 8px 10px;
	background-color:#cce6a9;
	text-align:center;
	color:#ffffff;
}
.gp-section2 .sub-title-services h2 a {
	color:#ffffff;
}

.gp-section2 .sub-title-services-faded h2 a {
	color:#ffffff;
}

.gp-section2 .sub-title-training h2{
	color:#ffffff;
}
.gp-section2 .sub-title-training {
	padding:1px 10px 8px 10px;
	background-color:#930418;
	text-align:center;
	color:#ffffff;
}
.gp-section2 .sub-title-training-faded {
	padding:1px 10px 8px 10px;
	background-color:#d39aa2;
	text-align:center;
	color:#ffffff;
}
.gp-section2 .sub-title-training h2 a {
	color:#ffffff;
}

.gp-section2 .sub-title-training-faded h2 a {
	color:#ffffff;
}

@media only screen and (min-width: 601px) { 
.gp-section2 .content {
	background:url(../images/ourservices/background-services.png) no-repeat;
	padding: 50px 30px 0 100px;
}
}
@media only screen and (max-width: 600px) { 
.gp-section2 .content {
	background:url(../images/ourservices/background-services.png) no-repeat;
	padding: 50px;
}
}
/* Tab system for About */
.content-tab .nav-tabs{border-bottom:none; /*margin-right:30px;*/}
.content-tab .nav-tabs{margin-top:-1px; border-top-right-radius:0;border-top-left-radius:0;}
.content-tab .nav-tabs>li {float:right; margin-bottom:-1px;}
.content-tab .nav-tabs>li>a{margin-left:2px;margin-right:0px;line-height:1.428571429;border:1px solid transparent;background-color:#8E9AA1;border-radius:8px 8px 0 0; color:#ffffff; font-size:11px;}
.content-tab .nav>li{position:relative;display:block;}
.content-tab .nav>li>a{position:relative;display:block;padding:3px 50px;}
.content-tab .nav>li>a:hover,.nav>li>a:focus{text-decoration:none;background-color:#eeeeee;}
.content-tab .nav-tabs>li>a:hover{border-color:#eeeeee #eeeeee #dddddd;}
.content-tab .nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{color:#ffffff;background-color:#999999;border:1px solid transparent;border-bottom-color:transparent;cursor:default;}
/* Tab system for Events */
.content-tab .events>li>a{margin-left:2px;margin-right:0px;line-height:1.428571429;border:1px solid transparent;background-color:#f37c20;border-radius:8px 8px 0 0; color:#ffffff; font-size:11px;}
.content-tab .nav>li{position:relative;display:block;}
.content-tab .nav>li>a{position:relative;display:block;padding:3px 50px;}
.content-tab .nav>li>a:hover,.nav>li>a:focus{text-decoration:none;background-color:#eeeeee;}
.content-tab .nav-tabs>li>a:hover{border-color:#eeeeee #eeeeee #dddddd;}
.content-tab .nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{color:#ffffff;background-color:#999999;border:1px solid transparent;border-bottom-color:transparent;cursor:default;}


/* Team Biographies Template*/
.tb-nav {
	background-color: #999999;
}
.tb-nav li{
	background-color:#999999;
	list-style:none;
	font-size:11px;
	text-align:center;
	font-weight:600;
	border-bottom:#FFFFFF solid 4px;
	color:#FFFFFF;
	margin-top: 0px !important;
}
.tb-nav li.active{
	background-color:#BDCCD4;
}
.tb-nav li:last-child  {
	background-color:#999999;
	list-style:none;
	font-size:11px;
	text-align:center;
	font-weight:600;
	color:#FFFFFF;
	margin-bottom:0px;
}
.tb-wrapper {
	height:100%;
}
.cp-wrapper {
	background:#dff2fb;
}
.services-wrapper {
	background:#eef6e3;
}
.training-wrapper {
	background:#efdadd;
}
.events-wrapper {
	background:#c7c1b6;
}
.tb-nav ul {
	margin-bottom:0px;
	padding-left:0px;
}

.tb-name {
	font-weight:bold;
	color:#ffffff;
	font-size:20px;
}
.tb-credentials {
	font-weight:bold;
	color:#ffffff;
	font-size:14px;
}
.tb-position {
	font-weight:bold;
	color:#000000;
	font-size:14px;
}

/*History*/
#values ul{
	list-style: square;
	padding-left:20px;
}
#values ul li {
	color:#000000;
}
#values ul li span {
	color:#FFFFFF;
}

/*Career Path*/
.cp-wrapper {
	padding-top:25px;
}
.cp-nav .nav-pills > li {
  float: left;
  width: 100%;
}
.cp-nav .nav-pills > li > a {
  border-radius: 4px;
  font-weight:600;
  background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0.35, #29AAE2),
	color-stop(0.85, #016699)
);
	background-image: -o-linear-gradient(bottom, #29AAE2 35%, #016699 85%);
	background-image: -moz-linear-gradient(bottom, #29AAE2 35%, #016699 85%);
	background-image: -webkit-linear-gradient(bottom, #29AAE2 35%, #016699 85%);
	background-image: -ms-linear-gradient(bottom, #29AAE2 35%, #016699 85%);
	background-image: linear-gradient(to bottom, #29AAE2 35%, #016699 85%);
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-topleft: 0px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	text-align:center;
	margin-bottom:20px;
}
.cp-nav .nav-pills > li + li {
  margin-left: 2px;
}
.cp-nav .nav-pills > li.active > a,
.cp-nav .nav-pills > li.active > a:hover,
.cp-nav .nav-pills > li.active > a:focus {
	color: #ffffff;
}
.cp-nav .nav-stacked > li {
  float: none;
}
.cp-nav .nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.cp-selected-button {
	border-top:#29abe2 2px solid;
	margin:0px -30px 0 -30px;
	z-index:2;
}
.cp-content {
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-left-radius: 20px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-topleft: 0px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	background:#ffffff;
	border:#29abe2 2px solid;
	min-height:400px;
	margin-bottom:40px;
	padding:30px;
}

/* Footer */
.footer-wrapper {
	padding:10px;
}
.footer-text {
	color:#333333;
	font-size:12px;
	font-weight: 300;
	text-align:right;
}
ul.side-nav {
	
}
.nav>li>a{position:relative;display:block;padding:10px 15px; color:#2D2D2D;}
.nav>li>a:hover,.nav>li>a:focus{text-decoration:none;background-color:transparent; color:#005495;}

.nav>li.training>a{position:relative;display:block;padding:10px 15px; color:#ffffff;}
.nav>li.training>a:hover,.nav>li>a:focus{text-decoration:none;background-color:transparent; color:#ffffff;}

.side-nav li {
/*	padding:8px 15px;*/
	border-bottom:1px solid #ffffff;
	list-style:none;
	font-size:12px;
	text-align:center;
	font-weight:400;
}
.sn-bar .nav-pills > li {
  float: left;
  width: 100%;
}
.sn-bar .nav-pills > li > a {
  border-radius: 0px;
	padding: 18px 30px;
  font-weight:600;
}
.sn-bar .nav-pills > li + li {
  margin-left: 2px;
}
.sn-bar .nav-pills > li.active > a,
.sn-bar .nav-pills > li.active > a.nav-path-selected,
.sn-bar .nav-pills > li.active > a:hover,
.sn-bar .nav-pills > li.active > a:focus
{
  color: #ffffff !important;
  background-color:transparent;
}
.sn-services .nav-pills > li {
	position:relative;
}
.sn-services .nav-pills > li > a:after { float:right; margin-right:5px; content: '\f0d7'; font-family:FontAwesome; font-size:16px}
.sn-services .nav-pills > li > a.tc-active:after
{
	color: #ffffff;
	float:right; margin-right:5px; content: '\f0da'; font-family:FontAwesome; font-size:16px;
}
.sn-training .nav-pills > li.training > a:after { float:right; margin-right:5px; content: '\f0d7'; font-family:FontAwesome; font-size:16px}
.sn-training .nav-pills > li.training > a.tc-active:after
{
	color: #ffffff;
	float:right; margin-right:5px; content: '\f0da'; font-family:FontAwesome; font-size:16px;
}
.sn-bar .nav-pills > li > a.tc-active,
.sn-bar .nav-pills > li > a.tc-active:hover,
.sn-bar .nav-pills > li > a.tc-active:focus
{
  color: #ffffff;
  background-color:transparent;
}
.sn-bar .nav-stacked > li {
  float: none;
}
.sn-bar .nav-stacked > li + li {
  margin-top: 0px;
  margin-left: 0;
}
/*Responsive Images*/
.img_respond {
	max-width:100% !important;
	overflow:hidden;
}
label {
	width:auto !important;
}
.proform_slider .text {
	float:left;
	width:50%;
}
.proform_slider .text-vertical {
	clear:both;
}
.proform_slider .email {
	float:left;
	width:50%;
}
.proform_slider .textarea {
	clear:both;
	width:50%;
}
.proform_slider .radio {
	clear:both;
}
.content-tab .nav-tabs > li.nav-path-selected {
	display:none;
}
.FormNewLine {
	clear:both;
}
.equalHeightCol {
	overflow:hidden;
}
.extend{
    margin-bottom: -99999px;
    padding-bottom: 99999px;

}
.equalHeightCol1 {
	overflow:hidden;
}
.extend1{
    margin-bottom: -99999px;
    padding-bottom: 99999px;

}
#form_progress {
	display:none;
}
.eventsregistration {
	padding: 0 40px 0 100px;
}
.proforms_submit_group {
	/*margin-right:100px;*/
}
.overviewtestimonials {
	padding-top: 20px;
	color:#444444;
	font-size: 16px;
}
.overviewtestimonials blockquote {
		padding-top: 20px;
		overflow: hidden; /* clearfix alternative */
		font-size: 14px !important;
		line-height: 150%;
		color: #454545;
		border-left:none;
		margin-bottom:0px;
	}
	.overviewtestimonials blockquote p {
		font-size: 14px !important;
		padding-left:60px;
	}
	.overviewtestimonials blockquote small {
		padding-left:60px;
	}
	.overviewtestimonials blockquote:before {
		display: block;
		float: left;
		margin: 10px 15px 0 0;
		font-size: 100px; /* let's make it a big quote! */
		content: open-quote; 
		color: #bababa;
		text-shadow: 0 1px 1px #909090;
	}
	.overviewtestimonials blockquote:after {
		content: none;/* could be content:close-quote; but lets keep it clean*/
	}
.overviewtestimonials.about {
	padding-top: 20px;
	color:#DEDEDE;
}
.overviewtestimonials.about blockquote small {
		color: #D7D7D7;
	}