@charset "utf-8";
/* CSS Document */
body {
	width:100%;
	font-family: 'Source Sans Pro', sans-serif;;
}
.page {
	width:70%;
	margin:auto;
}
.content {
	padding: 13em 1.5em 3em 1.5em;
	font-size: 0.9em; 
	line-height: 1.3em;
}
.zone {
	width:100%;
	clear:both;
}
.branding {
    background-color: #fff;
    float: left;
    margin: -1em 0 0 3.2em;
    padding: 1em 1em 2em;
    position: absolute;
}
.branding > a {
}
.branding > a > img{
}
.menu {
	background: #dd0000 none repeat scroll 0 0;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    float: left;
    margin: -2em 0 0 -20em;
    padding: 7.8em 10em 0 31em;
    position: absolute;
    width: 70%;
}
.menu .main-menu {

}
.menu .main-menu, .menu .language-switcher{
	display:inline;
	float:left;
}
 .menu .language-switcher {
     float:right;
     font-size:0.8em;
 }
.menu .main-menu li, .menu .language-switcher li{
	display:inline;
	margin: 1em;
}
.menu .main-menu li a, .menu .language-switcher li a{
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
	font-size: 1.3em;
	color:#FFFFFF
}
.menu .main-menu li a:hover, .menu .main-menu li a.active, .menu .language-switcher li a:hover, .menu .language-switcher li a.active {
	color:#999;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #9B0000;
    margin: 3%;
    padding: 0; 
	width:100%;
	clear:both;
}
h1 {
	text-transform:uppercase;
	width:100%;
	clear:both;
}
.services .content ul {
	list-style:none;
	margin-top:-2em;
}
.services .content ul li {
	width:100%;
	clear:both;
	margin: 5em 0;
}
.services ul li strong{
	font-size:1.2em;
	text-transform:uppercase;
}
.services ul li img {
	margin:-2em 1em 1em 1em;
	display:inline;
	float:left;
	width: auto;
	height:auto;
}
.services img.outline {
	width:100%;
	height:auto;
}
.services .services-icon li .icon{
	width: 7%;
	height:auto;
}
.services .services-icon li img{
	width: 100%;
	height:auto;
}
.services .services-icon li.first{
	margin-top: 6.5%;
}
.services .services-icon li.last{
	margin-bottom: 3.5%;
}
.services .carrousel {
	width:50%;
	height:auto;
	margin:auto;
}
.services .carrousel .slide {
	width:100%;
	height:auto;
}
.services .carrousel .slide img{
	width:100%;
	height:auto;
}
.slick-prev::before, .slick-next::before {
	color:black !important;
}
.organizations .logo-item {
	width:18%;
	margin: 1%;
	float:left;
}
.organizations .logo-item img{
	width:100%;
	height:auto;
}
.contactinfo {
	border: 1px solid #ccc;
	padding: 2em;
}
.contact ul {
	list-style:none;
}
.contact ul li{
	margin-bottom:1em;
}
.contact ul b{
	font-size: 1.1em;
}
.contact form input, .contact form textarea  {
		width: 100%;
}
.form span {
	display: block;
	overflow: hidden;
	padding: 0 5px 0 0;
}
.footer {
  background: #333 none repeat scroll 0 0;
  color: #fff;
  text-align: center;
  margin-left: -20em;
  padding: 1em 20em;
  font-weight:bold;
}