/**
 *	4Impact
 *  Base Screen Styles
 *
 *	@author:	Nathan Crowe <nathan [at] brightlabs [dot] com [dot] au>
 *	@date:		15/07/2010
 *
 *	Table of Contents:
 *		=Header
 *		=Suckerfish
 *		=Feature
 *		=Content
 *			=Primary
 *				=Style Guide
 *				=Listings
 *			=Secondary
 *		=Footer
 *
 */

 @import url(http://fonts.googleapis.com/css?family=Cuprum:400,400italic,700italic);

 		ul#resources{
 			position: relative;
 			z-index: 999999;
 		}

 		#resources a { color: #fff; text-decoration: none; }
 		#resources-toggle,
		#resources-toggle > a {
			/*background: url("/images/sprite.png") -819px -80px no-repeat;*/
			display: block;
			float: right;
			height: 42px;
			width: 121px;
		}

 		#resources-toggle:focus, #resources-toggle:hover, #resources-toggle:active,
		#resources-toggle > a:focus, #resources-toggle > a:hover, #resources-toggle > a:active {
			background: url("/images/sprite.png") -819px -122px no-repeat;
		}


		.section-75845 #resources-toggle {
			background: url("/images/sprite.png") -819px -122px no-repeat !important;
		}

		p#resources-title {
			color: #4da8d8;
			font-size: 18px;
			line-height: 42px;
		}

		#resources li div {
			background: url("/images/bg-resources.png") 0 100% no-repeat;
			font-size: 1.1em;
			line-height: 21px;
			position: absolute;
			left: -9999px;
			width: 280px;
			padding: 0 10px;
			top: 41px;
			z-index: 999999;

		}
		#resources li:hover div {
			display: block;
			left: -160px;
			position: absolute;
			z-index: 999999;
		}

		/* =Resources Drop down styles ---*/

		li.resources {
			float: left;
			width: 140px;
			margin-bottom: 1.75em;
			overflow: hidden;
		}

			li.resources strong {
				color: rgb(255, 255, 255);
				font-weight: bold;
			}

		li.interact {
			float: left;
			width: 140px;
			margin-bottom: 1.75em;
			overflow: hidden;
		}

			li.interact strong {
				color: rgb(255, 255, 255);
				font-weight: bold;
			}

		li.benefits {
				overflow: hidden;
				float: left;
				margin-bottom: 1.75em;
				width: 140px;
				clear: left;
		}

			li.benefits strong {
				color: rgb(255, 255, 255);
				font-weight: bold;
			}

		li.tools {
			float: left;
			width: 140px;
			margin-bottom: 1.75em;
			overflow: hidden;
		}

			li.tools strong {
				color: rgb(255, 255, 255);
				font-weight: bold;
			}

html, body { background: #fff; height: 100%; }
html { font-size: 16px; }
body {
	color: #444;
	font: 62.5% "Helvetica Neue", Arial, Helvetica, sans-serif;
}
	a { outline: 0; }
	#wrapper { min-height: 100%; position: relative; }
		#container {
		}
			#header {
				background: #007fc3 url("/images/bg-header.png") 100% 0 no-repeat;
				height: 105px;
			}
			#navigation {
				background: url("/images/sprite-x.png") repeat-x;
				box-shadow: 0 2px 4px rgba(0, 0, 0, .3);
				height: 42px;
				position: relative;
				width: 100%;
				z-index: 90300;
			}

			#navigation.stuck {
				position: fixed;
				top: 0;
				z-index: 90300;
			}

			#feature { }
			#content { }
				#primary {}
				#secondary {}
			#footer {
				overflow: hidden;
				width: 100%;
			}

	#marker {
		height: 7px;
		left: 50%;
		margin-left: -470px;
		position: absolute;
		top: 42px;
		width: 940px;
		z-index: 90210;
	}
		#position {
			background: url("/images/sprite.png") 0 -440px no-repeat;
			display: block;
			left: -99999px;
			height: 7px;
			position: relative;
			width: 14px;
		}
		#home #position { left: 45px; }
		.section-75839 #position { left: 162px; }
		.section-75840 #position { left: 290px; }
		.section-1004589 #position { left: 425px; }
		.section-1004590 #position { left: 576px; }
		.section-75841 #position { left: 720px; }
		.section-75844 #position { left: 859px; }
/* =Header
----------------------------------------------- */
	/* =Brand
	----------------------------------------------- */
	#brand {}
		#brand a {
			background: url("/images/sprite.png") no-repeat;
			color: #fff;
			display: block;
			height: 64px;
			margin-top: 24px;
			width: 250px;
		}
	/* =Search
	----------------------------------------------- */
	#search {
		background: url("/images/sprite.png") -530px 0 no-repeat;
		margin-top: 60px;
		padding-left: 60px;
	}
		#search fieldset { }
			#search legend { display: none; }
			#search p { position: relative; }
				#search label {
					color: #fff;
					cursor: text;
					display: block;
					font-size: 1.2em;
					left: 0;
					line-height: 2.3333em; /* 28px */
					padding-left: 0.5em;
					position: absolute;
					z-index: 2;
				}
				#query {
					background: url("/images/sprite.png") -280px 0 no-repeat;
					border: 0;
					color: #fff;
					display: block;
					float: left;
					font-size: 1.2em;
					line-height: 2.1667em; /* 26px */
					margin: 0 5px 0 0;
					padding: 1px 5px;
					height: 2.1667em; /* 26px */
					width: 180px;
					z-index: 1;
				}
					#query:focus {
						background-position: -280px -28px;
						outline: 0;
					}
				#search button {
					background: url("/images/sprite.png") -480px 0 no-repeat;
					border: 0;
					cursor: pointer;
					display: block;
					float: left;
					height: 28px;
					padding: 0;
					width: 38px;
				}
					#search button:hover { background-position: -480px -28px; }
