*{
	margin:0;
	padding:0;
}

section{position:relative; overflow: hidden;}
span.faux-link{text-decoration: underline}

/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
/*COLOUR SCHEME*/
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/

.yellow, .design  {color: rgba(255, 194, 34, 1);}
.purple, .project-management {color: rgba(181, 26, 138, 1);}
.blue, .experiential  {color: rgba(115,157,211,1);}
.green, .build  {color: rgba(175, 189, 34, 1);}
.brown {color: rgba(178,116,14,1);}
.orange  {color: rgba(227,111,30,1);}
.mustard {color: rgba(197,169,1,1);}
.lilac{color: rgba(165,135,190,1);}
.grey {color: rgba(174,176,178,1);}
.white{color: rgba(255,255,255,1);}
.black{color: rgba(34,34,34,1);}

.yellowBG, .designBG {background-color: rgba(255, 194, 34, 1);}
.purpleBG, .project-managementBG {background-color: rgba(181, 26, 138, 1);}
.blueBG, .experientialBG {background-color: rgba(115,157,211,1);}
.greenBG, .buildBG {background-color: rgba(175, 189, 34, 1);}
.brownBG {background-color: rgba(178,116,14,1);}
.orangeBG  {background-color: rgba(227,111,30,1);}
.mustardBG {background-color: rgba(197,169,1,1);}
.lilacBG{background-color: rgba(165,135,190,1);}
.greyBG {background-color: rgba(174,176,178,1);}
.whiteBG{background-color: rgba(255,255,255,1);}
.blackBG{background-color: rgba(34,34,34,1);}

.green-grad{
	color: white;
	background: linear-gradient(
	to top right,
	rgba(175, 189, 34, 1), 
	rgba(175, 189, 34, .75));
}
.yellow-grad{
	color: white;
	background: linear-gradient(
	to top right,
	rgba(255, 194, 34, 1), 
	rgba(255, 194, 34, .5));
}
.blue-grad{
	color: white;
	background: linear-gradient(
	to right,
	rgba(115, 157, 211, 1), 
	rgba(115, 157, 211, .75));
}

.purple-grad{
	color: white;
	background: linear-gradient(
	to top right,
	rgba(181, 26, 138, 0.75), 
	rgba(181, 26, 138, 0.25));
}
.lilac-grad{
	color: white;
	background: linear-gradient(
	to top right,
	rgba(165, 135, 190, 1), 
	rgba(165, 135, 190, 0.75));
}
.purple-blue-grad{
	color: white;
	background: linear-gradient(
					to top right,
					rgba(181, 26, 138, 0.75), 
					rgba(115, 157, 211, 0.75));
}
.white-trans{
	background: rgba(255, 255, 255, 0.9);
	padding: 2rem;
}

/*-- CUSTOM COLOURS -- */

