@media (orientation:landscape) and (min-device-height:768px) and (max-device-height:1024px),
		screen and (min-width: 800px) {
	#page {
		width: 90%;
		max-width: 800px;
		margin: 0 auto;
	}

	#primary h1 {
		margin: 3em 0;	
	}
	#primary {
		float: left;
		max-width: 520px;
		width: 66%;
		padding-right: 2%;
	}
	#secondary {
		float: right;
		max-width: 200px;
		width: 30%;
		padding-left: 2%;
		margin-top: -0.33em;
	}
	blockquote {
		width: 80%;
	}
#content p {
	text-align: justify;
}

}
@media screen and (min-width: 451px) and (max-width: 799px) {
	#page {
		width: 96%;
		margin: 0 auto;
	}
	#primary h1 {
		margin: 2em 0;	
	}
	#secondary {
		border-top: 2px dashed #3BABDB;
		margin-top: 2em;
		padding-top: 2em;
	}
	blockquote {
		width: 85%;
	}
}
@media screen and (min-width: 451px) {
	#header > div.nav {
		text-align: right;
	}
	#header ul > li:after {
		content: "\00A0\007C";
	}
	#header ul > li.last:after {
		content: "";
	}
	#header ul.horizontal > li {
		display: inline-block;
		*display: inline;
	}
	#primary .consulting-table > .products {
		float: left;
	}
	#primary .consulting-table > .scrum {
		float: right;
		padding-left: 20px;
	}
}
@media screen and (max-width: 799px) {
  #content p {
    text-align: left;
  }
}
@media screen and (max-width: 450px) {
	#page {
		width: 98%;
		margin: 0 auto;
	}
	#header > div.nav {
		text-align: center;
	}
	#primary h1 {
		margin: 1.5em 0;	
	}
	#secondary {
		border-top: 2px dashed #3BABDB;
		margin-top: 2em;
		padding-top: 2em;
	}
	ul.horizontal > li {
		line-height: 1.75em;
	}
	blockquote {
		width: 90%;
	}
	#secondary > h1 {
		letter-spacing: 0.4em;
	}
}


.title-left {
	font-weight: bold; 
	color: #0d3082;
}
.title-right {
	font-weight: bold; color: #79b030;
}
body {
    font-family: Helvetica,Arial,sans-serif;
    color: #606060;
	background-color: #fff;
}
#content {
	border-width: 2px 0;
	border-style: dashed solid;
	border-color: #3BABDB;
	padding: 0.5em 0;
	overflow: hidden;
}
h1 {
	font-size: 1.25em;
}
h2 {
	font-size: 1em;
}
#primary img:not(.logo) {
  display: block;
  margin: 0 auto;
}
#secondary img {
  display: block;
  margin: 0 auto 1.8em;
}
#secondary h1 {
	letter-spacing: 0.2em;
	color: #3BABDB;
	text-align: center;
}
#secondary #twitter {
	width: 200px;
	margin: 0 auto;
}
#events {
	text-align: center;
}
ul > li {
	list-style: none;
}
ul {
	padding-left: 0;
	margin-left: 0;
}

blockquote {
	margin: 0 auto;
}
blockquote > p {
  margin: 1.33em 0;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #3BABDB;
}
a > img {
	border: none;
  background-color: transparent;
}
a:hover {
	background-color: #EEE;
}
#logo {
	max-width: 100%;
}
#header {
	font-weight: bold;
}
#header > div.language {
	text-align: right;
}
#header > div.logo > a:hover, a.logo:hover, #events a:hover {
	background-color: #fff;
}
a.logo {
  text-align:left;
}
a.logo:not(:first-child) {
  padding-left: 15px;
}
#header, #footer {
	letter-spacing: 0.1em;
	font-size: 0.8em;
}
#content {
	font-size: 0.8em;
}
#footer {
	margin: 1em 0;
	overflow: hidden;
}
#footer > div.copyright {
	float: left;
}
#footer > div.legal {
	float: right;
}
.sigma {
	color:rgb(122,176,49);
	font-weight: light ; 
}
#content ul.horizontal > li {
	display: inline-block;
	*display: inline;
}
#socialmedia, #memberships {
	border-top: 1px solid #606060;
}
#socialmedia img {
	padding-right: 15px;
}
#memberships img {
	padding-right: 15px;
}
#primary ul {
	padding-left: 30px;
}
#primary ul > li {
	list-style: disc;
}
#primary .consulting-table {
	overflow: hidden;
}
#primary div.scrum > img {
	max-width: 100%;
}
