/* #Site Styles
================================================== */
.doc-header .logo-main {
	padding: 30px 0 10px 0;
}
.doc-header .logo-main img {
	display: block;
}

.doc-header .contact-details {
	text-align: center;
	padding:0;
}
.doc-header .contact-details p {
	color: #089a3b;
	margin: 36px 0 0 0;
	font-size: 1.3em;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}

.doc-navigation div {
	background: #089a3b;
}

.doc-slogan div {
	/*background: #eee url(../images/walking-man.png) no-repeat top right;*/
	background:  #eee;
}
.doc-consultancy div {
	background: #224194;
}
.doc-consultancy div p {
	margin: 20px 0 0 0;
}

div.four-step-process {
}
div.four-steps {
	text-align: center;
	background: #eee;
	transition: background 0.2s ease-in-out;
}
div.four-steps h3 {
	margin: 20px 0 0px 0;
}
div.four-steps p {
	font-size: 0.9em;
	margin: 20px;
}
div.four-steps:hover {
	background: #089a3b;
}
div.four-steps:hover h3,
div.four-steps:hover p {
	color: #fff;
}

/* #Page Styles
================================================== */

ul.nav-main {
	margin: 0 10px;
	padding: 0;
	list-style: none;
}
ul.nav-main li {
	display: block;
	float: left;
	padding: 0;
	margin: 10px 10px 10px 0;
}
ul.nav-main li a:link,
ul.nav-main li a:active,
ul.nav-main li a:visited {
	color: #fff;
	display: block;
	float: left;
	padding: 0.5em 1.5em;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	text-decoration: none;
	border-radius: 5px;
	transition: background 0.3s, color 0.3s;
}
ul.nav-main li a:hover {
	color: #224194;
	background: #fff;
}
ul.nav-main li a.cur {
	background: rgba(255, 255, 255, 0.3);
	color: #fff;
}

.doc-slogan div h2 {
	text-align: center;
	margin: 0;
	color: #224194;
	padding: 25px 20px;
	font-size: 1.8em;
	line-height: 28px;
}
.doc-slogan div h2 span {
	color: #089a3b;
}
.doc-slogan div p {
	font-size: 1.2em;
	margin: 0;
	padding: 0 0 20px 20px;
}

.darwin-feature {
	background: #38292f;
}
.darwin-feature img {
	display: block;
	margin: 18px auto;
}
.darwin-feature p {
	color: #fff;
	font-size: 0.9em;
	margin: 0 20px 18px 20px;
}

.intro-banner img {
	display: block;
}

.doc-consultancy h3 {
	color: #fff;
	margin: 0;
	font-size: 1.5em;
	padding: 20px 20px 10px 20px;
	line-height: 24px;
}
.doc-consultancy p {
	color: #fff;
	margin: 0;
	padding: 0 20px 20px 20px;
}
.footer-text {
	color: #666;
	font-size: 0.9em;
}
div.footer-logos {
	text-align: right;
}
div.footer-logos img {
	display: inline-block;
	margin: 0 0 0 10px;
}

.content-main h2 {
	font-size: 1.6em;
	font-weight: 400;
	border-bottom: 1px solid #ccc;
}
.content-main p,
.content-main ul li {
	font-size: 0.9em;
	line-height: 1.7em;
}

div.content-serv h2 {
	font-size: 1.6em;
	font-weight: 400;
	border-bottom: 1px solid #ccc;
}

div.main-content h1,
div.main-content h2,
div.main-content h3 {
	color: #089a3b;
	font-weight: 300;
	letter-spacing: -1px;
}


div.main-content h1 {
	font-size: 2.2em;
	line-height: 1em;
	padding-bottom: 0.6em;
	border-bottom: 1px solid #ccc;
}
div.main-content h1 span {
	font-size: 16px;
	color: #555;
	font-weight: 500;
	line-height: 0.8em;
}


div.main-content h2 {
	font-size: 1.6em;
}



.image-right {
	float: right;
	margin: 0 0 1em 1em;
}


div.sidebar-contact {
	background: #eee;
	padding: 1em 0;
	text-align: center;
	margin: 0 0 20px 0;
}

div.sidebar-contact p {
	color: #666;
	font-size: 1em;
	margin: 0;
}

div.sidebar-contact p.phone-number {
	color: #089a3b;
	font-size: 2em;
	letter-spacing: -1px;
}

div.sidebar-case-study {
	background: #eee;
}

div.sidebar-case-study h3 {
	color: #999;
	font-size: 1em;
	margin: 10px 20px 0 20px;
	line-height: 1.8em;
}
div.sidebar-case-study h4 {
	font-size: 1.1em;
	color: #224194;
	margin: 0 20px 5px 20px;
	line-height: 1.8em;
}
div.sidebar-case-study h4 a:link,
div.sidebar-case-study h4 a:active,
div.sidebar-case-study h4 a:visited {
	color: #224194;
	text-decoration: none;
}
div.sidebar-case-study h4 a:hover {
	text-decoration: underline;
}
div.sidebar-case-study p {
	margin: 10px 20px;
}

