/* FONTS */
@font-face {
	font-family: 'brownregular';
	src: url('../fonts/brown-regular-webfont.woff2') format('woff2'),
		 url('../fonts/brown-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'aperculight';
	src: url('../fonts/apercu-light-webfont.woff2') format('woff2'),
		 url('../fonts/apercu-light-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

/* RESET */
a,abbr,address,applet,article,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,hr,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,s,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,textarea,tfoot,th,thead,time,tr,tt,u,ul,var,video {
	margin:0;
	padding:0;
}

body {
	font-family: 'aperculight';
	font-size: 100%;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	color: #17232D;
	text-align: center;
}

img {
	vertical-align: top;
}

.menu-open {
	overflow: hidden;
}

/* GENERAL */
.extra {
	display: none;
}

.column {
	float: left;
}

.dark {
	background: #17232D;
	color: #FFFFFF;
}

.grey {
	background: #F0F0F0;
}

h1, .main-heading {
	font-family: 'brownregular';
	font-weight: normal;
	text-align: center;
	font-size: 1.875em;
}

section header h1, section header h2 {
	font-size: 2.813em;
}

h2 {
	font-size: 1.875em;
	font-family: 'brownregular';
	font-weight: normal;
}

p {
	font-size: 1.125em;
	line-height: 1.5;
	letter-spacing: 0.04em;
}

.standard h1 {
	font-size: 1.875em;
	padding: 0 0 20px;
	text-align: left;
}

.standard p {
	padding: 0 0 18px;
}

.standard .column h1,
.standard .column ol,
.standard .column p {
	max-width: 500px;
}

.under {
	padding: 60px 0;
}

.under:after {
	content: "";
	display: block;
	width: 30px;
	height: 2px;
	margin: 30px auto 0;
	background: #17232D;
}

.dark .under:after {
	background: #FFFFFF;
}

.cta {
	border-width: 2px;
	border-style: solid;
	border-color: #66C1B0;
	color: #66C1B0;
	text-decoration: none;
	padding: 10px 30px 13px;
	display: inline-block;
	font-family: 'brownregular';
	transition: background-color .4s, color .4s, border-color .4s;
}

.cta:hover {
	color: #FFFFFF;
	background-color: #66C1B0;
}

.content {
	max-width: 818px;
	margin: 0 auto;
}

.video-embed{
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video-embed iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*section header:after {
	display: block;
	width: 20px;
	background: #17232D;
	height: 2px;
	margin: 0 auto;
}*/

@media screen and (max-width: 1024px) {
	.content {
		max-width: 500px;
	}

	.under {
		padding: 60px 0 30px;
	}

	section header h1 {
		font-size: 1.875em;
	}
}

@media screen and (max-width: 800px) {
	h1 {
		font-size: 2.000em;
		max-width: 500px;
		margin: 0 auto;
	}

	section header h1 {
		font-size: 1.875em;
		max-width: 500px;
	}

	p {
		max-width: 500px;
		margin: 0 auto;
		font-size: 1em;
		padding: 0 20px;
	}
}

/* MAIN HEADERS */
.main-header {
	position: absolute;
	z-index: 10;
	left: 7%;
	right: 0;
	top: 0;
}

.main-header:after {
	clear: both;
	content: "";
	display: block;

}

.main-header .content {
	box-sizing: border-box;
	margin: 0 40px 0 0;
	position: relative;
}

.main-header h1 {
	position: absolute;
	top: 20px;
	left: -100px;
	float: left;
	font-size: 0;
}

.main-header h1 a {
	display: block;
}

.main-header .menu,
.main-header .close {
	display: none;
}

.main-header ul {
	padding: 0 20px 0;
	margin-top: 16px;
	list-style: none;
	float: left;
	background: rgba(240,240,240,0.8);
}

.main-header li {
	float: left;
	margin: 10px 20px 10px 0;
}

.main-header li:last-child {
	margin: 10px 0;
}

.main-header nav a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.938em;
	color: #17232D;
	transition: color .4s;
	font-family: 'brownregular';
	letter-spacing: 0.09em;
}

.main-header nav a:hover,
.main-header nav a.active {
	color: #66C1B0;
}

@media screen and (max-width: 1600px) {
	.main-header h1 {
		position: relative;
		left: 0;
		top: 0;
		padding: 21px 20px 0 0;
	}
}

@media screen and (max-width: 1340px) {
	.main-header{
		left: 0;
	}

	.main-header ul {
		/*clear: left;*/
		/*padding: 10px 0 0;*/
	}

	.main-header .content {
		float: none;
		max-width: none;
		width: auto;
		margin: 0 0 0 20px;
	}
}

@media screen and (max-width: 1100px) {
	.main-header .content {
		width:  auto;
		float: none;
		padding: 0 0 0 20px;
		margin: 0;
	}
}

@media screen and (max-width: 1024px) {
	.main-header {
		position: relative;
		right: 0;
		background: #F0F0F0;
	}

	.main-header .content {
		width: 100%;
		max-width: none;
		float: none;
	}

	.main-header h1 {
		position: relative;
		float: left;
		left: 0;
		padding: 21px 20px 0 0;
	}

	.main-header ul {
		padding-left: 20px;
		clear: none;
	}
}

@media screen and (max-width: 800px) {
	.main-header {
		position: static;
	}

	.main-header .content {
		position: static;
		padding: 0;
	}

	.main-header.open {
		background: #17232D;
	}

	.main-header.open svg path,
	.main-header.open svg rect,
	.main-header.close svg path {
		fill: #FFFFFF;
	}

	.main-header h1 {
		font-size: 1em;
		padding: 21px 20px;
	}

	.main-header nav {
		display: none;
	}

	.main-header.open nav {
		display: block;
		position: absolute;
		z-index: 100;
		top: 68px;
		left: 0;
		bottom: 0;
		right: 0;
		background: #17232D;
		border-width: 1px 0 0;
		border-style: solid;
		border-color: rgba(221,221,221,.11);
		overflow-x: scroll;
	}

	.main-header nav ul {
		width: 100%;
		padding: 20px 0 0;
		background: #17232D;
	}

	.main-header nav li {
		float: none;
		text-align: left;
	}

	.main-header nav a {
		color: #FFFFFF;
		display: block;
		font-size: 3.563em;
		padding: 0 20px;
		box-sizing: border-box;
		background: #17232D;
	}

	.main-header .menu {
		display: block;
		padding: 22px 20px;
		float: right;
	}

	.main-header .close {
		display: none;
	}
}

@media screen and (max-width: 570px) {
	.main-header nav a {
		font-size: 1.750em;
	}
}

/* PAGE HEADER */
.page-header {
	background: #F0F0F0;
	position: relative;
	text-align: left;
	max-height: 900px;
	display: flex;
}

.page-header:after {
	clear: both;
	content: "";
	display: block;
}

.page-header h1 {
	text-align: left;
	font-size: 2.50em;
	max-width: 520px;
}

.page-header h1:before {
	content: "";
	display: block;
	width: 30px;
	height: 2px;
	margin: 0 0 10px;
	background: #17232D;
}

.page-header h2 {
	text-align: left;
	font-size: 1.875em;
	padding: 30px 0 0;
	max-width: 520px;
}

.page-header p {
	font-size: 1.125em;
	text-align: left;
	padding: 20px 0;
	max-width: 520px;
}

.page-header:after {
	clear: both;
	content: "";
	display: block;
}

.page-header .column {
	width: 50%;
	margin: 0;
	float: none;
	align-self: center;
}

.page-header .column:after {
	clear: both;
	content: "";
	display: block;
}

.page-header .content {
	box-sizing: border-box;
	width: 80%;
	margin: 0 40px 0 0;
	float: right;
}

.page-header .image-holder {
	max-height: 900px;
	overflow: hidden;
}

@media screen and (max-width: 1200px) {
	.page-header h1 {
		font-size: 1.875em;
	}
}

@media screen and (max-width: 1024px) {
	.page-header {
		display: block;
		max-height: none;
	}

	.page-header .column {
		width: 100%;
	}

	.page-header .content {
		padding: 50px 0;
		float: none;
		margin: 0 auto;
	}

	.page-header h1 {
		padding: 0 0 20px;
	}

	.page-header .image-holder {
		max-height: 600px;
	}

	/*.page-header p {
		text-align: center;
	}*/
}

@media screen and (max-width: 800px) {
	.page-header .content {
		width: 90%;
		padding: 100px 20px 50px;
	}
}

/* HOME PAGE */
.home .page-header .content {
	margin: 0;
	max-width: none;
}

.home .page-header .decoration {
	content: "";
	display: block;
	background: #17232D;
	width: 100%;
	height: 2px;
	margin: 10px 0 10px 30px;
	position: relative;
	box-sizing: border-box;
}

.home .page-header .decoration span {
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	position: absolute;
	left: -32px;
	top: -15px;
	border-width: 2px;
	border-color: #17232D;
	border-style: solid;
}

.home .page-header .decoration span:before,
.home .page-header .decoration span:after {
	display: block;
	content: "";
	width: 20px;
	height: 2px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -1px;
	margin-left: -10px;
	background-color: #17232D;
}

.home .page-header .decoration span:before {
	transform: rotate(45deg);
}

.home .page-header .decoration span:after {
	transform: rotate(135deg);
}

.home .page-header h1 {
	max-width: none;
	font-size: 5.000em;
	letter-spacing: -0.025em;
	padding: 0 0 20px;
}

.home .page-header h1 > span {
	display: block;
	padding: 20px 20px 0 0;
	max-width: 800px;
}

.home .page-header h1:before {
	display: none;
}

.home .page-header p {
	text-align: left;
	font-size: 1.125em;
	max-width: 600px;
	padding: 20px 30px 0 0;
}

.home .cta {
	padding: 15px 40px 18px;
}

.header-image {
	position: relative;
}

.header-image img {
	width: 100%;
}

.home .header-image .decoration {
	display: block;
	background: rgba(78,149,207,.7);
	width: 340px;
	height: 340px;
	position: absolute;
	left: -3%;
	bottom: 20px;
	z-index: 1;
	margin: 0;
}

.home .header-image .decoration:before {
	display: block;
	content: "";
	background: rgba(240,80,86,.8);
	width: 245px;
	height: 245px;
	border-radius: 50%;
	position: absolute;
	left: 80%;
	top: 20px;
	z-index: 2;
}

@media screen and (max-width: 1640px) {
	.home .header-image .decoration {
		width: 300px;
		height: 300px;
	}

	.home .header-image .decoration:before {
		width: 200px;
		height: 200px;
	}
}

@media screen and (max-width: 1440px) {
	.home .header-image .decoration {
		width: 250px;
		height: 250px;
	}

	.home .header-image .decoration:before {
		width: 150px;
		height: 150px;
	}
}

@media screen and (max-width: 1400px) {
	.home .page-header h1 {
		font-size: 4.000em;
	}
}

@media screen and (max-width: 1240px) {
	.home .page-header h1 {
		font-size: 3.500em;
	}

	.home .page-header .content {
		width: 90%;
	}

	.home .page-header h1 > span {
		padding: 20px 10px 20px 0;
	}

	.home .page-header p {
		padding: 20px 30px 20px 0;
	}
}

@media screen and (max-width: 1100px) {
	.home .page-header .column {
		align-self: flex-end;
		/*overflow: hidden;*/
	}

	.home .page-header p {
		padding: 0 30px 60px 0;
	}
}


@media screen and (max-width: 1024px) {
	.home .page-header .content {
		float: right;
	}

	.home .page-header .column {
		overflow: hidden;
	}

	.home .header-image .decoration {
		left: 20px;
		bottom: 20px;
		width: 200px;
		height: 200px;
	}

	.home .header-image .decoration:before {
		top: -60px;
		width: 150px;
		height: 150px;
	}
}

@media screen and (max-width: 800px) {
	.home .page-header .content {
		overflow: hidden;
	}

	.home .page-header h1 {
		font-size: 2.500em;
	}

	.home .page-header h1 > span {
		max-width: 500px;
		margin: 0 auto;
	}

	.home .page-header p {
		max-width: 500px;
		padding: 0 0 20px;
	}

	.home .header-image .decoration {
		left: 20px;
		bottom: 20px;
		width: 100px;
		height: 100px;
	}

	.home .header-image .decoration:before {
		top: -40px;
		width: 75px;
		height: 75px;
	}
}

/* OPEN CALL */
.open-call {
	background: #66C1B0;
	color: #FFFFFF;
	padding: 50px 0;
}

.open-call p {
	max-width: 1200px;
	padding: 0 20px 30px;
	margin: 0 auto;
}

.logos {
	display: flex;
	flex-wrap: wrap;
	margin: 30px 0 0 0;
	padding: 20px 0 20px 0;
	background-color: #F0F0F0;
}

.logos article {
	width: 33.33%;
}

.logos article:before {
	content: "";
	display: block;
	height: 2px;
	width: 100%;
}

.open-call h1 {
	margin: 0 auto;
	padding-bottom: 20px;
	font-size: 1.875em;
}

.open-call .cta {
	color: #FFFFFF;
	border-color: #FFFFFF;
	margin: 0 10px;
}

.open-call .cta:hover {
	background: #FFFFFF;
	color: #66C1B0;
}

.open-call .white {
	background: #FFFFFF;
	color: #66C1B0;
}

.open-call .white:hover {
	color: #FFFFFF;
	background-color: #17232D;
	border-color: #17232D;
}

@media screen and (max-width: 1040px) {
	.open-call p {
		max-width: 500px;
	}
}

@media screen and (max-width: 400px) {
	.open-call .cta {
		display: block;
		margin: 0 auto 20px;
		max-width: 150px;
		padding: 15px 15px 18px;
	}

	.open-call {
		padding: 40px 20px 20px;
	}
}


/* SOLUTIONS */
.solutions {
	text-align: center;
}

.arrow {
	padding: 60px 0 0;
	text-align: center;
}

.arrow svg {
	fill: none;
	stroke: #17232D;
}

.contact .arrow svg {
	stroke: #FFFFFF;
}

.solutions header {
 	padding: 60px 0;
}

.solutions header .decoration {
	width: 20%;
	content: "";
	height: 2px;
	background: #17232D;
	margin: 30px 30px 15px 0;
	position: absolute;
	left: 0;
}

.solutions header .decoration span {
	display: block;
	border-radius: 50%;
	border-width: 2px;
	border-style: solid;
	border-color: #17232D;
	width: 30px;
	height: 30px;
	margin: 0 auto;
	position: absolute;
	right: -32px;
	top: -15px;
}

.solutions header .decoration span:before {
	width: 10px;
	height: 10px;
	background: #17232D;
	border-radius: 50%;
	margin: 10px;
	content: "";
	display: block;
	position: absolute;
}

.solutions header:after {
	content: "";
	display: block;
	width: 30px;
	height: 2px;
	margin: 30px auto 0;
	background: #17232D;
}

.solutions .holder {
	margin: 0 auto;
	max-width: 1380px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.solutions .column {
	width: 33.33%;
	box-sizing: border-box;
	padding: 0 10px;
	display: flex;
}

.solutions .content:after {
	clear: both;
	display: block;
	content: "";
}

.solutions .column .content {
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.solutions .column .content .image {
	min-height: 160px;
}

.solutions .column .content h1 {
	font-size: 1.875em;
	padding: 20px 0;
	flex: 0 0 auto;
}

.solutions .column .content p {
	max-width: 310px;
	margin: 0 auto;
	padding: 0 0 20px 0;
	flex: 1 0 auto;
}

@media screen and (max-width: 1142px) {
	.solutions .column .content h1 {
		flex: 1 0 auto;
	}

	.solutions .column .content p {
		padding: 10px 0 30px;
	}

	.solutions .column:nth-child(1) .content p {
		margin: -10px auto 0;
	}
}

blockquote {
	clear: both;
}

blockquote p {
	font-size: 1.500em;
	max-width: 818px;
	margin: 50px auto;
	text-align: center;
}

blockquote .decoration {
	height: 2px;
	background: #17232D;
	float: right;
	width: 15%;
	border-width: 0 0 0 2px;
	position: relative;
	margin: 40px 0 0;
}

blockquote .decoration:before {
	display: block;
	content: "";
	height: 20px;
	width: 2px;
	background: #17232D;
	position: absolute;
	left: 0;
	top: -10px;
}

@media screen and (max-width: 1240px) {
	blockquote p {
		max-width: 500px;
		padding: 0 20px;
	}

	blockquote .decoration {
		width: 10%;
	}
}

@media screen and (max-width: 800px) {

	.solutions .holder {
		display: block;
	}

	.solutions .column {
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
		padding: 0 20px 60px;
		float: none;
	}

	.solutions .column:nth-child(1) .content p {
		margin: 0 auto 0;
	}

	.solutions .column p {
		padding-bottom: 30px;
	}

	.solutions .column .content h1 {
		padding: 30px 0;
	}
}

@media screen and (max-width: 800px) {
	.solutions header .decoration {
		width: 5%;
		height: 1px;
	}

	.solutions header .decoration span {
		width: 18px;
		height: 18px;
		top: -9px;
		right: -18px;
		border-width: 1px;
	}

	.solutions header .decoration span:before {
		width: 6px;
		height: 6px;
		margin: 6px;
	}

	blockquote p {
		max-width: 500px;
		font-size: 1.125em;
		padding: 0 20px;
		margin: 0 auto 50px;
	}

	blockquote .decoration {
		width: 20px;
		height: 1px;
	}

	blockquote .decoration:before {
		width: 1px;
	}
}

/* REPURPOSING */
.repurposing {
 	padding: 0 0 60px;
}

.repurposing header {
 	padding: 60px 0;
}

.repurposing header:after {
	content: "";
	display: block;
	width: 30px;
	height: 2px;
	margin: 30px auto 0;
	background: #FFFFFF;
}

.key {
	margin: 20px auto;
	padding: 30px 0;
	max-width: 355px;
}

.key:after {
	clear: both;
	content: "";
	display: block;
}

.key div {
	float: left;
}

.key span {
	display: inline-block;
	font-size: 1.125em;
	letter-spacing: 0.04em;
}

.key span:before {
	display: block;
	content: "";
	width: 25px;
	height: 25px;
	margin: -2px 20px 0;
	float: left;
}

.graph .box {
	padding: 0 0 20px;
	position: relative;
}

.graph .box .name {
	width: 116px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -26px 0 0 -58px;
}

.graph .box span {
	font-size: 1.125em;
}

.graph .box span span {
	font-size: 1em;
}

.development {
	color: #66C1B0;
	display: block;
}

.repurpose {
	color: #F4863A;
	display: block;
}

.development span,
.repurpose span {
	color: #FFFFFF;
}

.development span:before {
	background: #66C1B0;
}

.repurpose span:before {
	background: #F4863A;
}

.graph {
	max-width: 858px;
	margin: 0 auto;
	display: flex;
}

.graph .item {
	width: 33.33%;
}

.graph .item img {
	width: 100%;
}

.graph .box {
	margin: 0 auto;
	width: 80%;
}

.graph .outer {
	width: 220px;
	height: 220px;
	border-radius: 50%;
	border-color: #6FC0B0;
	border-style: solid;
	border-width: 1px;
	position: relative;
}

.graph .inner {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	border-color: #F0822F;
	border-style: solid;
	border-width: 1px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -75px 0 0 -75px;
}

.graph .inner span {
	font-size: 1.125em;
	letter-spacing: 0.04em;
	line-height: 1.5;
	top: 50%;
	margin-top: -25px;
	position: absolute;
	left: 0;
	right: 0;
}

.repurposing .source {
	font-size: 0.938em;
	padding: 40px 0;
}

.repurposing .cta {
	color: #FFFFFF;
	border-color: #FFFFFF;
	padding:
}

.repurposing .cta:hover {
	background: #FFFFFF;
	color: #17232D;
}

@media screen and (max-width: 1024px) {
	.graph .box .name {
		position: static;
		width: auto;
		margin: 0 auto;
		padding: 0 0 20px;
	}

	.graph .box .name span span {
		display: none;
	}
}

/* QUOTES */
.quotes {

}

.quotes .slideshow {
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.quotes .slide {
	display: flex;
}

.quotes .slide:first-child {
	position: relative;
	left: 0;
}

.quotes .slide {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
}

.quotes .slide .column {
	float: none;
	width: 50%;
	align-self: flex-end;
}

.quotes .slide .column:nth-child(2) {
	align-self: center;
}

.quotes .slide .column:after {
	clear: both;
	display: block;
	content: "";
}

.quotes h2 {
	font-size: 1.875em;
	text-align: left;
	padding: 20px 0 0;
	position: relative;
}

.quotes h2:before,
.quotes h2:after {
	content: url('../images/home/left-quote.svg');
	width: 40px;
	position: absolute;
}

.quotes h2:before {
	left: -50px;
	top: 0;
}

.quotes h2:after {
	content: url('../images/home/right-quote.svg');
	right: -50px;
	bottom: 28px;
}

.quotes .slide:nth-child(2) h2:after {
	bottom: 0px;
}

.quotes p {
	text-align: left;
	padding: 40px 0 20px;
}

.quotes .content {
	width: 100%;
	box-sizing: border-box;
	padding: 0 10px;
	max-width: 540px;
}

.quotes .column:nth-child(1) .content {
	float: right;
}

.quotes .column:nth-child(2) .content {
	float: left;
}

.quotes .slide .image-holder {
	margin: 0 auto;
	max-width: 390px;
}

.quotes .slide .image-holder img {
	width: 100%;
}

.quotes .slideshow-nav {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

.quotes .slideshow-nav ul {
	list-style: none;
}

.quotes .slideshow-nav li {
	position: absolute;
	top: 50%;
	margin: -10px 0 0;
	border-radius: 50%;
	border-color: #66C1B0;
	border-width: 2px;
	border-style: solid;
	width: 40px;
	height: 40px;
	transition: background .4s;
}

.quotes .slideshow-nav a {
	display: block;
	width: 14px;
	padding: 8px 14px;
}

.quotes .slideshow-nav li:hover {
	background: #66C1B0;
}

.quotes .slideshow-nav .prev a {
	padding: 8px 12px;
}

.quotes .slideshow-nav a svg path {
	stroke: #66C1B0;
	fill: none;
	transition: stroke .4s;
}

.quotes .slideshow-nav a:hover svg path {
	stroke: #F0F0F0;
}

.quotes .slideshow-nav .prev {
	left: 20px;
}

.quotes .slideshow-nav .next {
	right: 20px;
}

@media screen and (max-width: 1400px) {
	.quotes .slideshow-nav li {
		top: 60%;
	}

	.quotes .slide:nth-child(2) h1:after {
		right: auto;
		left: 250px;
		bottom: 0px;
	}
}

@media screen and (max-width: 1240px) {
	.quotes .column:nth-child(2) .content {
		float: none;
	}

	.quotes .content {
		max-width: 400px;
	}

	.quotes .slide:nth-child(2) h1:after {
		right: 20px;
		left: auto;
	}
}

@media screen and (max-width: 1024px) {
	.quotes .slide {
		display: block;
	}

	.quotes .slide .column {
		float: none;
		width: 100%;
		align-self: center;
	}

	.quotes .column:nth-child(1) .content,
	.quotes .column:nth-child(2) .content {
		float: none;
	}

	.quotes h1 {
		font-size: 1.875em;
		text-align: center;
		padding: 20px 0 0;
	}

	.quotes p {
		text-align: center;
		padding: 20px 0;
	}

	.quotes h1:before {
		left: 0;
		top: -10px;
	}

	.quotes h1:after {
		right: 0;
		bottom: 0;
	}

	.quotes .slide:nth-child(2) h1:after {
		right: 0;
		left: auto;
	}
}

@media screen and (max-width: 800px) {
	.quotes .slideshow-nav li {
		top: 40%;
	}

	.quotes .slide .image-holder {
		max-width: 250px;
	}

	.quotes h1 {
		font-size: 1.5em;
		margin: 0 60px;
		padding: 20px 0 0;
	}

	.quotes p {
		padding: 20px 50px;
	}
}


/* METHOD */
.method {
	padding: 60px 0;
}

.method .decoration {
	height: 2px;
	background: #17232D;
	position: absolute;
	width: 20%;
	border-width: 0 0 0 2px;
	margin: 40px 0 0;
}

.method .decoration:before {
	display: block;
	content: "";
	height: 20px;
	width: 2px;
	background: #17232D;
	position: absolute;
	right: 0;
	top: -10px;
}

.method .decoration:after {
	display: block;
	content: "";
	height: 10px;
	width: 2px;
	background: #17232D;
	position: absolute;
	left: 50%;
	top: -4px;
	display: none;
}

.method header h2:after {
	content: "";
	display: block;
	width: 30px;
	height: 2px;
	margin: 30px auto 0;
	background: #17232D;
}

.method .content {
	max-width: 1400px;
}

.method .content h1,
.method .content h2 {
	padding: 40px 0 20px;
	width: 80%;
	margin: 0 auto;
}

.method .content h1:after,
.method .content h2:after {
	display: none;
}

.method p {
	max-width: 818px;
	margin: 0 auto;
	padding: 30px 0;
}

.method .data {
	display: flex;
}

.method header {
	width: 100%;
	position: relative;
}

.method .data {
	display: flex;
}

.method .data article {
	width: 25%;
	box-sizing: border-box;
	padding: 0 0 30px;
}

.method .data article h1,
.method .data article h2 {
	font-size: 1.438em;
}

.method .data article p {
	padding: 20px;
}

.method .multi-point article:before,
.method .multi-point article:after,
.method .multi-point .content:before,
.method .multi-point .content span:before {
	background: #17232D;
}

.method .multi-point .content span {
	border-color: #17232D;
}

.method .data:after {
	clear: both;
	display: block;
	content: "";
}

.method .holder header:before {
	display: block;
	content: "";
	width: 2px;
	margin: 0 auto;
	height: 30px;
	background: #17232D;
}

.method .holder header h2:before {
	display: block;
	content: "";
	width: 30px;
	margin: 0 auto;
	height: 2px;
	background: #17232D;
}

.method .holder header h2 {
	padding: 0;
}

.method .holder header p:after {
	display: block;
	content: "";
	width: 30px;
	margin: 30px auto 0;
	height: 2px;
	background: #17232D;
}

.method .data {
	position: relative;
}

.method .data:before {
	display: block;
	content: "";
	width: 2px;
	margin: 0 auto;
	height: 30px;
	background: #17232D;
	position: absolute;
	left: 50%;
	top: -30px;
}

@media screen and (max-width: 800px) {
	.method .decoration {
		height: 1px;
		border-width: 0 0 0 1px;
		margin: 20px 0 0 0;
	}

	.method .decoration:after,
	.method .decoration:before {
		width: 1px;
	}

	.method .content h1 {
		padding: 20px 0 0;
		font-size: 1.5em;
	}

	.method p {
		width: 80%;
		padding: 30px 20px;
	}

	.method .data {
		display: block;
	}

	.method .data article {
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
		padding: 0;
	}

	.method .holder header:before {
		width: 1px;
	}


	.method .holder header h1:before {
		height: 1px;
		margin: 0 auto 20px;
	}

	.method .data:before,
	.method .holder header p:after {
		display: none;
	}
}


/* BIOTECH */
.biotech {
	background: #66C1B0;
}

.biotech .blue {
	padding: 0;
	background: #17232D
}

.biotech .image-holder {
	max-width: 350px;
	margin: 0 auto;
	padding: 100px;
}

.biotech:after {
	clear: both;
	content: "";
	display: block;
}

.biotech article {
	width: 50%;
	float: left;
}

.biotech img {
	width: 100%;
}

.biotech .content {
	text-align: left;
	width: 80%;
	margin: 0 auto;
}

.biotech h2 {
	text-align: left;
	font-size: 2.813em;
	padding: 60px 0 30px;
}

.biotech h2:after {
	content: "";
	display: block;
	width: 30px;
	height: 2px;
	margin: 30px 0 0;
	background: #17232D;
}

.biotech p {
	max-width: 330px;
	padding: 30px 0;
	font-size: 1.125em;
}

.biotech .cta {
	color: #FFFFFF;
	border-color: #FFFFFF;
}

.biotech .cta:hover {
	color: #66C1B0;
	background-color: #FFFFFF;
}

@media screen and (max-width: 1240px) {
	.biotech h1 {
		padding: 20px 0;
	}

	.biotech p {
		max-width: 500px;
		/*padding: 0 20px;*/
		font-size: 1em;
	}
}

@media screen and (max-width: 1040px) {
	.biotech .image-holder {
		padding: 50px;
	}
}

@media screen and (max-width: 800px) {
	.biotech .content {
		text-align: center;
		padding: 40px 0;
	}

	.biotech .image-holder {
		padding: 60px;
		box-sizing: border-box;
	}

	.biotech h1 {
		font-size: 1.875em;
		text-align: center;
	}

	.biotech h1:after {
		margin: 30px auto 0;
	}


	.biotech p {
		padding: 0 0 30px;
	}

	.biotech .cta {
		margin: 0 0 30px;
	}

	.biotech article {
		width: 100%;
		float: none;
	}

	.biotech .image-holder {
		max-height: 500px;
	}
}

@media screen and (max-width: 800px) {
	.biotech p {
		max-width: 500px;
	}
}


/* PARTNERS */
.partners {
	clear: left;
	padding: 30px 0;
}

.partners:after {
	clear: both;
	content: "";
	display: block;
}

.partners .content {
	max-width: 1380px;
	margin: 0 auto;
}

.partners h2 {
	margin: 0 auto;
}

.partners header h2:after {
	content: "";
	display: block;
	width: 30px;
	height: 2px;
	margin: 30px auto 0;
	background: #17232D;
}

.partners p {
	max-width: 818px;
	margin: 0 auto;
	padding: 40px 0;
}

.partners article {
	float: left;
	width: 33.33%;
	padding: 60px 0;
}

.case-studies .partners article {
	padding: 30px 0 60px;
}

@media screen and (max-width: 1024px) {
	.partners p {
		max-width: 500px;
		padding: 20px;
	}
}

@media screen and (max-width: 800px) {
	.partners header h1 {
		padding: 30px 0;
	}

	.partners article h1 {
		padding: 30px 0 10px;
	}

	.partners article,
	.case-studies .partners article,
	.open-call article {
		float: none;
		width: 100%;
		padding: 0 0 30px;
	}
}

/* RAREOMICS */
.rareomics {
	padding: 0 0 60px;
}

.rareomics img {
	display: block;
	padding: 0 0 30px;
	margin: 0 auto;
}

.rareomics p {
	padding: 0 20px 30px;
}

/* ABOUT */
.about .header-image .decoration {
	width: 0;
	height: 0;
	border-top: 180px solid transparent;
	border-bottom: 180px solid transparent;
	border-right: 300px solid rgba(244,211,67,.8);
	position: absolute;
	left: -10%;
	bottom: 20px;
	z-index: 1;
}

.about .under {
	padding: 0 0 60px;
}

.about .header-image .decoration:before {
	display: block;
	content: "";
	background: rgba(78,149,207,.8);
	transform: rotate(45deg);
	width: 180px;
	height: 180px;
	position: absolute;
	left: 210px;
	bottom: 100px;
	z-index: 2;
}

@media screen and (max-width: 1640px) {
	.about .header-image .decoration {
		border-top: 150px solid transparent;
		border-bottom: 150px solid transparent;
		border-right: 260px solid rgba(244,211,67,.8);
	}

	.about .header-image .decoration:before {
		width: 150px;
		height: 150px;
		left: 180px;
		bottom: 80px;
	}
}

@media screen and (max-width: 1440px) {
	.about .header-image .decoration {
		border-top: 100px solid transparent;
		border-bottom: 100px solid transparent;
		border-right: 180px solid rgba(244,211,67,.8);
	}

	.about .header-image .decoration:before {
		width: 100px;
		height: 100px;
		left: 130px;
		bottom: 60px;
	}
}

@media screen and (max-width: 1200px) {
	.about .page-header h1 {
		font-size: 1.875em;
	}

	.about .page-header h2 {
		font-size: 1.5em;
	}

	.about .page-header p {
		padding: 20px 0 40px;
	}
}

@media screen and (max-width: 1400px) {
	.about .page-header .column {
		align-self: flex-end;
	}
}

@media screen and (max-width: 1024px) {
	.about .header-image .decoration {
		left: 20px;
		bottom: 20px;
		border-top: 65px solid transparent;
		border-bottom: 65px solid transparent;
		border-right: 100px solid rgba(244,211,67,.8);
	}

	.about .header-image .decoration:before {
		bottom: 30px;
		left: 50px;
	}
}

.multi-point {
	padding: 0 20px;
}

.multi-point:after {
	clear: both;
	content: "";
	display: block;
}

.multi-point header {
	margin: 0 auto;
}

.multi-point header:before {
	content: "";
	display: block;
	width: 2px;
	height: 60px;
	margin: 0 auto;
	background: #FFFFFF;
}

.case-studies .multi-point header:before {
	display: none;
}

.about .multi-point .articles {
	padding: 45px 0 0;
}

.multi-point h1 {
	font-size: 1.875em;
}

.multi-point h1 span {
	border-width: 2px 0 0;
	padding: 10px 20px;
	position: relative;
	display: inline-block;
	border-style: solid;
	border-color: #FFFFFF;
}

.multi-point h1 span:before,
.multi-point h1 span:after {
	content: "";
	display: block;
	width: 2px;
	height: 10px;
	margin: 0 auto;
	background: #FFFFFF;
	position: absolute;
	top: 0;
}

.multi-point h1 span:before {
	left: 0;
}

.multi-point h1 span:after {
	right: 0;
}

/*.multi-point h1 {
	font-size: 2em;
}*/

.multi-point .holder {
	max-width: 1360px;
	margin: 0 auto;
}

.multi-point .image {
	min-height: 205px;
}

.multi-point .holder p {
	width: 100%;
	max-width: 818px;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0 0 60px;
}

.multi-point .list {
	max-width: 818px;
	margin: 0 auto;
	padding: 30px 0;
}

.multi-point .list:before {
	display: block;
	width: 22px;
	height: 2px;
	background: #FFFFFF;
	content: "";
	margin: 0 auto 40px;
}

.multi-point .list p:before {
	content: "";
	display: inline-block;
	width: 3px;
	height: 3px;
	margin: 5px 7px 5px 0;
	background: #FFFFFF;
	border-radius: 50%;
}

.multi-point .list p {
	padding-bottom: 0;
}

.multi-point .decoration span {
	display: block;
	width: 2px;
	height: 45px;
	border-width: 2px 0 0;
	border-color: #FFFFFF;
	border-style: solid;
	margin: 0 auto;
}

.about .multi-point .decoration {
	display: none;
}

.multi-point .decoration span:before {
	content: "";
	display: block;
	width: 2px;
	height: 45px;
	margin: 0 auto;
	background: #FFFFFF;
}

.multi-point .articles {
	display: flex;
	flex-wrap: wrap;
	padding: 0 0 30px;
}

.multi-point article {
	width: 33.33%;
}

.multi-point article:before {
	content: "";
	display: block;
	height: 2px;
	width: 100%;
	background: #FFFFFF;
}

.about .multi-point article:nth-child(2) .content:before {
	height: 90px;
	left: 50%;
	position: absolute;
	top: -90px;
}

.about .multi-point article:nth-child(2) .content span {
	margin: 45px auto 0;
}

.multi-point article:first-child:before {
	width: 50%;
	float: right;
}

.multi-point article:last-child:before {
	width: 50%;
	float: left;
}

.multi-point .content:before {
	content: "";
	display: block;
	width: 2px;
	height: 45px;
	margin: 0 auto;
	background: #FFFFFF;
}

.multi-point .content span {
	display: block;
	border-radius: 50%;
	border-width: 2px;
	border-style: solid;
	border-color: #FFFFFF;
	width: 15px;
	height: 15px;
	margin: 0 auto;
	position: relative;
}

.multi-point .content span:before {
	width: 5px;
	height: 5px;
	background: #FFFFFF;
	border-radius: 50%;
	margin: 5px;
	content: "";
	display: block;
	position: absolute;
}

.multi-point .content img {
	padding: 60px 0 28px;
}

.case-studies .multi-point .content img {
	padding: 60px 0 28px;
}

.case-studies .multi-point article:nth-child(2) .content img {
	padding: 60px 0 0;
}

.multi-point .content {
	position: relative;
	padding: 0 10px 20px;
}

.multi-point .content p {
	font-size: 1.125em;
	padding: 20px;
}

@media screen and (max-width: 800px) {
	.multi-point {
		padding: 0 20px 30px;
	}

	.multi-point .content {
		padding: 0 10px;
	}

	.multi-point header:before {
		width: 1px;
	}

	.multi-point h1 span {
		border-width: 1px 0 0;
	}

	.multi-point h1 span:before,
	.multi-point h1 span:after {
		width: 1px;
	}

	.multi-point .content span {
		border-width: 1px;
		display: none;
	}

	.multi-point .content:before {
		width: 1px;
		display: none;
	}

	.multi-point .holder p {
		max-width: 500px;
		padding: 20px 20px;
	}

	.multi-point .articles {
		display: block;
	}

	.multi-point article {
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
	}

	.multi-point .content img,
	.multi-point article:nth-child(2) .content img {
		padding: 30px 0;
	}

	.multi-point article:before {
		width: 30px;
		margin: 0 auto;
		height: 1px;
		display: none;
	}

	.multi-point .list {
		max-width: 500px;
	}

	.multi-point article:first-child:before,
	.multi-point article:last-child:before {
		width: 30px;
		float: none;
	}

	.about .multi-point .articles {
		padding: 0;
	}

	.about .multi-point article:nth-child(2) .content:before {
		height: 45px;
		left: auto;
		position: static;
		top: auto;
	}

	.about .multi-point article:nth-child(2) .content span {
		margin: 0 auto;
	}
}

@media screen and (max-width: 800px) {
	.multi-point .content p {
		font-size: 1em;
	}
}

.left,
.right {
	display: flex;
}

.right {
	flex-direction: row-reverse;
}

.left .column,
.right .column {
	float: none;
}

.left .column .content {
	margin-left: auto;
	margin-right: 40px;
}

.right .column .content {
	margin-right: auto;
	margin-left: 40px;
}

.left .column,
.right .column {
	display: flex;
	align-items: stretch;
	flex: 1 0 50%;
	justify-content: center;
}

.left .column .content,
.right .column .content {
	margin-top: 9%;
	/*align-self: center;*/
}

.right:after,
.left:after,
.right .column:after,
.left .column:after {
	clear: both;
	content: "";
	display: block;
}

.right .column,
.left .column {
	width: 50%;
}

.right .content,
.left .content {
	box-sizing: border-box;
	width: 85%;
	max-width: 500px;
	text-align: left;
	float: right;
	margin: 0;
}

/*.right .column {
	float: right;
}*/

.right img,
.left img {
	width: 100%;
	min-width: 700px;
}

.image-holder {
	width: 100%;
	max-height: 900px;
	overflow: hidden;
}

@media screen and (max-width: 1400px) {
	.right .content,
	.left .content {
		/*margin: 0 auto;*/
		padding: 20px;
		float: none;
	}
}

@media screen and (max-width: 800px) {
	.left,
	.right {
		display: block;
	}

	.right .column,
	.left .column {
		width: 100%;
		text-align: center;
	}

	.right .content,
	.left .content {
		width: 100%;
		text-align: center;
		padding: 40px 20px;
	}

	.right .column .content,
	.left .column .content {
		margin-top: 0;
		margin-right: auto;
		margin-left: auto;
	}

	.standard .column h1,
	.standard .column ol,
	.standard .column p {
		max-width: 800px;
		text-align: center;
	}

	.image-holder {
		max-height: 50vh;
	}

	.right img,
	.left img {
		min-width: 0;
	}
}


.technology {
	background: #F0F0F0 url(../images/about/technology-bg.svg) center center no-repeat;
	background-size: cover;
	padding: 100px 0;
}

.technology h1 {
	text-align: center;
	padding: 50px 0;
}

@media screen and (max-width: 800px) {
	.technology {
		padding: 20px 0 60px;
	}

	.technology p {
		padding: 0 20px 18px;
		max-width: 500px;
		margin: 0 auto
	}
}

@media screen and (max-width: 600px) {
	.technology {
		background-image: none;
	}
}

/* CASE STUDIES */
.case-studies .header-image .description {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

.case-studies .header-image .description span {
	display: block;
	font-size: 1.125em;
	padding: 10px 20px;
	background: rgba(240,240,240,.6);
}

.case-studies .header-image .decoration {
	display: block;
	content: "";
	background: rgba(102,193,176,.8);
	transform: rotate(45deg);
	width: 234px;
	height: 234px;
	position: absolute;
	left: -5%;
	bottom: 120px;
	z-index: 2;
}

.case-studies .header-image .decoration.orange {
	display: block;
	transform: rotate(0);
	content: "";
	background: rgba(244,134,58,.8);
	width: 300px;
	height: 173px;
	position: absolute;
	left: 120px;
	bottom: 160px;
	z-index: 2;
}

.case-studies .header-image .decoration.orange:before {
	content: "";
	position: absolute;
	top: -87px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 150px solid transparent;
	border-right: 150px solid transparent;
	border-bottom: 87px solid rgba(244,134,58,.8);
}

.case-studies .header-image .decoration.orange:after {
	content: "";
	position: absolute;
	bottom: -87px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 150px solid transparent;
	border-right: 150px solid transparent;
	border-top: 87px solid rgba(244,134,58,.8);
}

@media screen and (max-width: 1640px) {
	.case-studies .header-image .decoration {
		width: 180px;
		height: 180px;
	}

	.case-studies .header-image .decoration.orange {
		width: 200px;
		height: 115px;
	}

	.case-studies .header-image .decoration.orange:before {
		top: -58px;
		border-left: 100px solid transparent;
		border-right: 100px solid transparent;
		border-bottom: 58px solid rgba(244,134,58,.8);
	}

	.case-studies .header-image .decoration.orange:after {
		bottom: -58px;
		border-left: 100px solid transparent;
		border-right: 100px solid transparent;
		border-top: 58px solid rgba(244,134,58,.8);
	}
}

@media screen and (max-width: 1440px) {
	.case-studies .header-image .decoration {
		width: 125px;
		height: 125px;
	}

	.case-studies .header-image .decoration.orange {
		width: 150px;
		height: 87px;
		left: 80px;
		bottom: 140px;
	}

	.case-studies .header-image .decoration.orange:before {
		top: -43px;
		border-left: 75px solid transparent;
		border-right: 75px solid transparent;
		border-bottom: 43px solid rgba(244,134,58,.8);
	}

	.case-studies .header-image .decoration.orange:after {
		bottom: -43px;
		border-left: 75px solid transparent;
		border-right: 75px solid transparent;
		border-top: 43px solid rgba(244,134,58,.8);
	}
}

@media screen and (max-width: 1200px) {
	.about .page-header h1 {
		font-size: 1.5em;
	}

	.about .page-header h2 {
		font-size: 1.25em;
	}

	.about .page-header p {
		padding: 20px 0 40px;
	}
}

@media screen and (max-width: 1400px) {
	.about .page-header .column {
		align-self: flex-end;
	}
}

@media screen and (max-width: 1024px) {
	.case-studies .header-image .decoration {
		width: 100px;
		height: 100px;
	}

	.case-studies .header-image .decoration.orange {
		width: 100px;
		height: 115px;
		left: 80px;
		bottom: 120px;
	}

	.case-studies .header-image .decoration.orange:before {
		top: -57px;
		border-left: 100px solid transparent;
		border-right: 100px solid transparent;
		border-bottom: 57px solid rgba(244,134,58,.8);
	}

	.case-studies .header-image .decoration.orange:after {
		bottom: -57px;
		border-left: 100px solid transparent;
		border-right: 100px solid transparent;
		border-top: 57px solid rgba(244,134,58,.8);
	}
}

@media screen and (max-width: 1024px) {
	.case-studies .header-image .decoration {
		left: 60px;
		bottom: 60px;
		width: 100px;
		height: 100px;
	}

	.case-studies .header-image .decoration.orange {
		width: 120px;
		height: 69px;
		left: 140px;
		bottom: 80px;
	}

	.case-studies .header-image .decoration.orange:before {
		top: -35px;
		border-left: 60px solid transparent;
		border-right: 60px solid transparent;
		border-bottom: 35px solid rgba(244,134,58,.8);
	}

	.case-studies .header-image .decoration.orange:after {
		bottom: -35px;
		border-left: 60px solid transparent;
		border-right: 60px solid transparent;
		border-top: 35px solid rgba(244,134,58,.8);
	}
}

@media screen and (max-width: 800px) {
	.case-studies .header-image .decoration {
		left: 40px;
		bottom: 60px;
		width: 100px;
		height: 100px;
	}

	.case-studies .header-image .decoration.orange {
		width: 120px;
		height: 69px;
		left: 140px;
		bottom: 80px;
	}

	.case-studies .header-image .decoration.orange:before {
		top: -35px;
		border-left: 60px solid transparent;
		border-right: 60px solid transparent;
		border-bottom: 35px solid rgba(244,134,58,.8);
	}

	.case-studies .header-image .decoration.orange:after {
		bottom: -35px;
		border-left: 60px solid transparent;
		border-right: 60px solid transparent;
		border-top: 35px solid rgba(244,134,58,.8);
	}
}

@media screen and (max-width: 500px) {
	.case-studies .header-image .decoration {
		left: 40px;
		bottom: 60px;
		width: 50px;
		height: 50px;
	}

	.case-studies .header-image .decoration.orange {
		width: 60px;
		height: 35px;
		left: 80px;
		bottom: 70px;
	}

	.case-studies .header-image .decoration.orange:before {
		top: -17px;
		border-left: 30px solid transparent;
		border-right: 30px solid transparent;
		border-bottom: 17px solid rgba(244,134,58,.8);
	}

	.case-studies .header-image .decoration.orange:after {
		bottom: -17px;
		border-left: 30px solid transparent;
		border-right: 30px solid transparent;
		border-top: 17px solid rgba(244,134,58,.8);
	}
}

.project {

}

.project header .decoration {
	content: "";
	display: block;
	background: #17232D;
	width: 20%;
	height: 2px;
	margin: 30px 30px 10px 0;
	position: absolute;
	left: 0;
}

.project header .decoration span {
	display: block;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	position: absolute;
	right: -28px;
	top: -13px;
	border-width: 2px;
	border-color: #17232D;
	border-style: solid;
}

.project header .decoration span:before,
.project header .decoration span:after {
	display: block;
	content: "";
	width: 16px;
	height: 2px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -1px;
	margin-left: -8px;
	background-color: #17232D;
}

.project header .decoration span:before {
	transform: rotate(45deg);
}

.project header .decoration span:after {
	transform: rotate(135deg);
}

.project p {
	padding: 0 0 40px;
	max-width: 818px;
	margin: 0 auto;
}

.project .gene .image-holder {
	max-width: 500px;
	padding: 0 20px;
	margin: 0 auto;
	box-sizing: border-box;
}

.project .gene img {
	width: 100%;
	padding: 30px 0 60px;
}

@media screen and (max-width: 1024px) {
	.project p {
		max-width: 500px;
		padding: 0 20px 20px;
	}

	.project header .decoration {
		width: 10%;
		height: 2px;
		left: 0;
		margin: 20px 30px 0 0;
	}
}

.timeline {
	max-width: 1360px;
	margin: 0 auto;
	padding: 0 0 60px;
}

.timeline:after {
	content: "";
	display: block;
	clear: both;
}

.timeline .items {
	padding: 0 0 40px;
	display: flex;
}

.timeline .items:after {
	content: "";
	display: block;
	clear: both;
}

.timeline .item {
	width: 25%;
	float: none;
	position: relative;
	align-self: center;
}

.timeline .items .item:after,
.timeline .items .item:before {
	width: 25px;
	content: "";
	background: #4E95CF;
	height: 2px;
	position: absolute;
	display: block;
	top: 50%;
}

.timeline .items .item:before {
	left: 0;
}

.timeline .items .item:after {
	right: 0;
}

.timeline .items .item:first-child:before {
	display: none;
}

.timeline .items .item:last-child:before,
.timeline .items .item:nth-child(3):after {
	background: #66C1B0;
}

.timeline .items .item:last-child:after {
	display: none;
}

.timeline .item .content {
	margin: 0 auto;
	align-self: center;
}

.timeline p {
	max-width: 200px;
	margin: 0 auto;
	padding: 0;
}

.timeline .times {
	width: 80%;
	margin: 0 auto;
}

.timeline .time {
	float: left;
	width: 66.66%;
	color: #4E95CF;
}

.timeline p {
	padding: 40px 0;
}

.timeline .time .decoration {
	height: 2px;
	width: 100%;
	background-color: #4E95CF;
	position: relative;
}

.timeline .time .decoration:before,
.timeline .time .decoration:after {
	height: 18px;
	width: 2px;
	position: absolute;
	display: block;
	background-color: #4E95CF;
	top: -9px;
	content: "";
	display: block;
}

.timeline .time .decoration:before {
	left: 0;
}

.timeline .time .decoration:after {
	right: 0;
}

.timeline .ongoing {
	float: left;
	width: 33.33%;
	color: #66C1B0;
}

.timeline .ongoing .decoration {
	height: 2px;
	background-color: #66C1B0;
	position: relative;
	box-sizing: border-box;
	margin: 0 40px;
}

.timeline .ongoing .decoration span {
	display: block;
	border-radius: 50%;
	border-width: 2px;
	border-style: solid;
	border-color: #66C1B0;
	width: 26px;
	height: 26px;
	margin: 0 auto;
	position: absolute;
	right: -28px;
	top: -14px;
}

.timeline .ongoing .decoration span:before {
	width: 8px;
	height: 8px;
	background: #66C1B0;
	border-radius: 50%;
	margin: 9px;
	content: "";
	display: block;
	position: absolute;
}

@media screen and (max-width: 1024px) {
	.timeline {
		max-width: 500px;
		padding: 0 20px;
	}

	.timeline:after {
		display: block;
		clear: both;
		content: "";
	}

	.timeline p {
		padding: 30px 0;
	}

	.timeline .items {
		display: block;
		width: 66.66%;
		float: left;
	}

	.timeline .item {
		width: 100%;
	}

	.timeline .items .item:after,
	.timeline .items .item:before {
		width: 1px;
		height: 25px;
		position: relative;
		margin: 0 auto;
	}

	.timeline .times {
		width: 33.33%;
		float: left;
	}

	.timeline .time {
		float: none;
		padding: 50px 0 0;
		height: 310px;
		position: relative;
	}

	.timeline .time p,
	.timeline .ongoing p {
		top: 50%;
		margin: -10px 0 0;
		left: 20px;
		position: absolute;
	}

	.timeline .time .decoration {
		width: 1px;
		height: 100%;
		float: left;
	}

	.timeline .time .decoration:before,
	.timeline .time .decoration:after {
		width: 20px;
		height: 1px;
		top: auto;
		left: -9px;
	}

	.timeline .time .decoration:after {
		bottom: 0;
	}

	.timeline .ongoing {
		float: none;
		position: relative;
		height: 100px;
	}

	.timeline .ongoing .decoration {
		width: 1px;
		height: 100%;
		padding: 0;
		margin: 20px 0 0;
		float: left;
	}

	.timeline .ongoing .decoration span {
		top: auto;
		width: 20px;
		height: 20px;
		bottom: -22px;
		right: -10px;
		border-width: 1px;
	}

	.timeline .ongoing .decoration span:before {
		height: 8px;
		width: 8px;
		margin: 6px;
	}
}

.outcomes {

}

.outcomes:after {
	clear: both;
	content: "";
	display: block;
}

.outcomes .column {
	width: 50%;
}

.outcomes .column .content {
	width: 80%;
	text-align: left;
	position: relative;
}

.outcomes .column.left-align .content {
	float: right;
}

.outcomes .content h3 {
	text-align: left;
	padding: 100px 0 0;
}

.outcomes p {
	padding: 20px 0;
	max-width: 500px;
	text-align: left;
}

.outcomes .column img {
	width: 100%;
}

.outcomes .column .table img {
	width: 136px;
}

.outcomes .content .decoration {
	height: 2px;
	background: #17232D;
	margin: 0;
	position: absolute;
	right: 0;
	width: 100%;
}

.outcomes .content .decoration span {
	display: block;
	border-radius: 50%;
	border-width: 2px;
	border-style: solid;
	border-color: #17232D;
	width: 26px;
	height: 26px;
	margin: 0 auto;
	position: absolute;
	left: -28px;
	top: -14px;
}

.outcomes .content .decoration span:before {
	width: 8px;
	height: 8px;
	background: #17232D;
	border-radius: 50%;
	margin: 9px;
	content: "";
	display: block;
	position: absolute;
}

.outcomes .red {
	border-width: 2px 0 0;
	border-style: solid;
	border-color: #17232D;
	background: #F05056;
}

.outcomes .image-holder {
	max-width: 350px;
	margin: 0 auto;
	padding: 100px;
}

.outcomes table {
	margin: 100px 0 0;
	border-collapse: collapse;
}

.outcomes table tr {
	border-width: 0 0 1px;
	border-color: rgba(255,255,255,.25);
	border-style: solid;
	text-align: center;
}

.outcomes table tr:first-child,
.outcomes table tr:last-child {
	border-width: 0;
}

.outcomes table td {
	padding: 10px;
}

.outcomes table td:first-child {
	padding: 10px 10px 10px 0;
}

.outcomes table td:last-child {
	padding: 10px 0 10px 10px;
}

.outcomes .note {
	font-size: 0.938em;
	padding: 100px 0;
}

.right-align {
	float: right;
}

.left-align {
	float: left;
}

@media screen and (max-width: 1400px) {
	.outcomes .column.dark.left-align .content,
	.outcomes .column.right-align .content {
		float: none;
		margin: 0 auto;
	}
}

@media screen and (max-width: 1200px) {
	.outcomes .column .table img {
		width: 100%;
	}
}

@media screen and (max-width: 1024px) {
	.outcomes .column {
		width: 100%;
		float: none;
	}

	.outcomes .content h1,
	.outcomes .content p {
		text-align: center;
	}

	.outcomes .decoration {
		display: none;
	}

	.outcomes .red {
		border: none;
	}

	.outcomes .image-holder {
		box-sizing: border-box;
		padding: 60px;
	}

	.outcomes table {
		margin: 0;
		padding: 40px 0;
	}

	.outcomes .column .table img {
		width: 100%;
	}

	.outcomes .column.left-align .content,
	.outcomes .column.right-align .content {
		float: none;
	}

	.outcomes .content h1 {
		padding: 30px 0 40px;
	}

	.outcomes p {
		padding: 0 0 60px;
	}

	.outcomes .table {
		padding: 60px 0;
	}

	.outcomes .note {
		padding: 0 0 60px;
	}
}

.next-steps {
	background: #F0F0F0 url(../images/case-studies/next-steps-bg.svg) center center no-repeat;
	background-size: cover;
}

.next-steps p {
	max-width: 818px;
	margin: 0 auto;
	padding: 0 0 40px 0;
}

.next-steps img {
	padding: 20px 0 60px;
}

@media screen and (max-width: 1024px) {
	.next-steps p {
		max-width: 500px;
		padding: 0 20px;
	}
}

@media screen and (max-width: 600px) {
	.next-steps {
		background-image: none;
	}
}

.blue {
	box-sizing: border-box;
	background: #364755;
	padding: 100px 20px;
}

.blue .content {
	max-width: 1360px;
	margin: 0 auto;
}

.blue .cta {
	 color: #FFFFFF;
	 border-color: #FFFFFF;
}

.blue .cta:hover {
	background: #FFFFFF;
	color: #364755;
}

.cta.wide {
	display: block;
	font-size: 1.875em;
	padding: 60px 0;
}

/* TEAM */
.team .header-image .decoration {
	display: block;
	content: "";
	background: rgba(102,193,176,.8);
	transform: skew(15deg);
	width: 30%;
	height: 328px;
	position: absolute;
	right: 100px;
	bottom: -150px;
	z-index: 1;
}

.team .header-image .decoration:after {
	display: block;
	content: "";
	background: #F4863A;
	transform: skew(-15deg) rotate(45deg);
	width: 120px;
	height: 120px;
	position: absolute;
	left: 0;
	bottom: -60px;
	z-index: 2;
}

@media screen and (max-width: 1400px) {
	.team .header-image .decoration {
		width: 150px;
		height: 200px;
		bottom: -30px;
	}
}

@media screen and (max-width: 1024px) {
	.team .header-image .decoration {
		bottom: 100px;
		left: 40px;
		width: 150px;
		height: 200px;
	}
}

@media screen and (max-width: 800px) {
	.team .header-image .decoration {
		bottom: 100px;
		left: 40px;
		width: 100px;
		height: 150px;
	}

	.team .header-image .decoration:after {
		width: 80px;
		height: 80px;
	}

}

.record .under {
	padding: 0 0 60px;
}

.record header:before {
	content: "";
	display: block;
	width: 2px;
	height: 120px;
	margin: 0 auto;
	background: #17232D;
}

.record h2 span {
	border-width: 2px 0 0;
	padding: 10px;
	position: relative;
	display: inline-block;
	border-style: solid;
	border-color: #17232D;
}

.record h2 span:before,
.record h2 span:after {
	content: "";
	display: block;
	width: 2px;
	height: 10px;
	margin: 0 auto;
	background: #17232D;
	position: absolute;
	top: 0;
}

.record h2 span:before {
	left: 0;
}

.record h2 span:after {
	right: 0;
}

.record p {
	padding: 0 0 60px;
	max-width: 818px;
	margin: 0 auto;
}

@media screen and (max-width: 1040px) {
	.record p {
		max-width: 500px;
	}

	.record header:before {
		width: 1px;
	}

	.record h2 span {
		border-width: 1px 0 0;
	}

	.record h2 span:before,
	.record h2 span:after {
		width: 1px;
	}
}

@media screen and (max-width: 800px) {
	.record {
		padding: 0 20px;
	}
}

.senior,
.other {
	position: relative;
	padding: 0 20px;
}

.members {
	max-width: 1035px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: relative;
}

.members article {
	width: 33%;
	box-sizing: border-box;
	padding: 0 30px 60px;
}

.members img {
	width: 100%;
	padding: 0 0 30px 0;
}

.members h3,
.members h4 {
	font-family: 'aperculight';
	font-size: 1.125em;
	font-weight: normal;
	letter-spacing: 0.04em;
	line-height: 1.5;
}

.members h4 {
	padding: 0 0 30px;
}

.members .blurb {
	display: none;
}

.dark .members .cta {
	color: #FFFFFF;
	border-color: #FFFFFF;
}

.dark .members .cta:hover {
	background-color: #FFFFFF;
	color: #17232D;
}

.bio {
	display: none;
}

.bio.active {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(23,35,45,.95);
	text-align: center;
	z-index: 2;
}

.bio .content {
	padding: 30px 20px;
}

.bio img {
	width: auto;
	padding: 0 0 20px;
}

.bio h3,
.bio h4 {
	font-size: 2.813em;
	font-family: 'brownregular';
	font-weight: normal;
}

.bio h4:after {
	content: "";
	display: block;
	width: 30px;
	height: 2px;
	margin: 30px auto;
	background: #FFFFFF;
}

.bio .blurb {
	display: block;
}

.bio .blurb p {
	font-size: 1.125em;
	padding: 0 0 20px;
}

.bio .cta {
	display: none;
}

.bio .close {
	display: none;
	border-radius: 50%;
	width: 27px;
	height: 27px;
	border-style: solid;
	border-color: #FFFFFF;
	border-width: 1px;
	margin: 0 auto;
}

.bio.active .close {
	display: block;
}

.bio .close svg {
	fill: #FFFFFF;
	padding: 6px;
}

.other .members article {
	width: 25%;
	box-sizing: border-box;
	padding: 0 30px 60px;
}

.other .members img {
	padding: 0;
}

.other .members h3 {
	background: #FFFFFF;
	padding: 40px 0;
}

@media screen and (max-width: 1040px) {
	.members article {
		padding: 0 15px 60px;
	}

	.other .members article {
		padding: 0 10px 60px;
	}
}

@media screen and (max-width: 800px) {
	.members {
		display: block;
		max-width: 300px;
	}

	.members article {
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
	}

	.other .members {
		display: flex;
	}

	.other .members article {
		width: 50%;
		padding: 10px 10px 30px;
	}
}


/* NEWS. TH 25/04/17 */

/* news listing header shapes */
.news-listing .header-image .decoration {
  display: block;
  background: rgba(240,80,86,.8);
  width: 340px;
  height: 340px;
  position: absolute;
  left: -3%;
  bottom: 20px;
  z-index: 1;
  margin: 0;
}
.news-listing .header-image .decoration:before {
  display: block;
  content: "";
  background: rgba(244,211,67,.8);
  width: 245px;
  height: 245px;
  border-radius: 50%;
  position: absolute;
  left: 80%;
  top: 20px;
  z-index: 2;
}

@media screen and (max-width: 1640px) {
  .news-listing .header-image .decoration {
    width: 300px;
    height: 300px;
  }
	.news-listing .header-image .decoration:before {
    width: 200px;
    height: 200px;
  }
}

@media screen and (max-width: 1440px) {
  .news-listing .header-image .decoration {
    width: 200px;
    height: 200px;
  }
  .news-listing .header-image .decoration:before {
    width: 100px;
    height: 100px;
  }
}


@media screen and (max-width: 1024px) {
  .news-listing .header-image .decoration {
    left: 20px;
    bottom: 20px;
    width: 200px;
    height: 200px;
  }
  .news-listing .header-image .decoration:before {
    top: -60px;
    width: 150px;
    height: 150px;
  }
}

@media screen and (max-width: 800px) {
  .news-listing .header-image .decoration {
    left: 20px;
    bottom: 20px;
    width: 100px;
    height: 100px;
  }
  .news-listing .header-image .decoration:before {
    top: -40px;
    width: 75px;
    height: 75px;
  }
}

/* news listing page */
.news .image-holder{
	max-height: 500px;
}

.news h1 a{
	color: inherit;
	text-decoration: none;
}
.news h1 a:hover{ text-decoration: underline; }

/* news article page */
.news-article{
	max-width: 818px;
	margin: 0 auto;
	padding: 80px 0;
	text-align: left;
}
.news-article p + p{
	margin-top: 18px;
}

.news-article a, .news-article a:visited {
	color: inherit;
}

.news-social{ margin-top: 30px; }
.news-social a{ text-decoration: none; }
.news-social svg{ fill: #22272E; transition: fill 0.4s; }
.news-social svg:hover{ fill: #68CDAF; }
.news-social .facebook svg{ width: 34px; margin-right: 20px; }
.news-social .twitter svg{ width: 40px; }

@media screen and (max-width: 800px) {
	.news .image-holder{
		max-height: 300px;
	}

	.news-article{
		padding: 40px 0;
	}
}

/* CONTACT */
.contact {
	background-color: #364755;
}

.contact:after {
	clear: both;
	display: block;
	content: "";
}

.contact .header-image .decoration {
	display: block;
	content: "";
	background: rgba(240,80,86,.8);
	border-radius: 50%;
	width: 280px;
	height: 280px;
	position: absolute;
	left: -60px;
	bottom: 60px;
	z-index: 2;
}

.contact .header-image .decoration.blue {
	border-radius: 0;
	display: block;
	transform: none;
	content: "";
	background: rgba(78,149,207,.8);
	width: 300px;
	height: 173px;
	position: absolute;
	left: 80px;
	bottom: 300px;
	z-index: 2;
	padding: 0;
}

.contact .header-image .decoration.blue:before {
	content: "";
	position: absolute;
	top: -87px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 150px solid transparent;
	border-right: 150px solid transparent;
	border-bottom: 87px solid rgba(78,149,207,.8);
}

.contact .header-image .decoration.blue:after {
	content: "";
	position: absolute;
	bottom: -87px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 150px solid transparent;
	border-right: 150px solid transparent;
	border-top: 87px solid rgba(78,149,207,.8);
}


@media screen and (max-width: 1640px) {
	.contact .header-image .decoration {
		width: 180px;
		height: 180px;
	}

	.contact .header-image .decoration.blue {
		width: 250px;
		height: 144px;
	}

	.contact .header-image .decoration.blue:before {
		top: -72px;
		border-left: 125px solid transparent;
		border-right: 125px solid transparent;
		border-bottom: 72px solid rgba(78,149,207,.8);
	}

	.contact .header-image .decoration.blue:after {
		bottom: -72px;
		border-left: 125px solid transparent;
		border-right: 125px solid transparent;
		border-top: 72px solid rgba(78,149,207,.8);
	}
}

@media screen and (max-width: 1440px) {
	.contact .header-image .decoration {
		width: 150px;
		height: 150px;
	}

	.contact .header-image .decoration.blue {
		width: 200px;
		height: 115px;
		left: 80px;
		bottom: 120px;
	}

	.contact .header-image .decoration.blue:before {
		top: -57px;
		border-left: 100px solid transparent;
		border-right: 100px solid transparent;
		border-bottom: 57px solid rgba(78,149,207,.8);
	}

	.contact .header-image .decoration.blue:after {
		bottom: -57px;
		border-left: 100px solid transparent;
		border-right: 100px solid transparent;
		border-top: 57px solid rgba(78,149,207,.8);
	}
}

@media screen and (max-width: 1024px) {
	.contact .header-image .decoration {
		left: 60px;
		bottom: 60px;
		width: 150px;
		height: 150px;
	}

	.contact .header-image .decoration.blue {
		width: 150px;
		height: 87px;
		left: 150px;
		bottom: 100px;
	}

	.contact .header-image .decoration.blue:before {
		top: -43px;
		border-left: 75px solid transparent;
		border-right: 75px solid transparent;
		border-bottom: 43px solid rgba(78,149,207,.8);
	}

	.contact .header-image .decoration.blue:after {
		bottom: -43px;
		border-left: 75px solid transparent;
		border-right: 75px solid transparent;
		border-top: 43px solid rgba(78,149,207,.8);
	}
}

@media screen and (max-width: 800px) {
	.contact .header-image .decoration {
		left: 60px;
		bottom: 40px;
		width: 100px;
		height: 100px;
	}

	.contact .header-image .decoration.blue {
		width: 100px;
		height: 58px;
		left: 150px;
		bottom: 60px;
	}

	.contact .header-image .decoration.blue:before {
		top: -29px;
		border-left: 50px solid transparent;
		border-right: 50px solid transparent;
		border-bottom: 29px solid rgba(78,149,207,.8);
	}

	.contact .header-image .decoration.blue:after {
		bottom: -29px;
		border-left: 50px solid transparent;
		border-right: 50px solid transparent;
		border-top: 29px solid rgba(78,149,207,.8);
	}
}

.contact .form {
	max-width: 1280px;
	padding: 100px 40px 50px;
	margin: 0 auto;
	position: relative;
}

.contact .form:after {
	display: block;
	clear: both;
	content: "";
}

.contact .form .column {
	float: left;
	width: 40%;
	box-sizing: border-box;
	padding: 0 10px;
}

.contact .form .column:nth-child(2) {
	width: 60%;
}

.contact label {
	color: #FFFFFF;
	display: block;
	text-align: left;
	font-size: 1.125em;
	padding: 0 30px 20px;
}

.contact input {
	outline: none;
	box-sizing: border-box;
	display: block;
	background: transparent;
	border-width: 0 0 1px;
	padding: 5px;
	border-style: solid;
	border-color: #F0F0F0;
	font-size: 1em;
	font-family: 'aperculight';
	color: #A3A3A3;
	width: 100%;
	margin: 0 30px 60px 0;
	border-radius: 0;
}

.contact .input {
	max-width: 320px;
	margin: 0 0 0 30px;
	position: relative;
	box-sizing: border-box;
}

.contact .input:after {
	content: "";
	display: block;
	width: 1px;
	height: 8px;
	background: #F0F0F0;
	position: absolute;
	right: 0px;
	bottom: 0;
}

.contact .input span {
	position: absolute;
	display: block;
	left: -28px;
	top: 14px;
	width: 27px;
	height: 27px;
	border-radius: 50%;
	border-color: #F0F0F0;
	border-style: solid;
	border-width: 1px;
}

.contact .input span:before {
	height: 20px;
	position: absolute;
	width: 1px;
	background-color: #F0F0F0;
	display: block;
	content: "";
	transform: rotate(135deg);
	top: 4px;
	left: 13px;
}

.contact textarea {
	box-sizing: border-box;
	width: 100%;
	height: 300px;
	border-width: 1px;
	border-style: solid;
	border-color: #F0F0F0;
	font-size: 1em;
	font-family: 'aperculight';
	color: #A3A3A3;
	background-color: transparent;
	padding: 20px;
	resize: none;
	border-radius: 0;
}

.contact .form .cta {
	background: transparent;
	color: #F0F0F0;
	border-color: #F0F0F0;
	font-size: 1.125em;
	font-family: 'brownregular';
	width: auto;
	float: right;
	border-width: 2px;
	margin: 30px 10px;
	padding: 10px 60px 13px;
}

.contact .form .cta:hover {
	background: #F0F0F0;
	color: #364755;
}

.contact .success {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	color: #FFFFFF;
	padding: 50px 40px;
}

.contact .cta.sent {
	color: #66C1B0;
	border-color: #66C1B0;
	position: absolute;
	bottom: 50px;
	right: 40px;
}

.contact .cta.sent:hover {
	color: #66C1B0;
	background: transparent;
}

.contact .success .back {
	float: none;
}

@media screen and (max-width: 1040px) {
	.contact .form {
		padding: 60px 20px;
		max-width: 500px;
	}

	.contact .form .column,
	.contact .form .column:nth-child(2) {
		width: 100%;
		float: none;
		padding: 0;
	}

	.contact .input {
		max-width: none;
	}

	.contact .form .cta {
		margin: 30px 0;
	}
}


/* FOOTER */
footer {
	background: #17232D;
	color: #FFFFFF;
	padding: 60px;
	display: flex;
}

footer:after {
	clear: both;
	display: block;
	content: "";
}

footer h1 svg {
	fill: #FFFFFF;
}

footer .column {
	width: 33.33%;
	float: none;
}

footer .column {
	align-self: center;
}

footer nav {
	float: left;
	text-align: left;
}

footer nav ul {
	list-style: none;
}

footer a {
	color: #FFFFFF;
	text-decoration: none;
	font-family: 'brownregular';
	transition: color .4s;
}

footer a:hover {
	color: #66C1B0;
}

footer .social {
	text-align: right;
	float: right;
}

footer .social ul {
	list-style: none;
}

footer .social li {
	padding: 20px 0;
	list-style: none;
}

footer .social svg {
	fill: #FFFFFF;
	width: 32px;
	transition: fill .4s;
}

footer .social a:hover svg {
	fill: #66C1B0;
}

footer .social .twitter svg {
	width: 40px;
}

@media screen and (max-width: 1040px) {
	footer .logo svg {
		width: 150px;
	}
}

@media screen and (max-width: 800px) {
	footer {
		display: block;
	}

	footer nav {
		display: none;
	}

	footer .column {
		width: 100%;
	}

	footer .logo svg {
		width: 95px;
	}

	footer .social ul {
		width: 95px;
		margin: 0 auto;
	}

	footer .social:after {
		clear: both;
		display: block;
		content: "";
	}

	footer li {
		float: left;
	}

	footer .social svg {
		fill: #FFFFFF;
		width: 30px;
	}

	footer .social .twitter svg {
		width: 36px;
	}

	footer .twitter {
		float: right;
	}
}