/* =Suckerfish
----------------------------------------------- */
ul#suckerfish2 {
	background: url("/images/sprite.png") 0 -80px no-repeat;
	float: left;
	height: 42px;
	margin:	0;
	width: 940px;
	z-index: 1000;
}
	#suckerfish2 li { float: left; }
	#suckerfish2_menu_0,
		#suckerfish2_menu_0 a { width: 112px; }
	#suckerfish2_menu_1,
		#suckerfish2_menu_1 a { width: 193px; }
	#suckerfish2_menu_2,
		#suckerfish2_menu_2 a { width: 140px; }
	#suckerfish2_menu_3,
		#suckerfish2_menu_3 a { width: 155px; }
	#suckerfish2_menu_4,
		#suckerfish2_menu_4 a { width: 175px; }
	#suckerfish2_menu_5,
		#suckerfish2_menu_5 a { width: 131px; }
	#suckerfish2_menu_6,
		#suckerfish2_menu_6 a { width: 161px; }
/*	#suckerfish2 li#suckerfish2_menu_7 { float: right; }
	#suckerfish2_menu_7,
		#suckerfish2_menu_7 a { width: 121px; }*/
	#suckerfish2 li:hover { position: static; }
		#suckerfish2 li a {
			color: #fff;
			display: block;
			height: 42px;
			overflow: hidden;
			text-decoration: none;
			font-family:  Helvetica, Arial, sans-serif;
			line-height: 42px;
			text-align: center;
			font-size: 14px;
			text-transform: uppercase;
			font-weight: bold;
		}
		#suckerfish2 li ul {
			background: url("/images/sprite-menu.png") 0 100% no-repeat;
			left: -9999px;
			margin: 0;
			padding-bottom: 12px;
			position: absolute;
			width: 200px;
			z-index: 10000;
		}
		#suckerfish2 li:hover ul {
			left: auto;
			position: absolute;
			z-index: 100000;
		}
			#suckerfish2 li ul li {  }
			#suckerfish2 li ul li.suckerfish_item0 {  background: url("/images/sprite-x.png") 0 -50px repeat-x #002a48; padding-top: 7px; }
				#suckerfish2 li ul li:hover {  }
				#suckerfish2 li ul li a {
					color: #fff;
					height: auto;
					left: -9999px;
					padding: 5px 15px;
					width: 170px;
					text-indent: 0px;
					font-size: 12px;
					text-align: left;
					line-height: 16px;
					border: none;
					text-transform: none;
					font-weight: normal;
				}
				#suckerfish2 li ul li.suckerfish_current a { text-decoration: underline; }
				#suckerfish2 li ul li a:hover {
					color: #fff;
					text-decoration: underline;
				}
				/* @group Services */
				#suckerfish2 li ul li.node_179552 a { color: #ffcf01; }
				#suckerfish2 li ul li.node_179553 a { color: #f3901d; }
				#suckerfish2 li ul li.node_179554 a { color: #74af27; }
				/* @end */
		#suckerfish2_menu_0:focus, #suckerfish2_menu_0:hover, #suckerfish2_menu_0:active,
		#suckerfish2_menu_0 a:focus, #suckerfish2_menu_0 a:hover, #suckerfish2_menu_0 a:active {
			background: url("/images/sprite.png") 0 -122px no-repeat !important;
		}
		#home #suckerfish2_menu_0 {
			background: url("/images/sprite.png") 0 -164px no-repeat !important;
		}
		#home #suckerfish2_menu_0:focus, #home #suckerfish2_menu_0:hover, #home #suckerfish2_menu_0:active,
		#home #suckerfish2_menu_0 a:focus, #home #suckerfish2_menu_0 a:hover, #home #suckerfish2_menu_0 a:active {
			background: url("/images/sprite.png") 0 -164px no-repeat !important;
		}
		#suckerfish2_menu_1:focus, #suckerfish2_menu_1:hover, #suckerfish2_menu_1:active,
		#suckerfish2_menu_1 a:focus, #suckerfish2_menu_1 a:hover, #suckerfish2_menu_1 a:active {
			background: url("/images/sprite.png") -104px -122px no-repeat !important;
		}
		.section-75839 #suckerfish2_menu_1 {
			background: url("/images/sprite.png") -104px -164px no-repeat !important;
		}
		.section-75839 #suckerfish2_menu_1:focus, .section-75839 #suckerfish2_menu_1:hover,.section-75839 #suckerfish2_menu_1:active,
		.section-75839 #suckerfish2_menu_1 a:focus, .section-75839 #suckerfish2_menu_1 a:hover,.section-75839 #suckerfish2_menu_1 a:active {
			background: url("/images/sprite.png") -104px -164px no-repeat !important;
		}
		#suckerfish2_menu_2:focus, #suckerfish2_menu_2:hover, #suckerfish2_menu_2:active,
		#suckerfish2_menu_2 a:focus, #suckerfish2_menu_2 a:hover, #suckerfish2_menu_2 a:active {
			background: url("/images/sprite.png") -234px -122px no-repeat !important;
		}
		.section-75840 #suckerfish2_menu_2 {
			background: url("/images/sprite.png") -234px -164px no-repeat !important;
		}
		.section-75840 #suckerfish2_menu_2:focus, .section-75840 #suckerfish2_menu_2 a:hover, .section-75840 #suckerfish2_menu_2 a:active {
			background: url("/images/sprite.png") -234px -164px no-repeat !important;
		}
		#suckerfish2_menu_3:focus, #suckerfish2_menu_3:hover, #suckerfish2_menu_3:active,
		#suckerfish2_menu_3 a:focus, #suckerfish2_menu_3 a:hover, #suckerfish2_menu_3 a:active {
			background: url("/images/sprite.png") -359px -122px no-repeat !important;
		}
		.section-1004589 #suckerfish2_menu_3 {
			background: url("/images/sprite.png") -359px -164px no-repeat !important;
		}
		.section-1004589 #suckerfish2_menu_3:focus, .section-1004589 #suckerfish2_menu_3 a:hover, .section-1004589 #suckerfish2_menu_3 a:active {
			background: url("/images/sprite.png") -359px -164px no-repeat !important;
		}
		#suckerfish2_menu_4:focus, #suckerfish2_menu_4:hover, #suckerfish2_menu_4:active,
		#suckerfish2_menu_4 a:focus, #suckerfish2_menu_4 a:hover, #suckerfish2_menu_4 a:active {
			background: url("/images/sprite.png") -505px -122px no-repeat !important;
		}
		.section-1004590 #suckerfish2_menu_4 {
			background: url("/images/sprite.png") -505px -164px no-repeat !important;
		}
		.section-1004590 #suckerfish2_menu_4:focus, .section-1004590 #suckerfish2_menu_4 a:hover, .section-1004590 #suckerfish2_menu_4 a:active {
			background: url("/images/sprite.png") -505px -164px no-repeat !important;
		}
		#suckerfish2_menu_5:focus, #suckerfish2_menu_5:hover, #suckerfish2_menu_5:active,
		#suckerfish2_menu_5 a:focus, #suckerfish2_menu_5 a:hover, #suckerfish2_menu_5 a:active {
			background: url("/images/sprite.png") -661px -122px no-repeat !important;
		}
		.section-75841 #suckerfish2_menu_5 {
			background: url("/images/sprite.png") -661px -164px no-repeat !important;
		}
		.section-75841 #suckerfish2_menu_5:focus, .section-75841 #suckerfish2_menu_5 a:hover, .section-75841 #suckerfish2_menu_5 a:active {
			background: url("/images/sprite.png") -661px -164px no-repeat !important;
		}

		#suckerfish2_menu_6:focus, #suckerfish2_menu_6:hover, #suckerfish2_menu_6:active,
		#suckerfish2_menu_6 a:focus, #suckerfish2_menu_6 a:hover, #suckerfish2_menu_6 a:active {
			background: url("/images/sprite.png") -792px -122px no-repeat !important;
		}

		.section-75844 #suckerfish2_menu_6 {
			background: url("/images/sprite.png") -792px -164px no-repeat !important;
		}


		.section-75844 #suckerfish2_menu_6:focus, .section-75844 #suckerfish2_menu_6 a:hover, .section-75844 #suckerfish2_menu_6 a:active {
			background: url("/images/sprite.png") -792px© -164px no-repeat !important;
		}


		#suckerfish2_menu_0 ul li a:focus, #suckerfish2_menu_0 ul li a:hover, #suckerfish2_menu_0 ul li a:active { background-image: none !important; }
		#suckerfish2_menu_1 ul li a:focus, #suckerfish2_menu_1 ul li a:hover, #suckerfish2_menu_1 ul li a:active,
		.section-75839 #suckerfish2_menu_1 ul li a:focus, .section-75839 #suckerfish2_menu_1 ul li a:hover, .section-75839 #suckerfish2_menu_1 ul li a:active { background-image: none !important; }
		#suckerfish2_menu_2 ul li a:focus, #suckerfish2_menu_2 ul li a:hover, #suckerfish2_menu_2 ul li a:active,
		.section-75840 #suckerfish2_menu_2 ul li a:focus, .section-75840 #suckerfish2_menu_2 ul li a:hover, .section-75840 #suckerfish2_menu_2 ul li a:active { background-image: none !important; }
		#suckerfish2_menu_3 ul li a:focus, #suckerfish2_menu_3 ul li a:hover, #suckerfish2_menu_3 ul li a:active,
		.section-1004589 #suckerfish2_menu_3 ul li a:focus, .section-1004589 #suckerfish2_menu_3 ul li a:hover, .section-1004589 #suckerfish2_menu_3 ul li a:active { background-image: none !important; }
		#suckerfish2_menu_4 ul li a:focus, #suckerfish2_menu_4 ul li a:hover, #suckerfish2_menu_4 ul li a:active,
		.section-1004590 #suckerfish2_menu_4 ul li a:focus, .section-1004590 #suckerfish2_menu_4 ul li a:hover, .section-1004590 #suckerfish2_menu_4 ul li a:active { background-image: none !important; }
		#suckerfish2_menu_5 ul li a:focus, #suckerfish2_menu_5 ul li a:hover, #suckerfish2_menu_5 ul li a:active,
		.section-75843 #suckerfish2_menu_5 ul li a:focus, .section-75843 #suckerfish2_menu_5 ul li a:hover, .section-75843 #suckerfish2_menu_5 ul li a:active { background-image: none !important; }
		#suckerfish2_menu_6 ul li a:focus, #suckerfish2_menu_6 ul li a:hover, #suckerfish2_menu_6 ul li a:active,
		.section-75844 #suckerfish2_menu_6 ul li a:focus, .section-75844 #suckerfish2_menu_6 ul li a:hover, .section-75844 #suckerfish2_menu_6 ul li a:active { background-image: none !important; }
