@charset "utf-8";
/* CSS Document */

body {
  font-family: 'Muli', sans-serif;
  margin:0;
	padding:0;
}

h1,h2 {
	font-weight:normal;
  color:#2c82b2;
}


/*The below styles deal with the background colours stripes*/
.Container.NoticeArea {
	/background-color:#353b34;
  background-color:#ffffff;
}
.Container.CompanyHeader {
	/background-color:#bdd170;
  background-color:#eef6fc;
}
.Container.MenuArea {
	background-color:#273a57;
}
.Container.ContentArea {
	background-color:#ffffff;
}
.Container.LowerContent {
	background-color:#eaeff4;
}
.Container.UpperFooter {
	background-color:#2f343b;
}
.Container.LowerFooter {
	background-color:#000000;
}

/*====The below style center the content wrappers for the certain sections, adjust for devices.====*/
.wrapper {
	max-width:1170px;
	margin: 0 auto;
}


/*NOTICE*/
.NoticeArea {

}

/*This style remove the space by bootstrap "hidden on desktop"*/
.CompanyHeader .wrapper
{
	/margin-top:-30px;
}


/*LOGIN*/
.login{
	padding:4px 15px;
}
#btl .btl-panel > span {
	height: 41px;
	line-height: 40px;
}

/*LOGO*/
.logo{
	padding:10px;
}
.logo h1 {
	font-size: 1px;
    margin-top: -50px;
    text-indent: -99999px;
}

/*SOCIAL*/
.social{
		text-align:center;
	padding-top:15px;
}

.facebook-icon, .twitter-icon, .google-icon, .linkdin-icon {
	float:left;
}

.facebook-icon a:link, .facebook-icon a:visited,
.twitter-icon a:link, .twitter-icon a:visited,
.google-icon a:link, .google-icon a:visited,
.linkdin-icon a:link, .linkdin-icon a:visited

{
	/background-color: #000;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#45484d+0,000000+100;Black+3D+%231 */
/background: #45484d; /* Old browsers */
/background: -moz-linear-gradient(top,  #45484d 0%, #000000 100%); /* FF3.6-15 */
/background: -webkit-linear-gradient(top,  #45484d 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
/background: linear-gradient(to bottom,  #45484d 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */


	border-radius:4px;
	padding:5px 0px;
	margin:2px;
}
.facebook-icon a:hover,
.twitter-icon a:hover,
.google-icon a:hover,
.linkdin-icon a:hover
{
	/background-color: #273a57;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a7cfdf+0,23538a+100;Blue+3d+%238 */
/background: #a7cfdf; /* Old browsers */
/background: -moz-linear-gradient(top,  #a7cfdf 0%, #23538a 100%); /* FF3.6-15 */
/background: -webkit-linear-gradient(top,  #a7cfdf 0%,#23538a 100%); /* Chrome10-25,Safari5.1-6 */
/background: linear-gradient(to bottom,  #a7cfdf 0%,#23538a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7cfdf', endColorstr='#23538a',GradientType=0 ); /* IE6-9 */
opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */

}






/* NAVIGATION STYLE */

/*Remove the space under the Navigation*/
.navbar {
  margin-bottom: 0px;
  padding-top: 0px;
}

/* --- Navbar Background Styling --- */
.navbar-inner {
  min-height: 50px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #83c46e;
  /background-image: -moz-linear-gradient(top, #83c46e, #83c46e);
  /background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#83c46e), to(#83c46e));
  /background-image: -webkit-linear-gradient(top, #83c46e, #83c46e);
  /background-image: -o-linear-gradient(top, #83c46e, #83c46e);
  background-image: linear-gradient(to bottom, #273a57, #273a57);
  /background-repeat: repeat-x;
  border: 0px solid #d4d4d4;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff83c46e', endColorstr='#ff83c46e', GradientType=0);
  *zoom: 1;
  /-webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.225);
     /-moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.225);
         / box-shadow: 0 3px 4px rgba(0, 0, 0, 0.225);
}

.navbar-inner:before,
.navbar-inner:after {
  display: table;
  line-height: 0;
  content: "";
}

.navbar-inner:after {
  clear: both;
}

.navbar .container {
  width: auto;
}

/* --- Navbar Text Styling First Level --- */
.navbar .nav > li > a {
  float: none;
  padding: 15px 15px 15px;
  color: #ccc;
  font-size:1.2em;
  text-decoration: none;
  text-shadow: none;
   / -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.9);
     /-moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.9);  
         /box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.9);
}

/* --- Navbar Hover Styling First Level --- */
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  color: #2c82b2;
  
  text-decoration: none;
  /*background-color: #e5e5e5;*/
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
     -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);  
         box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.3);
}

/* --- Navbar Active Styling First Level --- */
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #000000;
  
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;  
  background-color: #ffffff;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
     -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}

/* --- Dropdown styling --- */
nav .nav-child {
	position: absolute;
	top: 92%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,0.2);
	*border-right-width: 2px;
	*border-bottom-width: 2px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}
nav .nav-child.pull-right {
	right: 0;
	left: auto;
}
nav .nav-child .divider {
	*width: 100%;
	height: 1px;
	margin: 8px 1px;
	*margin: -5px 0 5px;
	overflow: hidden;
	background-color: #e5e5e5;
	border-bottom: 1px solid #fff;
}

/*--- Sub menu text styling ---*/
.nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a{
	font-weight:normal;
}

nav .nav-child a {
	display: block;
	padding: 5px 20px;
	clear: both;
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
	color: #333;
	white-space: nowrap;
}
nav .nav > li {
	position: relative;
}
nav .nav > li:hover > .nav-child,
nav .nav > li > a:focus + .nav-child {
	display: block;
}


/*STYLE FOR DROP DOWN ARROW*/
li.deeper.parent > a::after, li.deeper.parent > span.separator::after{
	  border-color: #ccc transparent transparent;
    border-style: solid;
    border-width: 7px 6px 0;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: 40px;
    top: 38px;
    width: 0;
}



/*--- Sub menu up arrow styling ---*/
nav .nav-child:before {
	position: absolute;
	top: -7px;
	left: 9px;
	display: inline-block;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #ccc;
	border-left: 7px solid transparent;
	border-bottom-color: rgba(0,0,0,0.2);
	content: '';
}
nav .nav-child:after {
	position: absolute;
	top: -6px;
	left: 10px;
	display: inline-block;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #ffffff;
	border-left: 6px solid transparent;
	content: '';
}

/*--- Sub menu hover styling ---*/
nav .nav-child li > a:hover,
nav .nav-child li > a:focus,
nav .nav-child:hover > a {
	text-decoration: none;
	color: #fff;
  background-color: #a6bb54;
	/background-image: -moz-linear-gradient(top,#f26522,#c2380e);
	/background-image: -webkit-gradient(linear,0 0,0 100%,from(#f26522),to(#c2380e));
	/background-image: -webkit-linear-gradient(top,#f26522,#c2380e);
	/background-image: -o-linear-gradient(top,#f26522,#c2380e);
	/background-image: linear-gradient(to bottom,#f26522,#c2380e);
	/background-repeat: repeat-x;
	/filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff26522', endColorstr='#ffc2380e', GradientType=0);
}

/*Style for sub menu active state*/
nav .nav-child > .active > a,
nav .nav-child > .active > a:hover,
nav .nav-child > .active > a:focus {
    background-color: #666666;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.125) inset;
    color: #ffffff;
    text-decoration: none;
}

/* --- NAV BUTTON FOR TABLES AND PHONES --- */

/* Button Styling */
.navbar .btn-navbar {
  /background-color: #ededed;
 / background-color: #e5e5e5;
  /background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
  /background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
  /background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
  /background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
  /background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
 / background-repeat: repeat-x;
 / border-color: #e5e5e5 #e5e5e5 #bfbfbf;
  /border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
}

.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #e5e5e5;
  *background-color: #d9d9d9;
}

.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
  background-color: #cccccc \9;
}

/* Button Icon Styling */
.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #2c82b2;
  -webkit-border-radius: 1px;
     -moz-border-radius: 1px;
          border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
     -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}








/*NAVIGATION*/
div#maximenuck102 ul.maximenuck{
	background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #273a57 0%, #273a57 100%) repeat scroll 0 0;
	/text-align: center;
	border:none;
	border-radius:0;
	box-shadow: none;

}
/*First level*/
div#maximenuck102 ul.maximenuck li.maximenuck.level1{
	padding:10px 9px;
}

div#maximenuck102 ul.maximenuck li.maximenuck.level1 > a, div#maximenuck102 ul.maximenuck li.maximenuck.level1 > span.separator{
	font-size:1.2em;	
}
/*second level*/
div#maximenuck102 ul.maximenuck li.maximenuck ul.maximenuck2 a, div#maximenuck102 ul.maximenuck2 a{
	font-size:1.1em;
}



/*CONTENT*/
.content{
	padding: 15px 15px 55px 10px;
}
.content h1{
	font-size:2.5em;
	padding:20px 0;
}

.content h2{
	font-size:2em;
	padding:10px 0;
}

.content p{
	font-size:1.3em;
	padding-bottom:10px;
	line-height: 1.4em;
}

.content ul{
	font-size:1.2em;
}
.content li{
		line-height: 1.8em;
}


a:link, a:visited{
  color:#2c82b2;
  /color:#215b20;
  /color:#d88500;
  /color:#fe9803;
  /color:#4e6625;
  /font-weight:bold;
}


/*SUB CONTENT*/
.subContent {
	padding: 15px;
}


.subContent h2{
	font-size:2em;
	font-weight:normal;
	padding-top:10px;
	padding-bottom:20px;
}

.subContent a:link, .subContent a:visited{
	color:#2c82b2;
}

.feature-box{
	/padding-bottom:50px;
}

/*Feature Area Styling*/
.featureCell {
	text-align: center;
	padding: 40px 0
}
.featureCell h3 {
	text-transform: uppercase;
	font-size:1.2em;
}
.featureCell p {
	font-size: 1.1em;
}

.feature-text p{
	font-size: 1.1em;
	padding:0;
	margin:0;
}












/*FOOTER TOP*/
.footerTop {
	padding: 15px;
}

/*FOOTER FEATURES*/

.featureSpotlight h2{
	color:#ffffff;
	font-size:1.8em;
	font-weight:normal;
}
.featureSpotlight p{
	color:#cccccc;
	font-size:1.1em;
}

.ftLeft,.ftRight{
	padding-top:20px;
	padding-bottom:20px
}

/*Feature Client Box*/
.ftBox img {
	background-color:white;
	border-radius:10px;
	padding:20px;
}

.ftService a {
	font-size:1.2em;
	font-weight:bold;
}

/*FOOTER*/
.footerBottom {
	padding: 15px;
}

/*FOOTER COPYRIGHT*/ 
.moduletable_copyright {
	color:#a1a1a1;
	text-align: center;
}





/*Chronoforms*/

.chronoforms6_credits {
  display: none;
}

#chronoform-Newsletter.form-horizontal .control-label{
	display:none;
}
#chronoform-Newsletter .form-group{
	float:left;
}