.ferrari{color: #f20000; background-color: white;}
.ferrariBG{background-color: #f20000; color: white;}
.vishay{color:rgba(10, 127, 194, 1); background-color: white;}
.vishayBG{background-color:rgba(10, 127, 194, 1); color: white;}
.honda{color:#c00; background-color: white;}
.hondaBG{background-color:#c00; color: white;}
.jcb{color:#fcb026; background-color: white;}
.jcbBG{background-color:#fcb026; color: white;}
.xerox{color:#e5e5e5; background-color: rgba(34,34,34,1);}
.xeroxBG{background-color:#e5e5e5; color: rgba(34,34,34,1);}
.allianceMedical{color:#ffffff; background-color: #e05f29;}
.allianceMedicalBG{background-color:#e05f29; color: #ffffff;}
.abg{color:#ed1b2e; background-color: #ffffff;}
.abgBG{background-color:#ed1b2e; color: #ffffff;}
.studiomaster{color:#333333; background-color: #ffffff;}
.studiomasterBG{background-color:#333333; color: #ffffff;}


.header {
  margin-top: 6rem;
  text-align: center; }
.spacer {
  margin-top: 4rem; }
.section-header {
	text-transform: uppercase;
	letter-spacing: .25rem;
	font-weight: 600;
	text-align: center;
  }
.value-img {
	display: block;
	text-align: center;
	}

@media (min-width: 400px) {
	.header {margin-top: 18rem;}
}

li.pane{list-style-type: none;}

/*------------------------------------------------*/
/*------------------------------------------------*/
/*---------------------NAVBAR---------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/

.navbar{
position: fixed;
top: 0;
z-index: 1000;
width: 100%;
background: white;
color: #222;
border-bottom: 1px solid #eeeeee;
-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.25);
box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.25);
}
.navbar-spacer {
	height: 8rem;
}
.navbar-list {
	list-style: none;
	margin-bottom: 0;
	background: white;
	width: 100%;
	padding: 0 8%;
	margin-left: -8%;
}
.navbar-item {
	position: relative;
	display: block;
	margin-bottom: 0;
	padding: 0 8%;
}
.navbar-link ,
.navbar-link--hidden,
.show-menu{
	text-transform: uppercase;
	font-size: 1.2rem;
	font-weight: 600;
	letter-spacing: .25rem;
	text-decoration: none;
	line-height: 4rem;
	color: #222;
	text-align: center;
}
.navbar-link--home{
display: none;
}
.navbar-link--hidden{
display: block;
}
.navbar-link  img,
.show-menu img{
	vertical-align: middle;
	height: 8rem;
	max-width: 84%;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/* IE10+ CSS styles go here */
	.navbar-link  img,
.show-menu img{
	height: auto;
	width: 84%;
}
}

.navbar-link.active {
	color: #33C3F0;
}

/*Style 'show menu' label button and hide it by default*/
.show-menu {display:block;}
/*Hide checkbox*/
input[type=checkbox]{display: none;}
/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ .navbar-list{display: block;}
.navbar-list{display: none;}
	
	
/* Larger than tablet */
@media (min-width: 1100px) {
	.navbar-spacer {
	height: 16rem;
	}
		.navbar-spacer.tiny {
	height: 8rem;
	}
	.navbar-list{
		display: block;
		line-height: 16rem;
		transition: line-height 500ms, background 500ms;
	}
	.navbar-list.tiny{
		line-height: 8rem;
	}
	.navbar-item {display: inline-block; padding: 0;}
	.navbar-link {
		text-transform: uppercase;
		font-size: 1.125rem;
		font-weight: 600;
		letter-spacing: .25rem;
		margin-right: 4rem;
		text-decoration: none;
		color: #222;
	}
	.navbar-link--home{display: block;}
	.navbar-link--hidden{display: none;}

	.navbar-link.active {color: #33C3F0;}
	.has-docked-nav .navbar {
		position: fixed;
		top: 0;
		left: 0;
	}

	/*Style 'show menu' label button and hide it by default*/
	.show-menu {display:none;}



   /* Popover */
  .popover.open {
    display: block;
  }
  .popover {
	display: none;
    position: absolute;
    background: white;
	border-top: 1px solid rgba(34,34,34,1);
	top: 10rem;
	left: -4rem;
	}
	
  .popover-list {
    padding: 0;
    margin: 0;
    list-style: none; }
  .popover-item {
    padding: 0;
    margin: 0; }
  .popover-link {
    position: relative;
    color: #222;
    display: block;
    padding: 2rem;
    border: 1px solid rgba(34,34,34,1);
	border-top: 0;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
	line-height: 2rem;
	}
  .popover-link:hover {
    color: #fff;
    background: #33C3F0; }

}


/*------------------------------------------------*/
/*------------------------------------------------*/
/*----------------------LOGO----------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/
  
  
section.logo{display: none;}
section.logo img{margin-bottom: 4rem;}
section.logo a{color: white; text-decoration: none;}
section.logo a:hover{border-bottom: .5rem solid white;}
.blurVideo-background {display: none;}

/* Larger than phone */
@media (min-width: 400px) {

	section.logo{
		display: block;
		color: white;
		padding: 6rem 0;
		background: linear-gradient(
					to top right,
					rgba(181, 26, 138, 0.75), 
					rgba(115, 157, 211, 0.75));
	}
	.blurVideo-background {
		display: block;
		position: absolute;
		width: 100%;
		visibility: visible;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		z-index: -100;
		-webkit-filter: blur(5px);
		-moz-filter: blur(5px);
		-o-filter: blur(5px);
		-ms-filter: blur(5px);
	}
	
}


/*------------------------------------------------*/
/*------------------------------------------------*/
/*-------------------WHO WE ARE-------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/

.breathe{
padding: 4% 0;
}
.noBreathe{
margin-top: -4%;
}
.noBreathe--bottom{
margin-bottom: -4%;
}
.panel{
	padding: 2rem;
	margin-bottom: 2rem;
	box-sizing: border-box;
}

@media (min-width: 400px) {
	.panel--cs{min-height: 40em;}
}


/*------------------------------------------------*/
/*------------------------------------------------*/
/*-----------------SHAPE MORPHING-----------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/

#icon {
  display: block;
  padding:5rem;
  margin-left: -5rem;
  margin-top:-5rem
}

/*------------------------------------------------*/
/*------------------------------------------------*/
/*-------------------WHAT WE DO-------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/
  
.design{color: rgba(255, 194, 34, 1);}
.build{ color: rgba(153, 165, 69, 1);}
.project-management{color: rgba(181, 26, 138, 1);}
.experiential{color: #739dd3;}

.design-block{background-color: rgba(255, 194, 34, 1);}
.build-block{background-color: rgba(153, 165, 69, 1);}
.project-management-block{background-color: rgba(181, 26, 138, 1);}
.experiential-block{background-color: #739dd3;}

section.icons{text-align: center; background-color: white; color: white;}


/*------------------------------------------------*/
/*------------------------------------------------*/
/*---------------------SLIDER---------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/

@-webkit-keyframes animatedBackground {
	0% {-webkit-transform: translateX(0);}
	50% {-webkit-transform: translateX(-15%);}
	100% {-webkit-transform: translateX(0);}
}

.slideshowLogoContainer{
	position: relative;
}
.slideshowLogo{
position: absolute;
left: 8%;
top: 4rem;
z-index: 4;
}

a.cs-panel{text-decoration: none;}

.cs{
	overflow: hidden;
	display: block;
	position:static;
	width: 100%;
	padding: 4% 0;
}
.cs--ferrari{
	color: white;
	background: linear-gradient(
	to bottom right,
	rgba(255, 0, 0, .75), 
	rgba(255, 0, 0, .25));
}
.cs-bg{
	position: absolute;
	z-index: -1;
    left: 0;
    right: -25%;
    top: 0;
    bottom: 0;
}
.cs-bg--experiential{
	position: absolute;
	z-index: -1;
    left: 0;
    right: -25%;
    top: 0;
    bottom: 0;
	animation: animatedBackground 10s cubic-bezier(0.250, 0.100, 0.250, 1.000) infinite;
			-ms-animation: animatedBackground 60s cubic-bezier(0.250, 0.100, 0.250, 1.000) infinite;
			-moz-animation: animatedBackground 60s cubic-bezier(0.250, 0.100, 0.250, 1.000) infinite;
			-webkit-animation: animatedBackground 60s cubic-bezier(0.250, 0.100, 0.250, 1.000) infinite;
	background: url('../images/heroFerrariBW.jpg') 0% 0%;
	background-size: cover;
}
.cs-bg--marquee{
	position: absolute;
	z-index: -1;
	/* width: calc(100% - 20rem);
	left: 10rem; */
}

.marquee {
	font-size: 1.5em;
	height: 2em;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
	color: rgba(115, 157, 211, 1);
}
.marquee:hover {animation-play-state: paused;}

.marquee-1{
    animation: marquee-1 20s linear infinite;
	-ms-animation: marquee-1 20s linear infinite;
	-moz-animation: marquee-1 20s linear infinite;
	-webkit-animation: marquee-1 20s linear infinite;
}
@keyframes marquee-1 {
    0%   { text-indent: 44rem; }
    100%{ text-indent: -64rem; }
}
@-webkit-keyframes marquee-1 {
    0%   { text-indent: 44rem; }
    100%{ text-indent: -64rem; }
}

.marquee-2{
    animation: marquee-2 20s linear infinite;
	-ms-animation: marquee-2 20s linear infinite;
	-moz-animation: marquee-2 20s linear infinite;
	-webkit-animation: marquee-2 20s linear infinite;
}
@keyframes marquee-2 {
    0%   { text-indent: -64rem; }
    100%{ text-indent: 44rem; }
}
@-webkit-keyframes marquee-2 {
    0%   { text-indent: -64rem; }
    100%{ text-indent: 44rem; }
}

.marquee-3{
    animation: marquee-3 10s linear infinite;
	-ms-animation: marquee-3 10s linear infinite;
	-moz-animation: marquee-3 10s linear infinite;
	-webkit-animation: marquee-3 10s linear infinite;
}
@keyframes marquee-3 {
    0%   { text-indent: 24rem; }
    100%{ text-indent: -64rem; }
}
@-webkit-keyframes marquee-3 {
    0%   { text-indent: 24rem; }
    100%{ text-indent: -64rem; }
}


.cs-bg--exhibitions{
	position: absolute;
	z-index: -1;
    left: 0;
    right: -25%;
    top: 0;
    bottom: 0;
	animation: animatedBackground 10s cubic-bezier(0.250, 0.100, 0.250, 1.000) infinite;
			-ms-animation: animatedBackground 60s cubic-bezier(0.250, 0.100, 0.250, 1.000) infinite;
			-moz-animation: animatedBackground 60s cubic-bezier(0.250, 0.100, 0.250, 1.000) infinite;
			-webkit-animation: animatedBackground 60s cubic-bezier(0.250, 0.100, 0.250, 1.000) infinite;
	background: url('../images/heroFerrariBW.jpg') 0% 0%;
	background-size: cover;
}
.cs--vishay{
	color: white;
	background: linear-gradient(
	to bottom right,
	rgba(10, 127, 194, .75), 
	rgba(10, 127, 194, .25));
}
.cs-bg--vishayBW{
	background: url('../images/heroVishayBW.jpg') 0% 0%;
	background-size: cover;
}
.cs-bg--vishay{
	background: url('../images/case-study/vishay/vishay-2015-desk.jpg') 0% 0%;
	background-size: cover;
}
.cs-bg--honda{
	background: url('../images/case-study/honda/honda-2008-motorshow.jpg') 0% 0%;
	background-size: cover;
}
.cs-bg--jcb{
	background: url('../images/case-study/jcb/jcb-2014-main.jpg') 0% 0%;
	background-size: cover;
}
.cs-bg--ferrari{
	background: url('../images/case-study/ferrari/ferrari-panorama.jpg') 0% 0%;
	background-size: cover;
}
.cs-bg--xerox{
	background: url('../images/case-study/xerox/xerox-main.jpg') 0% 0%;
	background-size: cover;
}
.cs-bg--allianceMedical{
	background: url('../images/case-study/allianceMedical/allianceMedical-main.jpg') 0% 0%;
	background-size: cover;
}
.cs-bg--abg{
	background: url('../images/case-study/abg/abg-main.jpg') 0% 0%;
	background-size: cover;
}
.cs-bg--studiomaster{
	background: url('../images/case-study/studiomaster/studiomaster-main.jpg') 0% 0%;
	background-size: cover;
}
.cs-bg--pm{
	background: url('../images/flowchart.svg') 0% 0%;
	background-size: cover;
	z-index: 50;
}

.cs--JCB{
	background: linear-gradient(
	to bottom right,
	rgba(252, 176, 38, .75), 
	rgba(252, 176, 38, 0.25));
	color: black;
}

.cs--xerox{
	background: linear-gradient(
	to top right,
	rgba(255, 255, 255, 0.75), 
	rgba(255, 255, 255, 0.25));
	color: black;
}

.case-study-logo{
	position: absolute;
	left: 4%;
	top: 18%;
}

@media (min-width: 400px) {
.case-study-logo{
		top: 100%;
		}
}

@media (min-width: 750px) {
	.case-study-logo{
		position: relative;
		left: 0;
		top: 0;
		}

}

/*------------------------------------------------*/
/*------------------------------------------------*/
/*-----------------------NEWS---------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/
	
#news{
	background-color: #739dd3;
	color: #ffffff;
}


section.niceGradient{
	background: linear-gradient(
	to top right,
	rgba(181, 26, 138, 0.9), 
	rgba(115, 157, 211, 0.9)), 
	url('../images/heroVishay.jpg');
	background-size: cover;
}

.twitter-timeline{
	background: rgba(85, 172, 238, 1);
	padding: 0 1rem;
	min-width: 100%;
}
.twitter{
	margin-bottom: 2rem;
}

iframe{min-width: 100%;
margin-bottom: 2rem;}

.newsShort {
background-yellow
}
.newsShort img{
	width: 22.5%;
	margin-right: 2rem;
	float: left;
}

 
 .imgFill{
 width: 100%;
 height: auto;
 overflow: hidden;
 margin-bottom: 2rem;
 }
 .imgFill--quarter{
 width: calc(25% - 2.25rem);
 height: auto;
 overflow: hidden;
 margin-bottom: 2rem;
 margin-right: 2rem;
 }
 
/*------------------------------------------------*/
/*------------------------------------------------*/
/*----------------------FORM----------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/

#contact{
	background: url('../images/map.jpg');
	background-size: cover;
	color: #FFFFFF;
}
#contact a{color: #ffffff;}
form input, textarea {color: rgba(34,34,34,1);}




/*------------------------------------------------*/
/*------------------------------------------------*/
/*--------------------TEMPLATE--------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/

#caseStudy__title{
	color: #FFFFFF;
	padding-top: 56.25%;
}
#contact a{color: #ffffff;}

/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------PRINT STYLES------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/

@media print {
html {
color: black;
background: white;
}

img {
display:block;
page-break-after: avoid;
page-break-inside: avoid;
}

#section {
display:block;
page-break-inside:avoid;
}

}