/* =Feature
----------------------------------------------- */
#hero-wrapper {
    overflow:hidden;
    background-color: #fff;
    position: relative;
    height: 122px;
}
#hero {
	margin: 0 auto;
	width: 1600px;
	position: relative;
}
	#hero .hero-overlay {
		background: url('/images/hero-overlay.png') no-repeat transparent;
		display: block;
		top: 0;
		height: 122px;
		width: 1600px;
		position: absolute;
	}

#hero-wrapper h2 {
	width: 940px;
	margin: 0 auto;
	color: #fff;
	text-align: center;
	font-family: Cuprum, sans-serif;
	font-style: italic;
	font-size: 42px;
	line-height: 62px;
	z-index: 3;
}

#hero-title-bg {
	background: rgb(0, 122, 186); /* The Fallback */
	background: rgba(0, 122, 186, 0.5);
	position: absolute;
	bottom: 0;
	height: 62px;
	width: 100%;
	z-index: 2;
}

.border-bottom {
    height: 16px;
    background: #007dc0; /* Old browsers */
    background: -moz-linear-gradient(top,  #007dc0 0%, #005e8a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#007dc0), color-stop(100%,#005e8a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #007dc0 0%,#005e8a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #007dc0 0%,#005e8a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #007dc0 0%,#005e8a 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #007dc0 0%,#005e8a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007dc0', endColorstr='#005e8a',GradientType=0 ); /* IE6-9 */
}

.border-bottom.yellow {
    background: #ffcf01; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffcf01 0%, #bf9b00 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffcf01), color-stop(100%,#bf9b00)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffcf01 0%,#bf9b00 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffcf01 0%,#bf9b00 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffcf01 0%,#bf9b00 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffcf01 0%,#bf9b00 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcf01', endColorstr='#bf9b00',GradientType=0 ); /* IE6-9 */
}


/* =Breadcrumbs
----------------------------------------------- */
#breadcrumbs {
	color: #a1a3a5;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 3.8182em; /* 42px */
	line-height: 21px;
	padding-bottom: 21px;
        margin-top: 26px;
	text-transform: uppercase;
}
	#breadcrumbs > li {
		float: left;
	}
	#breadcrumbs > li + li + li {
		background: url("/images/sprite-icon.png") 0 50% no-repeat;
		margin-left: 0.7273em; /* 8px */
		padding-left: 1em; /* 11px */
	}
		#breadcrumbs > li a {
			color: #a1a3a5;
			text-decoration: none;
		}