div.sidebar-serv-menu li {
	list-style: none;
	margin-bottom: 7px;
}

div.sidebar-serv-menu a {
	text-decoration: none;
}

div.sidebar-serv-menu a:hover {
	text-decoration: underline;
}

div.sidebar-serv-menu a.serv {
	font-weight: bold;
}

div.sidebar-serv-menu {
	/*margin-top: 50px;*/
	background: #eee;
	padding: 0.5em 0.5em;
}

div.feature-highlight {
	margin: 0 0 20px 0;
	background: #eee;
}
div.feature-highlight img {
	transition: opacity 0.2s ease-in-out;
}
div.feature-highlight img:hover {
	opacity: 0.5;
}
div.feature-highlight div.feature-information {
	width: 440px;
	margin: 10px 0 20px 20px
}

div.feature-highlight div.feature-information h3 {
	font-size: 1.2em;
	margin: 0;
}

ul.ce-skills {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
}
ul.ce-skills li {
	margin: 5px 0;
	padding: 0 0 0 3%;
	display: inline-block;
	width: 30%;
	float: left;
	background: url(../images/list-bullet-check.png) no-repeat left;
}

div.profile-summary {
	background: #efefef url(../images/icon-magnify.png) no-repeat 50% 85px;
	text-align: center;
}
div.profile-summary h4 {
	color: #089a3b;
	font-size: 1.1em;
}
div.profile-summary img {
	margin: 20px 0 0 0;
	transition: opacity 0.2s ease-in-out;
}
div.profile-summary img:hover {
	opacity: 0.3;
}

div.cont-separator {
	height: 68px;
	background: url(../images/cons-line-sep.png) no-repeat center;
}
div.partner-feature h3 {
	color: #224194;
}
div.partner-feature h3 a {
	color: #999;
	text-decoration: none;
	font-size: 0.7em;
}
div.partner-feature h3 a:hover {
	text-decoration: underline;
}
div.partner-feature img {
	float: left;
	margin: 0 20px 0 0;
}
div.partner-feature p {
	float: left;
	width: 220px;
}

ul.cs-specs {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
}
ul.cs-specs li {
	margin: 0;
	padding: 0.5em 1em;
}
ul.cs-specs li span {
	color: #224194;
}
ul.cs-specs li:nth-child(2n+2) {
	background: #ddd;
}

p.quote-container {
	background: #eee;
	margin: 0 0 20px 0;
	padding: 1em;
	font-size: 1.2em;
	color: #999;
}

form.contact-form label {
	font-weight: normal;
	color: #333;
	font-size: 1.1em;
}

form.contact-form input[type=text],
form.contact-form textarea {
	border: 1px solid #089a3b;
	padding: 1em;
	border-radius: 5px;
	margin: 5px 0 15px 0;
	color: #444;
	font-size: 1em;
}

form.contact-form input[type=text] {
	width: 260px;
}
form.contact-form input[type=text]:hover,
form.contact-form textarea:hover {
	background: #f3f3f3;
}
form.contact-form textarea {
	width: 260px;
}
form.contact-form input[type=submit] {
	color: #fff;
	font-size: 1em;
	padding: 1em;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	background: #089a3b;
	border: 0;
	border-radius: 5px;
	transition: background 0.2s ease-in-out;
}
form.contact-form input[type=submit]:hover {
	background: #067d30;
}

iframe.google-map {
	width: 340px;
	height: 300px;
}

/*Developer Link*/
a#dev {
	display: block;
	margin-top: 10px;
	font-size: 13px;
	color: #666;
	text-decoration: none;
}
/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {

		.darwin-feature img {
			display: none;
			margin: 18px auto;
		}
		.darwin-feature p {
			color: #999;
			font-size: 1em;
			margin: 21px 20px 20px 20px;
			text-align: center;
		}

		ul.nav-main li a:link, ul.nav-main li a:active, ul.nav-main li a:visited {
			padding: 0.5em 1em;
		}

		div.sidebar-contact p.phone-number {
			font-size: 1.7em;
		}

		iframe.google-map {
			width: 268px;
			height: 200px;
			margin: 20px 0;
		}

		form.contact-form input[type="text"], form.contact-form textarea {
			width: 220px;
		}

	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {

	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {

		.doc-navigation div {
			padding: 0.6em 0;
		}

		ul.nav-main li {
			float: none;
			margin: 0;
			padding: 0;
		}

		ul.nav-main li a:link, ul.nav-main li a:active, ul.nav-main li a:visited {
			margin: 0.2em 0;
			padding: 0.6em;
			float: none;
			display: block;
		}

		.doc-slogan div {
			background: #eee;
		}
		.doc-slogan div h2 {
			font-size: 1.2em;
		}
		.doc-slogan div p {
			font-size: 1.3em;
		}
		div.feature-highlight {
			text-align: center;
		}
		div.partner-feature p {
			width: 300px;
		}
		div.sidebar-case-study {
			text-align: center;
		}

	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {}