/* Main Menu */
#colHeader {display: none;  position:relative; float: left;  width:100%; margin-right: auto; margin-left: auto; clear: both; margin-top: 0px; margin-bottom: 0px; z-index: 100; }

.desktopMenu{position:relative; float: left; width:95vw; margin-top:0px; z-index:30; padding-left: 5vw; height: 80px; padding-top: 40px;}
	#HamburgerIcon{float:left; text-align:left; width:32px; height:20px; margin:25px 0px 0px 40px; z-index:30; }

#MainMenu{display: none; position:fixed;  width:100%;  margin:0px 0px 0px 0px; vertical-align:top; background-color:#2f2483; text-align:center; animation: fadein 0.5s; -moz-animation: fadein 0.5s; /* Firefox */ -webkit-animation: fadein 0.5s; /* Safari and Chrome */ -o-animation: fadein 0.5s; /* Opera */ z-index: 300;}

#MainMenuContainer{float:left; width:100%; height:90vh; margin:0px 0px 0px 0px; z-index:30; padding-top:20vh; background-color:#2f2483; text-align:center; animation: fadein 0.5s; -moz-animation: fadein 0.5s; /* Firefox */ -webkit-animation: fadein 0.5s; /* Safari and Chrome */ -o-animation: fadein 0.5s; /* Opera */}


 

.MenuItem{
	font-family: "Oswald", Arial, Helvetica, sans-serif;
	font-size: 28pt;
	line-height:100%;
	color: #ffffff;
	padding:10px 0%;
	margin:0px 3%;
	height:auto;
	text-align:center;
	margin-top:0px;
	margin-bottom:20px;
}


.MenuItem a {
	color: #ffffff;
}


.MenuItem a:visited{
	color: #ffffff;
}


.MenuItem a:HOVER {
	color:#3ca8c7;
	border-bottom: 5px solid #ffffff;
}


/* Main Menu End */






/*Scroll Icon*/

.icon-scroll {
    position: absolute;
    left: 50%;
}


.icon-scroll:before {
	position: absolute;
    left: 50%;
}

.icon-scroll{
	float: left;
	width: 30px;
	height: 50px;
	margin-left: -15px;
	box-shadow: inset 0 0 0 2px #fff;
	border-radius: 25px;
	bottom: 120px;
}

.icon-scroll:before {
	content: '';
	width: 6px;
	height: 6px;
	background: #fff;
	margin-left: -3px;
	top: 6px;
	border-radius: 3px;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
	animation-name: scroll;
}


@keyframes scroll {
    from {
        opacity:1;
    }
    to {
        opacity:0;
	-webkit-transform: translateY(-30px);
	transform: translateY(30px);}
}


/*Scroll Icon End*/






/* Main Section Panel */
.panel {
	position:relative; 
	float:left; 
	width: 100%; 
	height: 100%; 
	background-image: url('images/hero.jpg'); 
	background-position:center center; 
	background-repeat: no-repeat; 
	background-size: cover;
}

.panelHigh {
	position:relative; 
	float:left; 
	width: 100%; 
}


.panelAbout {
	position:relative; 
	float:left; 
	width: 100%; 
	height: 500px;
	background-image: url('images/about-the-project.jpg'); 
	background-position:right center; 
	background-repeat: no-repeat; 
	background-size: cover;
}


.panelProgramme {
	position:relative; 
	float:left; 
	width: 100%; 
	height: 500px;
	background-image: url('images/work-programme.jpg'); 
	background-position:right center; 
	background-repeat: no-repeat; 
	background-size: cover;
}


.panelOutputs {
	position:relative; 
	float:left; 
	width: 100%; 
	height: 500px;
	background-image: url('images/outputs.jpg'); 
	background-position:right center; 
	background-repeat: no-repeat; 
	background-size: cover;
}


.panelTeam {
	position:relative; 
	float:left; 
	width: 100%; 
	height: 500px;
	background-image: url('images/meet-the-team.jpg'); 
	background-position:right center; 
	background-repeat: no-repeat; 
	background-size: cover;
}


.panelContact {
	position:relative; 
	float:left; 
	width: 100%; 
	height: 500px;
	background-image: url('images/contact.jpg'); 
	background-position:right center; 
	background-repeat: no-repeat; 
	background-size: cover;
}

.quickLinkContainer {
	float: left;
	margin-top: 10vh;
	margin-left:10%;
	width: 80%; 
	
}


.quickLink {
	float: left;
	width: 25.33%; 
	text-align: center;
	padding:0px 4%;
	margin-bottom: 12vh;
	margin-top: 0px;
}


.menuTextContainer {
	float: left; 
	margin-right:60px;
	padding-top: 0px;
}



.heroText {
	position: absolute;
	width: 100%;
	bottom: 160px;
}


.rightCTAtop {
	float: left;
	width: 20%; 
	text-align: center;
	padding: 2% 2% 2% 2%;
	margin-bottom: 20px;
	margin-top: 15vh;
	margin-left: 5%;
	background-color: #1f2b37;
	border-bottom: 10px solid #3ca8c7;
}

.rightCTA {
	float: left;
	width: 20%; 
	text-align: center;
	padding: 2% 2% 2% 2%;
	margin-bottom: 20px;
	margin-top: 1%;
	margin-left: 5%;
	background-color: #1f2b37;
	border-bottom: 10px solid #3ca8c7;
}



.contactForm {width:70%; margin:5% 15% 5% 15%;}	



.textContainer {
	float: left;
	margin-top: 7vh;
	margin-left:20%;
	width: 60%; 
	padding-bottom: 10vh;
	
}



.bioContainer {
	float: left;
	position:relative;
	width: 100%;
	padding-top: 40px;
}

.bioImage {
	float: left;
	margin-right:5%;
	width: 30%;
	
}

.bio {
	float: left;
	margin-right:0%;
	width: 65%; 
}



.dropShadow {
	box-shadow: 0px 0px 20px #808080;
}




.footer {
	position: relative;
	float:left; 
	width: 100%;
	height: 400px;
	background-color: #2f2483;
}


.footerContainer {
	position: relative;
	width: 70%;
	margin: 40px 15%;
}

.footerText {
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 18px;
	line-height: 120%;
	font-weight: 200;
	color: white;
}


.partners {
	position: absolute;
	float:right; 
	width: 90%;
	background-color: #ffffff;
	Padding: 1% 5% 1% 5%;
	text-align: right;
	bottom: 0px;
}




.partnersBottom {
	position: relative;
	float:right; 
	width: 70%;
	background-color: #ffffff;
	Padding: 1% 15% 1% 15%;
	text-align: right;
}

.ecorys {
	position: relative;
	float:left; 
	width: 240px;
	margin-right: 3%;
}

.freud {
	position: relative;
	float:left; 
	width: 210px;
}


.cover
	{position:absolute; width:300px; height:80px; background-color:#d2cfe9; bottom:80px; z-index:400;}






/*General styles*/

body {
	font-family: 'Roboto', Arial, sans-serif;
	background-color: #eaeded;
	font-size: 18px;
	line-height: 140%;
	font-weight: 100;
	color: black;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

body, html {
	margin:0;
	padding:0;
	height: 100%
}

html { overflow-y: scroll; }

h1 {
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-size: 92pt;
	line-height: 100%;
 	color:#ffffff;
 	font-weight:500;
	margin-right: 5%;
	margin-bottom: 0px;
	text-align: right;
}

h2 {
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-size: 30pt;
	line-height: 140%;
 	color:#2f2483;
 	font-weight:500;
	margin-top:10px;
	margin-right:5%;
	text-align: right;
	text-shadow: 0px 0px 40px #ffffff;
}

h3 {
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-size: 36pt;
	line-height: 100%;
	color:#2f2483;
 	font-weight:500;
	text-align: center;	
}

h4 {
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-size: 20pt;
	line-height: 100%;
	color:#ffffff;
 	font-weight:300;
	text-align: left;
	margin-top: 120px;
}

h5 {
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-size: 20pt;
	line-height: 100%;
	color:#2f2483;
 	font-weight:500;
	text-align: left;
	margin-bottom: 20px;
}


h6 {
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-size: 18pt;
	line-height: 100%;
	color:#2f2483;
 	font-weight:500;
	text-align: left;
	margin-bottom: 20px;
	margin-top: 40px;
}






.text-white {
	color: #ffffff;
	font-style: normal;
}


.text-bold {
	font-weight: 300;
}



.menuLink {
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-size: 20pt;
	line-height: 100%;
	color:#2f2483;
 	font-weight:300;
	text-align: center;
}

.menuLink a {
	color:#2f2483;
}

.menuLink a:visited {
	color:#2f2483;
}

.menuLink a:hover {
	color:#3ca8c7;
	border-bottom: 5px solid #2f2483;
}





.quickLinkText {
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-size: 28px;
	line-height: 100%;
	font-weight: 500;
	color: #fff;
	text-align: center;
}

.quickLinkText a {
	color: #ffffff;
}

.quickLinkText a:visited {
	color: #ffffff;
}

.quickLinkText a:HOVER {
	color: #3ca8c7;
	border-bottom: 5px solid #ffffff;
}

.quickLinkImg {
	margin-bottom: 40px;
	
}


img:hover {
  opacity: 0.8;
}



.footerLink {
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-size: 18pt;
	line-height: 100%;
	color:#ffffff;
 	font-weight:300;
	text-align: center;	
}

.footerLink a {
	color:#ffffff;
}

.footerLink a:visited {
	color:#FFFFFF;
}

.footerLink a:hover {
	color:#3ca8c7;
	border-bottom: 5px solid #ffffff;
}



.privacy {
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-size: 20pt;
	line-height: 100%;
	color:#ffffff;
 	font-weight:300;
	text-align: left;
	margin-top: 80px;
}



.EcorysCopyright {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 100%;
	color:#ffffff;
 	font-weight:300;
	text-align: left;
	margin-top: 60px;
	margin-bottom: 10px;
}


ol {
  margin: 0 0 1em;
  padding: 0;
  counter-reset: item;
	padding-left: 1em;
}

ol > li {
  margin: 0;
  padding: 0 0 0 1em;
  text-indent: -1.5em;
  list-style-type: none;
  counter-increment: item;
	margin-bottom: 16px;
}

ol > li:before {
  display: inline-block;
  width: 1em;
  padding-right: 0.5em;
  font-weight: bold;
  text-align: right;
  content: counter(item) ".";
}

ul > li {
	margin-bottom: 16px;
}


/*Button*/


.buttonLinkBlank {
	font: 13pt/140% 'Oswald', Arial, Helvetica, sans-serif;
	color:#ffffff;
	text-decoration:none;
	outline:none;
	background-color:#3ca8c7;
	text-align:center;
	padding:10px 40px;
}



.buttonLink a{
	font: 13pt/140% 'Oswald', Arial, Helvetica, sans-serif;
	color:#ffffff;
	text-decoration:none;
	outline:none;
	display:block;
	background-color:#3ca8c7;
	text-align:center;
	padding:10px 40px;
	border-radius: 0px;
	-webkit-transition: all 0.15s ease-out;
 	-moz-transition: all 0.15s ease-out;
  	-o-transition: all 0.15s ease-out;
  	transition: all 0.15s ease-out;
}

.buttonLink a:visited{
	color:#ffffff;
	text-decoration:none;
	outline:none;
	display:block;
	background-color:#3ca8c7;
}

.buttonLink a:HOVER{
	color:#ffffff;
	text-decoration:none;
	outline:none;
	display:block;
	background-color:#39a194;
	cursor: pointer;
}





/*Links*/

a  {
	color: #3ca8c7;
	text-decoration: none;
}

a:visited {
	color: #3ca8c7;
	text-decoration: none;
}

a:HOVER {
	color:#944d99;
	text-decoration: none;
}







/* Misc */
.touchonly {
	display: none;
}

html.touch .touchonly {
	display: block;
}

.noselect, .noselect * {
	user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
}

.doselect, .doselect *:not(.noselect) {
	user-select: text;
	-webkit-user-select: text;
	-khtml-user-select: text;
	-moz-user-select: text;
	-o-user-select: text;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}






@media only screen and (max-width: 1440px) {
	/* For tablets: */
	
.cover
	{position:absolute; width:300px; height:60px; background-color:#d2cfe9; bottom:70px; z-index:400;}
	
	
}





	
@media only screen and (max-width: 768px) {
		/* For phones: */
	
#colHeader {display: block; position:relative; float: left; width:100%; margin-right: auto; margin-left: auto; clear: both; margin-top: 0px; margin-bottom: 0px; z-index: 100; }

.desktopMenu{display: none;}

#MainMenu{display: none; position:fixed;  width:100%;  margin:0px 0px 0px 0px; vertical-align:top; z-index:30; background-color:#2f2483; text-align:center; animation: fadein 0.5s; -moz-animation: fadein 0.5s; /* Firefox */ -webkit-animation: fadein 0.5s; /* Safari and Chrome */ -o-animation: fadein 0.5s; /* Opera */ z-index: 300;}

#MainMenuContainer{float:left; width:100%; height:90vh; margin:0px 0px 0px 0px; z-index:30; padding-top:20vh; background-color:#2f2483; text-align:center; animation: fadein 0.5s; -moz-animation: fadein 0.5s; /* Firefox */ -webkit-animation: fadein 0.5s; /* Safari and Chrome */ -o-animation: fadein 0.5s; /* Opera */}
	
	
.icon-scroll{
	float: left;
	width: 30px;
	height: 50px;
	margin-left: -15px;
	box-shadow: inset 0 0 0 2px #fff;
	border-radius: 25px;
	bottom: 80px;
}
	
	
.heroText {
	position: absolute;
	width: 100%;
	bottom: 140px;
}	
	
.partnersBottom {
	position: relative;
	float:right; 
	width: 90%;
	background-color: #ffffff;
	Padding: 20% 5% 3% 5%;
	text-align: left;
}
	

.ecorys {
	position: relative;
	float:left; 
	width: 50%;
	margin-right: 8%;
	padding-top: 6px;
}

.freud {
	position: relative;
	float:left; 
	width: 40%;
	padding-top: 8px;
}
	
	
	
.panel {
	position:relative; 
	float:left; 
	width: 100%; 
	height: 100%; 
	background-image: url('images/hero-mobile.jpg')!important;
	background-position:right center; 
	background-repeat: no-repeat; 
	background-size: cover;

}
	
	
.panelAbout {
	position:relative; 
	float:left; 
	width: 100%; 
	height: 500px;
	background-image: url('images/about-the-project-mobile.jpg')!important; 
	background-position:right center; 
	background-repeat: no-repeat; 
	background-size: cover;
	margin-top: -50px;
}


.panelProgramme {
	position:relative; 
	float:left; 
	width: 100%; 
	height: 500px;
	background-image: url('images/workProgramme-mobile.png')!important; 
	background-position:right top; 
	background-repeat: no-repeat; 
	background-size: cover;
	margin-top: -50px;
}


.panelOutputs {
	position:relative; 
	float:left; 
	width: 100%; 
	height: 500px;
	background-image: url('images/outputs-mobile.jpg')!important; 
	background-position:right center; 
	background-repeat: no-repeat; 
	background-size: cover;
	margin-top: -50px;
}


.panelTeam {
	position:relative; 
	float:left; 
	width: 100%; 
	height: 500px;
	background-image: url('images/meet-the-team-mobile.jpg')!important; 
	background-position:right center; 
	background-repeat: no-repeat; 
	background-size: cover;
	margin-top: -50px;
}


.panelContact {
	position:relative; 
	float:left; 
	width: 100%; 
	height: 500px;
	background-image: url('images/contact-mobile.jpg')!important;
	background-position:right center; 
	background-repeat: no-repeat; 
	background-size: cover;
	margin-top: -50px;
}
	
	
.quickLinkContainer {
	float: left;
	margin-top: 10vh;
	margin-left:15%;
	width: 70%; 
	
}


.quickLink {
	float: left;
	width: 100%; 
	text-align: center;
	padding:0px 0%;
	margin-bottom: 8vh;
	margin-top: 0px;
}
	
.quickLinkImg {
	margin-bottom: 20px;
	
}	
	
.contactForm {width:90%; margin:5% 5% 5% 5%;}	



.textContainer {
	float: left;
	margin-top: 4vh;
	margin-left:5%;
	width: 90%; 
	padding-bottom: 8vh;
	
}
	
	
.bioContainer {
	float: left;
	position:relative;
	width: 100%;
	padding-top: 40px;
}	
	
.bioImage {
	float: left;
	margin-left:0%;
	width: 100%; 
	margin-bottom: 0px;
	
}

.bio {
	float: left;
	margin-left:0%;
	width: 90%; 
	padding-top: 0px;
	margin-bottom: 0px;
}

.menuTextContainer {
	float: left; 
	width: 100%;
	margin-bottom: 10px;
	padding-top: 0px;
	text-align: left;
		
}
	
	
	
.footerContainer {
	position: relative;
	width: 90%;
	margin:35px 5%;
	height: auto;
}
	
.cover
	{position:absolute; width:300px; height:40px; background-color:#d2cfe9; bottom:60px; z-index:400;}
	
	
	
	
	
	
body {
	font-family: 'Roboto', Arial, sans-serif;
	background-color: #eaeded;
	font-size: 18px;
	line-height: 120%;
	font-weight: 200;
	color: black;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
	
h1 {
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-size: 40pt;
	line-height: 100%;
 	color:#ffffff;
 	font-weight:500;
	margin-right: 5%;
	margin-bottom: 0px;
	text-align: right;
}

h2 {
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-size: 22pt;
	line-height: 100%;
 	color:#2f2483;
 	font-weight:500;
	margin-top:10px;
	margin-right:5%;
	margin-left: 5%;
	text-align: right;
	text-shadow: 0px 0px 40px #ffffff;
}	
	
h3 {
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-size: 28pt;
	line-height: 100%;
	color:#2f2483;
 	font-weight:500;
	text-align: center;	
}

h4 {
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-size: 14pt;
	line-height: 100%;
	color:#ffffff;
 	font-weight:300;
	text-align: left;
	margin-top: 150px;
	margin-bottom: 10px;
}

h5 {
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-size: 20pt;
	line-height: 100%;
	color:#2f2483;
 	font-weight:500;
	text-align: left;
	margin-bottom: 20px;
}


h6 {
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-size: 20pt;
	line-height: 100%;
	color:#2f2483;
 	font-weight:500;
	text-align: left;
	margin-bottom: 20px;
	margin-top: 40px;
}
	
	
	.quickLinkText {
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-size: 28px;
	line-height: 100%;
	font-weight: 500;
	color: #fff;
	text-align: center;

}

.footerLink {
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-size: 14pt;
	line-height: 100%;
	color:#ffffff;
 	font-weight:300;
	text-align: center;	
}	
	
.footerLink a {
	color:#ffffff;
}

.footerLink a:visited {
	color:#FFFFFF;
}

.footerLink a:hover {
	color:#3ca8c7;
	border-bottom: 5px solid #ffffff;
}	
	
.footerText {
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 14px;
	line-height: 140%;
	font-weight: 200;
	color: white;
}

.privacy {
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-size: 14pt;
	line-height: 100%;
	color:#ffffff;
 	font-weight:300;
	text-align: left;
	margin-top: 140px;
	margin-bottom: 10px;
}
	
.EcorysCopyright {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 100%;
	color:#ffffff;
 	font-weight:300;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 10px;
}
	
.partnersBottom {
	position: relative;
	float:left; 
	width: 90%;
	background-color: #ffffff;
	Padding: 1% 5% 1% 5%;
	text-align: right;
}	
	
	
	
	
	
	
	
		
}