/* =Content
----------------------------------------------- */
#content {
/*
	background: url("/images/line-height.png") !important;
*/
	/*padding-bottom: 3.5em;*/ /* 42px */
}
	#content-inner {
		background: url("/images/bg-content-inner.png") -8px 0 no-repeat;
	}
	.industry-experience #content-inner {
		background: url("/images/bg-content-inner-right.png") 675px 0 no-repeat;
	}
	.full-width #content-inner { background: none; }

	.case-study #content-inner #secondary h4,
	.case-study #content-inner #secondary ul {
		margin-left: 0;
	}

	.case-study #content-inner {
		background: url("/images/bg-content-inner-right.png") 285px 0 no-repeat;
	}
	#case-study-summary {
		width: 250px;
		padding: 10px 10px 20px;
		color: #0081C6;
	}
	.case-study #case-studies {
		width: 230px;
	}

	/* =Primary
	----------------------------------------------- */
	#primary {
		font-size: 1.4em; 
		line-height: 1.75em; 
	}
		/* @group Style Guide */
		#primary a { color: #0081c6; }
		#primary a:hover { color: #005a84; }
		#primary a[href^="/page/"] {  } /* internal */
		#primary a[href^="http://"] {  } /* external */
		#primary a[href^="#"] {  } /* anchor */
		#primary abbr, #primary acronym { letter-spacing: 0.0833em; /* 1px */ }
		#primary blockquote {
			font-style: italic;
			margin: 1.75em; /* 21px */
		}
		#primary blockquote p:before { content: open-quote; }
		#primary blockquote p:905 { content: close-quote; }
		#primary code,
		#primary p code { font-family: "Lucida Console", Monaco, monospace; }
		#primary em { font-style: italic; }
		#primary hr {
			background-color: #d2d8e2;
			border:	0;
			color: #d2d8e2;
			height: 0.0833em; /* 1px */
			margin:	1.75em 0 0 0; /* 21px */
		}
		#primary small {}
		#primary strike { text-decoration: line-through; }
		#primary strong { font-weight: bold; }
		#primary em strong { font-style: italic; }

		#primary #social-media-icons {
			float: right;
			width: 75px;
			margin: 0;
			padding: 0;
			list-style-type: none;
			overflow: hidden;
		}

		#primary #social-media-icons li {
			list-style: none;
			text-align: right;
		}

		#primary #social-media-icons #fb-like {
			width: 47px !important;
			height: 26px;
			overflow: hidden;
			padding-left: 28px;
		}

		#primary h1.title {
			color: #005a84;
			font-size: 2em; /* 24px */
			line-height: 1.75em; /* 42px */
			margin-top: 1.75em; /* 21px */
		}
		#page-179552 #primary h1.title,
		.parent-179552 #primary h1.title { color: #ffcf01; }
		#page-179553 #primary h1.title,
		.parent-179553 #primary h1.title { color: #f3901d; }
		#page-179554 #primary h1.title,
		.parent-179554 #primary h1.title { color: #74af27; }
		#page-76061 #primary h1.title,
		.parent-76061 #primary h1.title { color: #f3901d; }
			#primary h1.title span { color: #0081c6; }
		#primary h2 {
			color: #0081c6;
			font-size: 1.6667em; /* 20px */
			line-height: 1.6em;
			margin-top: 1.05em; /* 21px */
		}
		#primary > h1.title {
			margin-top: 0;
		}
		#primary h3 {
			color: #444;
			font-size: 1.5em; /* 18px */
			line-height: 1.1667em; /* 21px */
			margin-top: 1.1667em; /* 21px */
		}
		#primary h4 {
			color: #444;
			font-size: 1.1667em; /* 14px */
			line-height: 1.5em; /* 21px */
			margin-top: 1.5em; /* 21px */
		}
		#primary h5 {
			font-weight: bold;
			margin-top: 1.75em; /* 21px */
		}
		#primary h6 {
			font-weight: bold;
			margin-top: 1.75em; /* 21px */
		}
		#primary p { margin-top: 1.75em; /* 21px */ }
		#primary > h1 + *,
		#primary h2 + *,
		#primary > img + p { margin-top: 0; }
		#primary ul,
		#primary ol {
			margin-top: 1.75em; /* 21px */
			margin-left: 3em;
		}
			#primary ol > li {
				list-style: decimal;
			}
				#primary ol ol > li {
					list-style: lower-alpha;
				}
					#primary ol ol ol > li {
						list-style: lower-roman;
					}
			#primary ul > li {
				list-style: disc;
			}
				#primary ul ul > li {
					list-style: circle;
				}
					#primary ul ul ul > li {
						list-style: square;
					}
				#primary ul ul,
				#primary ul ol,
				#primary ol ol,
				#primary ol ul {
					margin-top: 0;
				}
		/* @end */
		/* @group Forms */
		#primary form { margin-top: 1.75em; }
			#primary form fieldset {}
				#primary form legend { display: none; }
				#primary form fieldset p {
					margin-top: 0;
					overflow: hidden;
					position: relative;
				}
				#primary form fieldset p.upload {
					min-height: 63px;
				}
				#primary form fieldset p label {
					display: block;
					font-weight: bold;
				}
					#primary form fieldset p label .star {
						color: #ff0000;
					}
				#primary form fieldset p input[type="text"] {
					font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
					border: 1px solid #e5e5e5;
					height: 2.3333em;
					line-height: 2.5em; /* 30px */
					margin: 6px 0;
					padding: 0 5px;
					width: 370px;
					-moz-border-radius: 6px;
					-webkit-border-radius: 6px;
					border-radius: 6px;
				}
				/*
				#primary form fieldset p input:focus {
					border: 4px solid #007fc3;
					margin: 3px 0 3px 0;
					outline: 0;
				}
				*/
				#primary form fieldset p textarea {
					font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
					border: 1px solid #e5e5e5;
					line-height: 21px; /* 30px */
					margin: 6px 0;
					padding: 0 0 0 5px;
					width: 375px;
					-moz-border-radius: 6px;
					-webkit-border-radius: 6px;
					border-radius: 6px;
				}
				/*
				#primary form fieldset p textarea:focus {
					border: 4px solid #007fc3;
					margin: 3px 0 3px 0;
					outline: 0;
				}
				*/
				#primary form fieldset p input[type="file"] {
					font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
					margin-top: 7px;
				}
				#primary form fieldset p input[type="text"].small { width: 130px; }
				#primary form fieldset .captcha {
					display: block;
					margin: 10px 0 11px 0;
				}
				#primary form fieldset p .note {
					font-size: 0.9167em; /* 11px */
					line-height: 1.9091em; /* 21px */
				}
				#primary form fieldset p button.send {
					border: 0;
					cursor: pointer;
					display: block;
					float: left;
					margin: 20px 0;
					padding: 10px 45px;
					background-color: #007aba;
					border-radius: 60px;
					color: #fff;
					font-family: 'Cuprum', sans-serif;
					font-size: 18px;
					text-transform: lowercase;
					text-align: center;
				}
				#primary form fieldset p button.send:hover {
					background-color: #5c5c5c;
				}
		/* @end */
		/* @group Industry Experience */
		#industries {
			background-color: #f7f7f7;
			margin-top: 21px;
			overflow: hidden;
			-moz-border-radius: 9px;
			-webkit-border-radius: 9px;
		}
			#industries .inner { padding: 0 21px 21px 21px; }
				#industries .inner ul {
					margin: 0;
					padding: 0;
				}
					#industries .inner ul li {
						margin: 1.75em 0 0;
						padding: 0;
						list-style: none;
						overflow: hidden;
					}
					#industries .inner ul li h2 {
						float: left;
						margin-top: 0;
					}
					#industries .inner ul li p { margin-left: 156px; }
		/* @end */
		/* @group Our Difference */
		#primary ul.our-difference {
			margin: 0;
			padding: 0;
		}
			#primary .our-difference li {
				color: #fff;
				list-style: none;
				float: left;
				width: 183px;
				min-height: 210px;
				margin: 15px 30px 30px 0;
				padding: 15px;
				border-radius: 6px;
				text-align: center;
			}
			
				#primary .our-difference li h3 {
					border-bottom: solid 1px rgba(255, 255, 255, 0.5);
					color: #fff;
					font-family: 'Cuprum', sans-serif;
					font-style: italic;
					margin-top: 0;
					padding-bottom: 10px;
					text-transform: lowercase;
				}
				#primary .our-difference li.green {
					background-color: #adcd7f;
				}
				#primary .our-difference li.orange {
					background-color: #d5a368;
				}
				#primary .our-difference li.yellow {
					background-color: #ddcb67;
					margin-right: 0px;
				}


				#content #know-more {
					text-align: center;
				}

				#content #know-more h2 { 
					font-family: 'Cuprum', sans-serif;
					font-size: 32px;
				}

					#content #know-more a{
						background-color: #007aba;
						border-radius: 60px;
						color: #fff;
						display: inline-block;
						font-family: 'Cuprum', sans-serif;
						font-size: 28px;
						line-height: normal;
						margin: 30px 30px 90px 30px;
						padding: 10px 10px 10px 30px;
						position: relative;
						text-decoration: none;
						width: 200px;
					}
					#content #know-more a:hover {
						background-color: #5c5c5c;
					}

						#content #know-more i.fa-phone {
							position: absolute;
							top: 12px;
							left: 20px;
							font-size: 32px;
						}
						#content #know-more i.fa-envelope {
							position: absolute;
							top: 12px;
							left: 20px;
						}

		/* =Listings
		----------------------------------------------- */
		#primary ul.listing { margin: 0; }
			#primary ul.listing li {
				border-top: 0.0833em dashed #d0d1d2; /* 1px */
				list-style: none;
				margin-top: 2.0833em; /* 25px */
				padding: 1.3333em 0 0 0; /* 16px 0 0 0 */
			}
			#primary ul.listing li:first-child { margin-top: 0.3333em; /* 4px */ }
			#primary ul.listing li h2,
			#primary ul.listing li h3 { margin-top: 0; }
				#primary ul.listing li h2 a,
				#primary ul.listing li h3 a { text-decoration: none; }


		#primary ul.services-listing > li {
			background-color: #f7f7f7;
			list-style: none;
			margin: 0 15px 0 0;
			padding: 15px;
			border: solid 1px #e8e8e8;
			float: left;
			width: 140px;
			border-radius: 6px;
			min-height: 520px;
		}

            #primary ul.services-listing > li p {
                font-size: 13px;
            }

            #primary ul.services-listing > li .services-listing-img{
				display: block;
				margin: 0 auto 20px;
            }

			#primary ul.services-listing > li h3 {
				text-align: center;
				height: 30px;
				/*font-family: Cuprum, sans-serif;*/
				color: #0081c6;
				font-weight: normal;
				font-size: 15px!important;
				/*font-weight: bold;*/
				color: #1199de;
			}

			#primary ul.services-listing li ul {
				margin: 5px 0 0 15px;
                font-size: 13px;
			} 
				#primary ul.services-listing li li { 
					border: none; 
					list-style: disc;
					margin: 0 !important;
					padding: 0 0 5px 0;
				}

		#primary ul#team-listing { }

			#primary ul#team-listing li {
				border-top: none;
				float: left;
				width: 446px;
				background-color: #adcd7f;
				border: solid 2px #adcd7f;
				margin-right: 20px;
				padding: 0;
				color: #fff;
				position: relative;
				height: 250px;
			}
				#primary ul#team-listing li img {
					float: left;
					padding-right: 20px;
				}

				#primary ul#team-listing li p {
					padding: 20px;
					margin: 0 0 40px 0;
				}

				#primary ul#team-listing li h3 {
					font-family: Cuprum, sans-serif;
					font-size: 18px !important;
					color: #fff;
					position: absolute;
					bottom: 20px;
					left: 270px;
				}

			#primary ul#team-listing li.item-1 {
				margin-right: 0;
				background-color: #d5a368;
				border-color: #d5a368;
			}
				#primary ul#team-listing li.item-1 img {
					float: right;
					padding-right: 0;
					padding-left: 20px;
				}

				#primary ul#team-listing li.item-1 h3 {
					left: 20px;
				}


				
	/* =Secondary
	----------------------------------------------- */
	#secondary {
		font-size: 1.2em; /* 12px */
		line-height: 1.75em; /* 18px */
	}
		.contact-us #secondary h3 {
			color: #2291cd;
			font-size: 18px;
			font-weight: bold;
			line-height: 42px;
		}
		#secondary h4 {
			color: #005a83;
			font-size: 1.0833em; /* 13px */
			font-weight: bold;
			line-height: 3.2308em; /* 42px */
			text-transform: uppercase;
		}
		.section-75841 #secondary h4 {
			background: url("/images/test.png") no-repeat;
			color: #fff;
			line-height: 2.4615em; /* 32px */
			margin-left: 30px;
			padding-left: 10px;
			text-transform: none;
		}
		.contact-us #secondary h4 {
			color: #0080c5;
			line-height: 1.6154em; /* 21px */
			text-transform: none;
		}
		.contact-us #secondary p + h4 {
			margin-top: 1.6154em; /* 21px */
		}
		.contact-us #secondary #social-media-sidebar a{
			background: url('/images/icons/social-icons.png') no-repeat;
			display: block;
			height: 27px;
			margin: 18px 8px 0 0;
			width: 27px;
			float: left;
		}
			.contact-us #social-media-sidebar a#twitter-sidebar:hover { background-position: 0 -27px; }
			.contact-us #social-media-sidebar a#linkedin-sidebar { background-position: -34px 0; }
			.contact-us #social-media-sidebar a#linkedin-sidebar:hover { background-position: -34px -27px; }
			.contact-us #social-media-sidebar a#facebook-sidebar { background-position: -68px 0; }
			.contact-us #social-media-sidebar a#facebook-sidebar:hover { background-position: -68px -27px; }

		.contact-us #secondary a#google-map-link {
			display: block;
			width: 181px;
			height: 42px;
			background: url('/images/sprite.png') no-repeat 0 -460px;
			float: left;
			margin-top: 20px;
			cursor: pointer;
		}
			.contact-us #secondary a#google-map-link:hover { background-position: 0 -502px; }

		.contact-us #primary iframe {
			border: none;
			margin-top: 20px;
		}
		/* @group CTOC2 */

		#in-this-section-header {
			background: #004f7c;
			color: #fff;
			font-size: 16px;
			line-height: 44px;
			padding-left: 15px;
			width: 197px;
		}
		#ctoc2 {}
		 #ctoc2 li {
		 	color: #444;
		 	line-height: 16px;
		 	margin-right: 9px;

		 }
                 #ctoc2 > li {
                 }
		 #ctoc2 .ctoc_current,
		 #ctoc2 .ctoc_active {

		 }
		#ctoc2 li a {
			background-color: #f5f5f5;
			color: #004f7c;
			display: block;
			font-weight:  bold;
			font-size: 13px;
			text-decoration: none;
			padding: 15px 5px 15px 15px;
			border-top: solid 1px #e0e0e0;
		}

                #ctoc2 li.node_179552 > a {
                    background: url('/images/ppt-bg.png') no-repeat;
                    border-bottom: 2px solid #fff;
                    border-top: 0;
                    color: #fff;
                    font-family: Cuprum, sans-serif;
                    font-size: 23px;
                    font-style: italic;
                    font-weight: 400;
                    text-transform: lowercase;
                }
                	#ctoc2 li.node_179552 > a:hover { background-position: 0 -126px; }

                #ctoc2 li.node_179553 > a {
                	background: url('/images/ppt-bg.png') no-repeat 0 -42px;
                	border-bottom: 2px solid #fff;
                	border-top: 0;
                    color: #fff;
                    font-family: Cuprum, sans-serif;
                    font-size: 23px;
                    font-style: italic;
                    font-weight: 400;
                    text-transform: lowercase;
                }
                	#ctoc2 li.node_179553 > a:hover {  background-position: 0 -168px; }

                #ctoc2 li.node_179554 > a {
                	background: url('/images/ppt-bg.png') no-repeat 0 -84px;
                	border-bottom: 2px solid #fff;
                	border-top: 0;
                    color: #fff;
                    font-family: Cuprum, sans-serif;
                    font-size: 23px;
                    font-style: italic;
                    font-weight: 400;
                    text-transform: lowercase;
                }
                	#ctoc2 li.node_179554 > a:hover {  background-position: 0 -210px; }

		#ctoc2 .ctoc_current a,
		#ctoc2 .ctoc_active a {
			background: #0081c6;
			color: #fff;
            border-top: 1px solid #fff;
			/*text-shadow: -1px -1px #3293D6;*/
			position: relative;
		}

/*		#ctoc2 .ctoc_current a:after,
		#ctoc2 .ctoc_active a:after {
			left: 210px;
			top: 50%;
			border: solid transparent;
			content: " ";
			height: 0;
			width: 0;
			position: absolute;
			pointer-events: none;
			border-color: rgba(0, 129, 198, 0);
			border-left-color: #0081c6;
			border-width: 23px;
			margin-top: -23px;
		}*/

		#ctoc2 .ctoc_current.node_179552 a,
		#ctoc2 .ctoc_active.node_179552 a { background-position: 0 -126px; }
		#ctoc2 .ctoc_current.node_179553 a,
		#ctoc2 .ctoc_active.node_179553 a {  background-position: 0 -168px; }
		#ctoc2 .ctoc_current.node_179554 a,
		#ctoc2 .ctoc_active.node_179554 a { background-position: 0 -210px; }
		.section-75845 #ctoc2 .ctoc_current a,
		.section-75845 #ctoc2 .ctoc_active a { background-color: #333; }
			#ctoc2 li ul {
				margin: 10px 14px 10px 10px;
			}
				#ctoc2 li li {
					line-height: 18px;
					padding-bottom: 3px;
				}
				#ctoc2 li .ctoc_current {
					background: url("/images/sprite-menu.png") -870px bottom no-repeat;
				}
				#ctoc2 .ctoc_current li,
				#ctoc2 .ctoc_active li {
					margin-right: 0;
				}
					#ctoc2 .ctoc_current li a,
					#ctoc2 .ctoc_active li a,
					#ctoc2 li li a {
						background: none !important;
						color: #666;
						font-weight: normal;
						padding-top: 3px;
					}
					#ctoc2 li .ctoc_current a {
						background: transparent url("/images/sprite-menu.png") -660px 0 no-repeat !important;
						color: #444;
					}
					#ctoc2 li li a:hover { text-decoration: underline; }
		/* @end */

		#ppt-small {
			margin-top: 24px;
			width: 206px;
		}

		#ppt-small li a {
			background: url('/images/ppt-small.png') no-repeat;
			color: #fff;
			display: block;
			font-family: Cuprum, sans-serif;
			font-size: 18px;
			font-style: italic;
			line-height: 35px;
			margin-bottom: 2px;
			padding-left: 20px;
			text-decoration: none;
		}
			#ppt-small #ppt-small-people a:hover { background-position: 0 -121px; }
			#ppt-small #ppt-small-projects a { background-position: 0 -37px; }
			#ppt-small #ppt-small-projects a:hover { background-position: 0 -158px; }
			#ppt-small #ppt-small-technology a { background-position: 0 -75px; }
			#ppt-small #ppt-small-technology a:hover { background-position: 0 -196px; }

		/* @group Case Studies */
		#case-studies {
			background: url("/images/test2.png") 0 100% no-repeat;
			margin-left: 30px;
			padding: 10px 10px 21px 10px;
		}
			#case-studies li {
				font-size: 11px;
				padding-left: 27px;
				background: url("/images/icon-temp.png") 0 3px no-repeat;
			}
			#case-studies .ctoc_current { font-weight: bold; }
				#case-studies li a {
					color: #444;
					text-decoration: none;
				}
				#case-studies li a:hover { text-decoration: underline; }
		/* @end */
/* @group FOOTER */
#footer {
	background: url("/images/bg-footer.gif") 0 9px repeat-x;
	color: #fff;
	font-size: 1.1em; /* 11px */
	line-height: 1.6364em; /* 18px */
	overflow: hidden;
	width: 100%;
	padding-top: 18px;
}
#footer-inner {	background: #0081c5 url("/images/bg-footer-tile.png") 100% 0 repeat-y; }
	#footer a { color: #fff; text-decoration: none; }
	/* @group Site Map */
	#site-map {
		background: url("/images/bg-sitemap.png") 100% 0 no-repeat;
		padding-bottom: 30px;
		padding-top: 30px;
	}
		#site-map p:first-child {
			background: url("/images/sprite.png") 0 -210px no-repeat;
			color: #fff;
			font-size: 1.6364em; /* 18px */
			font-style: italic;
			margin: 0.5em 0; /* 9px 0 */
			height: 1em; /* 18px */
		}
		#site-map ul {}
			#site-map h5 {
				font-size: 20px; /* 12px */
				font-style: italic;
				line-height: 1.5em; /* 18px */
				font-family: 'Cuprum', sans-serif; 
			}
				#site-map ul dl dt { display: none; }
				#site-map ul dl dd.locations { margin-bottom: 1.6364em; /* 18px */ }
		#site-map form {  }
		#site-map form legend { display: none; }
		#site-map form p {
			overflow: hidden;
			position: relative;
		}
		#site-map form legend + p { margin-bottom: 0.5455em; /* 6px */  }
			#site-map form label {
				color: #fff;
				cursor: text;
				display: block;
				left: 0;
				line-height: 2em; /* 22px */
				padding: 0.0909em 0.3636em; /* 1px 4px */
				position: absolute;
				z-index: 2;
			}
			#site-map form input {
				background: url("/images/sprite.png") 0 -290px no-repeat;
				border: 0;
				color: #fff;
				display: block;
				float: left;
				font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
				line-height: 2em; /* 22px */
				margin: 0 0.3636em 0 0; /* 4px */
				padding: 0.0909em 0.3636em; /* 1px 4px */
				height: 2em; /* 22px */
				width: 160px;
				z-index: 1;
			}
			#site-map form input:focus {
				background-position: 0 -314px;
				outline: 0;
			}
			#site-map form button {
				background: url("/images/sprite.png") -172px -290px no-repeat;
				border: 0;
				cursor: pointer;
				display: block;
				float: left;
				height: 24px;
				padding: 0;
				width: 48px;
			}
				#site-map button:hover { background-position: -172px -314px; }
	/* @end */
	.footer-social a {
		display: block; 
		float: left;
		height: 28px; 
		margin: 18px 20px 0px 0; 
		width: 28px;
		font-size: 25px;
	}


	.footer-contact {
		text-align: right;
	}
	/* @group Copyright */
	#copyright {
		background: url("/images/bg-copyright.png") repeat-x;
		color: #fff;
	}
		#copyright ul { padding: 0.8182em  0; /* 9px */ }
		#copyright ul + ul + ul { text-align: center; }
		#copyright li {
			display: inline;
			text-transform: uppercase;
		}
		#copyright li + li {
			border-left: 1px solid #fff;
			margin-left: 0.4545em; /* 5px */
			padding-left: 0.5455em; /* 6px */
		}
		#copyright #terms { 
			text-align: right;
		}

	/* @end */


/* =Contact Form Validation
----------------------------------------------- */

#contact p,
#upload-cv p {
	position: relative;
	overflow: hidden;
}

input[type="text"].error,
textarea.error {
	border: 1px solid #C1272D !important;
}

input[type="text"].valid,
textarea.valid {
	border: 1px solid #39B54A !important;
}

label.error {
	background: url(../images/validate-fail.png) no-repeat 5px 2px;
	color: #C1272D;
	text-align: left;
	width: 285px;
	padding-left: 28px;
	position: absolute;
	right: 0;
	top: 31px;
}

p#error-message {
	background: url(../images/validate-fail.png) no-repeat 5px 7px;
	color: #C1272D;
	display: block !important;
	padding-left: 28px;
	padding-top: 5px;
}

	p#security label.error {
		position: static;
		width: 520px;
		margin: 10px 0 5px 0px;
		float: right;
	}

textarea {
	overflow: auto;
}

input.small {
	float: left;
	margin-right: 10px !important;
	margin-bottom: 0 !important;
}

span.note {
	display: block;
	float: left;
	margin: 10px 0 0 0px;
	width: 300px;
}


	/* CV UPLOADER -----*/
	p#upload-formats {
		font-size: 11px;
		line-height: 21px;
	}





/* =Subscribe Form Validation
----------------------------------------------- */

form#subscribe p + p {
	height: 26px;
	overflow: visible;
	position: relative;
}

	form#subscribe input.error {
		border: none !important;
	}

	form#subscribe input.valid {
		border: none !important;
	}

	form#subscribe label.error {
		background: url(../images/subscribe-error.png) no-repeat 0px 3px;
		color: white;
		left: 180px;
		padding-left: 21px;
		position: absolute;
		top: 0;
		width: 150px;
		z-index: 9999;
	}

	form#subscribe p + p + p + p label.error {
		left: 230px;
		position: absolute;
		top: 0px;
		width: 300px;
	}

/* =Listings
----------------------------------------------- */

ul.listing li{
	margin-top: 21px !important;
}

	ul.listing li h3{
		font-size: 16px !important; /* 16px */
		font-weight: bold;
		line-height: 18px !important; /* 18px */
	}


.accordion {}

	.accordion dt {
		background: url('/images/accordion-arrow.png') no-repeat right 6px;
		border-bottom: solid 2px #dbdbdc;
		padding-bottom: 20px;
		cursor: pointer;
	}
		.accordion dt.expanded {
			background-position: right -98px;
		}

	#primary .accordion dt .title {
		color:#005a84;
		display: block;
		font-size: 1.5em; /* 18px */
		line-height: 1.1667em; /* 21px */
		margin-top: 1.1667em; /* 21px */
	}

	#primary .accordion dt .summary {
		margin-top: 15px;
		padding-right: 145px;
	}

	.accordion dd {
		background-color: #fafafa;
		padding: 35px;
	}
		#primary .accordion dd h1:first-child,
		#primary .accordion dd h2:first-child,
		#primary .accordion dd h3:first-child,
		#primary .accordion dd h4:first-child,
		#primary .accordion dd h5:first-child,
		#primary .accordion dd h6:first-child,
		#primary .accordion dd p:first-child { margin-top: 0; }


//TABS
#tab-container {}
#tab-container .etabs {
	border-bottom: 2px solid #007ec8;
	margin: 0;
	padding: 0;
}
.tab {
	display: inline-block;
	zoom:1; *display:inline;
	background: #efefef;
	border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
}
#tab-container .tab a {
	color: #454545;
	display: block;
	font-weight: bold;
	font-size: 14px;
	line-height: 2em;
	padding: 5px 20px;
	outline: none;
	text-decoration: none;
}

#tab-container .tab.active {
	background: #007ec8;
	position: relative;
}
#tab-container .tab a.active { color: #fff; }

#tab-container .tab-container .panel-container {
	background: #fff;
	border: solid #666 1px;
	padding: 10px;
	-moz-border-radius: 0 4px 4px 4px;
	-webkit-border-radius: 0 4px 4px 4px;
}


/* =Misc
----------------------------------------------- */
.accessibility {
	left: -9999px;
	position: absolute;
	width: 1px;
	height: 1px;
}
.image {
	display: block;
	margin: 1.75em 0;
}
.image.right {
	margin-left: 1.75em;
}
.image.left {
    margin-right: 1.75em;
}
.image.border {
	border: 1px solid #ccc;
	padding: 3px;
}
.image.left {
    margin-right: 1.75em;
}
.right {
	float: right;
}
.left {
	float: left;
}
#primary .figure {
    float: left;
    margin-right: 12px;
    margin-top: 3px;
}