/* Style by ldaniel.eu */




/* Fonts */
@font-face {
	font-family: 'Mark';
	src: url('../fonts/mark-regular-webfont.ttf') format('ttf'),
		 url('../fonts/mark-regular-webfont.woff') format('woff'),
		 url('../fonts/mark-regular-webfont.woff2') format('woff2'),
		 url('../fonts/mark-regular-webfont.eot') format('eot');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Mark';
	src: url('../fonts/mark-bold-webfont.ttf') format('ttf'),
		 url('../fonts/mark-bold-webfont.woff') format('woff'),
		 url('../fonts/mark-bold-webfont.woff2') format('woff2'),
		 url('../fonts/mark-bold-webfont.eot') format('eot');
	font-weight: bold;
	font-style: normal;
}


body, html {
	min-width: 100%;
	min-height: 100vh;
	margin: 0;
	padding: 0;

	font-family: "Mark", "Helvetica Neue", "Helvetica", Arial, sans-serif;
	color: #62676D;

	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body {
	overflow-x: hidden;
}

::-moz-selection {
	background-color: #37D67C;
	color: #fff;
}
::selection {
	background-color: #37D67C;
	color: #fff;
}

.row {
	max-width: 75rem;
	margin: 0 auto;
}
.row.row--nopadding > * {
	padding: 0;
}
.row.row--fullwidth {
	max-width: 100%;
}

/* Heading 2 */
h2 {
	padding: 3rem 0;

	font-size: 1.5rem;
	font-weight: normal;
	letter-spacing: 0.2rem;
	color: #37D67C;
	text-align: center;
}
.h2--small {
	text-align: left;
	font-size: 2rem;
	color: inherit;
}

/* Paragraph */
p {
	max-width: 36rem;
	line-height: 1.5rem;
}

/* Anchor */
a {
	text-decoration: none;
	color: inherit;
	background-image: linear-gradient(to top, transparent, transparent 0px, rgba(0, 238, 182, 0.3) 0px, rgba(112, 191, 65, 0.3) 0.5rem, transparent 0.5rem);
}
a:hover {
 	background-image: linear-gradient(to top, transparent, transparent 0px, rgba(0, 238, 182, 0.5) 0px, rgba(112, 191, 65, 0.5) 0.75rem, transparent 0.75rem);
}
a:active {
	background-image: linear-gradient(to top, transparent, transparent 0px, rgba(0, 238, 182, 1) 0px, rgba(112, 191, 65, 1) 0.75rem, transparent 0.75rem);
}

/* Blockquote */
blockquote {
	margin: 0;
}
blockquote p {
		font-size: 1.5rem;
		line-height: 2.5rem;
}
blockquote.blockquote--large p {
	font-weight: bold;
	font-size: 2.5rem;
	line-height: 3rem;
}
blockquote.blockquote--medium p {
	font-weight: bold;
	font-size: 1.75rem;
	line-height: 2.25rem;
}
@media screen and (max-width: 480px) {
	blockquote p {
		font-size: 1.125rem;
		line-height: 1.5rem;
	}
	blockquote.blockquote--large p {
		font-size: 1.5rem;
		line-height: 2rem;
	}
	blockquote.blockquote--medium p {
		font-size: 1.25rem;
		line-height: 1.5rem;
	}
}
blockquote p {
	max-width: 40rem;
}
blockquote.blockquote--green {
	color: #37D67C;
}
blockquote.blockquote--green small {
	display: block;
	color: #62676D;
	opacity: 0.3;
}

figure {
	margin: 0;
}
figure img {
	display: block;
	max-width: 100%;
}







nav {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 10;
	height: 100%;
	display: flex;
	align-items: center;
	text-align: center;
}
nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
nav ul a {
	display: block;
	padding: 0.5rem 1.25rem;
	background: none;
}
nav ul a:hover {
	background: none
}
nav ul a:before {
	content: "";
	display: block;
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 0.25rem;
	background-color: rgba(0, 0, 0, 0.1);
}
nav ul a.contact {
	padding: 0.5rem 1rem;
}
nav ul a.contact:before {
	width: 1rem;
	height: 0.75rem;
	border-radius: 0; 
	background: url('../images/email.svg');
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0.3;
}
nav ul a.isActive:before {
	background-color: rgba(54, 64, 77, 0.8);
}
nav ul a.contact.isActive:before {
	background-color: transparent;
	opacity: 0.8;
}
nav ul a:hover:before {
	background-color: #37D67C;
}
nav ul a.contact:hover:before {
	background-color: transparent;
	opacity: 1;
}
@media screen and (max-width: 768px) {
	nav { display: none; }
}




/* Section: generic */
section {
	position: relative;
	margin-bottom: 6rem;
	margin-bottom: calc(2rem + 5vw);
	padding: 0;
}




/* Section: start */
section#start {
	padding: 3rem;
}
@media screen and (max-width: 480px) {
	section#start {
		padding: 1rem;
	}
}
section#start .opening {
	position: relative;
	color: #fff;
}
section#start .opening-video {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	overflow: hidden;
	pointer-events: none;
}
section#start .opening-video video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
section#start .opening blockquote {
	 margin: 25vh 2rem -5.9rem 0;
	 text-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 480px) {
	section#start .opening blockquote {
		margin: 15vh 0 -3.9rem 0;
	}
}
section#start .opening blockquote p + p {
	margin-top: 4rem;
}


section#start .opening-eventbar {
	overflow: hidden;
}
section#start .opening-eventbar .eventbar__content {
	position: relative;
	display: block;
	padding: 0.375rem 1.5rem 0.625rem 1rem;
	background: rgba(46, 48, 51, 0.4);
	line-height: 1.5rem;
	transform: translateY(-4rem);
	transition: transform 0.5s ease-in-out;
	transition-delay: 0.5s;
}
body.isLoaded section#start .opening-eventbar .eventbar__content {
	transform: translateY(0);
}
section#start .opening-eventbar a {
	opacity: 0.8;
}
section#start .opening-eventbar a:hover {
	opacity: 1;
}
@media screen and (max-width: 480px) {
	section#start .opening-eventbar .eventbar__content {
		font-size: 0.875rem;
		line-height: 1.25rem;
	}
}
section#start .opening-eventbar a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 1rem;
	display: inline-block;
	width: 0.5rem;
	height: 0.5rem;
	margin-top: -0.25rem;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	transform: rotate(-45deg);
	opacity: 0.7;
}
section#start .opening-eventbar a:hover:after {
	opacity: 1;
}
section#start .opening-eventbar p {
	display: inline;
	margin: 0;
	max-width: 0;
	line-height: inherit;
}


section#start .intro {
	position: relative;
	padding-top: 7rem;
}
section#start .intro:before {
	content: "";
	position: absolute;
	left: 20%;
	top: 0;
	z-index: -1;
	width: calc(80% + 3rem);
	height: 18rem;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d3dce6+0,d3dce6+100&1+0,0+100 */
	background: -moz-linear-gradient(top, rgba(211,220,230,1) 0%, rgba(211,220,230,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(211,220,230,1) 0%,rgba(211,220,230,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(211,220,230,1) 0%,rgba(211,220,230,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3dce6', endColorstr='#00d3dce6',GradientType=0 ); /* IE6-9 */
	pointer-events: none;
}
@media screen and (max-width: 768px) {
	section#start .intro {
		padding-top: 4rem;
	}
	section#start .intro:before {
		left: 7%;
		width: calc(93% + 1rem);
	}
}
section#start .intro p {
	color: #62676D;
}




/* Section: history */
section#history:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 75%;
	height: 50vh;
	background: -webkit-linear-gradient(-90deg, #D3DCE6, #fff);
	opacity: 0.3;
}
section#history .history-item {
	margin-bottom: 3rem;
}
section#history .history-item h3 {
	margin-top: 0;
}
@media screen and (min-width: 991px) {
	section#history .history-item__text {
		padding-right: 3rem;
	}
}
section#history figure {
	margin-left: -1rem;
	margin-bottom: 1rem;
}

@media screen and (max-width: 480px) {
	section#history {
		padding: 0 0.5rem;
	}
	section#history:before {
		width: 60%;
	}
	section#history figure {
		margin-left: 0;
	}
}




/* Section: board */
section#board .board-members-marker {
	margin-top: 10rem;
}
section#board .board-members {
	/*position: relative;*/
	width: 100vw;
	max-width: 100vw;
	margin: 0;
}
section#board .board-members-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: none;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(20deg, rgba(0, 238, 182, 1), rgba(112, 191, 65, 1));
	opacity: 0.5;
	transition: all 0.3s ease;
	pointer-events: none;
}
section#board .board-members.isRevealed .board-members-overlay {
	opacity: 0;
}
section#board .board-members-text {
	position: relative;
	z-index: 2;
	padding-top: 2rem;
	pointer-events: none;
}
section#board .board-members-text:before {
	content: "";
	position: absolute;
	left: 0rem;
	top: 0rem;
	z-index: -1;
	width: 90%;
	max-width: 55rem;
	height: 15rem;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d3dce6+0,d3dce6+100&1+0,0+100 */
	background: -moz-linear-gradient(top, rgba(211,220,230,1) 0%, rgba(211,220,230,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(211,220,230,1) 0%,rgba(211,220,230,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(211,220,230,1) 0%,rgba(211,220,230,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3dce6', endColorstr='#00d3dce6',GradientType=0 ); /* IE6-9 */
	pointer-events: none;
	opacity: 0.3;
}

section#board .board-members .board-member {
	position: relative;
}
section#board .board-members .board-member .text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
section#board .board-members .board-member .text-container {
	padding: 1rem;
	background: transparent;

	color: #fff;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
section#board .board-members.isRevealed .board-member .text-container {
	opacity: 1;
}
section#board .board-members .board-member:hover .text-container {
	background-color: rgba(98, 103, 109, 0.4);
}
section#board .board-members .board-member .text h3 {
	margin: 0;
}
section#board .board-members .board-member .text p {
	margin: 0;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-size: 1rem;
	line-height: 1.25rem;
}
@media screen and (max-width: 480px) {
	section#board .board-members .board-member .text p {
		font-size: 0.875rem;
		line-height: 1rem;
	}
}
@media screen and (max-width: 321px) {
	section#board .board-members .board-member .text-container {
		padding: 0.75rem;
	}
	section#board .board-members .board-member .text p {
		font-size: 0.75rem;
		line-height: 0.875rem;
	}
}
section#board .board-members .board-member:hover .text p {
	max-height: 12rem;
	padding-top: 0.5rem;
}

/* Sticky behaviour behind feature flag */
@supports (position: sticky) {
	section#board .board-members {
		position: absolute;
		position: -webkit-sticky;
		position: sticky;
		top: -1px;

		margin-top: 0;

		pointer-events: none;
		overflow: hidden;
	}
	section#board .board-members.isRevealed {
		pointer-events: all;
	}
	section#board .board-members-container {
		-webkit-filter: blur(10px);
		-moz-filter: blur(10px);
		filter: blur(10px);
		-webkit-transform: scale(1.02);
		-moz-transform: scale(1.02);
		transform: scale(1.02);
		-webkit-transition: all 0.6s ease;
		-moz-transition: all 0.6s ease;
		transition: all 0.6s ease;
		opacity: 0.75;
	}
	section#board .board-members.isRevealed .board-members-container {
		-webkit-filter: blur(0);
		-moz-filter: blur(0);
		filter: blur(0);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	section#board .board-members-text {
		margin-top: calc(-50vw - 10.1rem);
		padding-bottom: calc(50vw + 20vw);
		text-shadow: 0 0 0.5rem rgba(255, 255, 255, 0.05);
	}
	@media screen and (max-width: 768px) {
		section#board .board-members-text {
			margin-top: calc(-200vw - 9.15rem);
			padding-bottom: calc(50vw + 200vh);
		}
	}

	@media screen and (max-width: 480px) {
		section#board .board-members-text {
			padding-bottom: calc(50vw + 120vh);
		}
	}
	section#board .board-members-overlay {
		display: block;
	}
	section#board .board-members .board-member .text-container {
		opacity: 0;
	}
	section#board .board-members.isRevealed .board-member .text-container {
		opacity: 1;
	}
}






/* Section: who-we-are */
section#who-we-are figure {
	margin-bottom: 2rem;
}
section#who-we-are .who-we-are--text {
	position: relative;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	padding-top: 1rem;
}
section#who-we-are .who-we-are--text:before {
	content: "";
	position: absolute;
	left: -0.5rem;
	top: 0rem;
	z-index: -1;
	width: 50%;
	height: 50vh;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d3dce6+0,d3dce6+100&1+0,0+100 */
	background: -moz-linear-gradient(top, rgba(211,220,230,1) 0%, rgba(211,220,230,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(211,220,230,1) 0%,rgba(211,220,230,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(211,220,230,1) 0%,rgba(211,220,230,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3dce6', endColorstr='#00d3dce6',GradientType=0 ); /* IE6-9 */
	pointer-events: none;
	opacity: 0.3;
}
@media screen and (max-width: 480px) {
	.who-we-are--images {
		padding-left: 0.75rem;
		padding-right: 0.75rem;
	}
	section#who-we-are figure {
		margin: -0.25rem;
		margin-bottom: 1.75rem;
	}
	section#who-we-are .who-we-are--text {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	section#who-we-are .who-we-are--text:before {
		width: 75%;
	}
}

section#who-we-are .figure-overlay {
	position: relative;
}
section#who-we-are .figure-overlay .text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
section#who-we-are .figure-overlay .text-container {
	padding: 0.5rem 0.75rem;
	background: transparent;

	color: #fff;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
section#who-we-are .figure-overlay:hover .text-container {
	background-color: rgba(98, 103, 109, 0.4);
}
section#who-we-are .figure-overlay .text h3 {
	margin: 0;
}
section#who-we-are .figure-overlay .text p {
	margin: 0;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-size: 1rem;
	line-height: 1.25rem;
}
@media screen and (max-width: 480px) {
	section#who-we-are .figure-overlay .text p {
		font-size: 0.875rem;
		line-height: 1rem;
	}
}
@media screen and (max-width: 321px) {
	section#who-we-are .figure-overlay .text p {
		font-size: 0.75rem;
		line-height: 0.875rem;
	}
}
section#who-we-are .figure-overlay:hover .text p {
	max-height: 12rem;
}





/* Section: participate */
section#participate:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 75%;
	height: calc(25vh + 5rem);
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d3dce6+0,d3dce6+100&1+0,0+100 */
	background: -moz-linear-gradient(top, rgba(211,220,230,1) 0%, rgba(211,220,230,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(211,220,230,1) 0%,rgba(211,220,230,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(211,220,230,1) 0%,rgba(211,220,230,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3dce6', endColorstr='#00d3dce6',GradientType=0 ); /* IE6-9 */
	pointer-events: none;
	opacity: 0.3;
}
section#participate .participate__top {
	padding-top: 3rem;
	padding-bottom: 1.5rem;
}
section#participate .participate__top blockquote {
	position: relative;
}
section#participate .participate__middle {
	padding-top: 3rem;
	padding-bottom: 3rem;
	background-color: #37D67C;
	color: #fff;
}
section#participate .participate__bottom p {
	font-size: 0.875rem;
	color: rgba(0, 0, 0, 0.3);
	line-height: 1.25rem;
}
@media screen and (max-width: 480px) {
	section#participate .participate__top {
		padding: 0.5rem;
		padding-bottom: 0;
	}
	section#participate .participate__middle,
	section#participate .participate__bottom  {
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}
}

section#participate form {
	position: relative;
	display: inline-block;
	margin-bottom: 2rem;
}
section#participate form input,
section#participate form button {
	padding: 1rem 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font: inherit;
	background: none;
	border: none;
	border-bottom: 2px solid #fff;
	line-height: 1.5rem;
	color: #fff;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
section#participate form input {
	min-width: 23rem;
	padding-right: 3rem;
}
@media screen and (max-width: 480px) {
	section#participate form input {
		min-width: 14rem;
		width: calc(100vw - 6rem);
	}
}
section#participate form input:focus {
	font-size: 1.125rem;
	outline: none;
}
section#participate form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
section#participate form input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
section#participate form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
section#participate form input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
section#participate form button {
	position: absolute;
	top: 0;
	right: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font: inherit;
	background: none;
	border: none;
	cursor: pointer;
}
section#participate form button:focus {
	font-size: 1.125rem;
	outline: none;
}
/* Contains error messages */
section#participate form label {
	display: block;
	margin-top: 0.25rem;
	font-size: 0.875rem;
	color: #2E3033;
}
section#participate form label.valid {
	font-weight: bold;
	color: #fff;
}
section#participate form input.error {
	color: #2E3033;
	border-bottom-color: #2E3033;
}
section#participate form input.error + button {
	color: #2E3033;
	opacity: 0.25;
	pointer-events: none;
	-webkit-animation: shake 0.4s linear;
	-moz-animation: shake 0.4s linear;
	animation: shake 0.4s linear;
}
@-webkit-keyframes shake {
    0% { -webkit-transform: translateX(0); }
   12.5% { -webkit-transform: translateX(-0.5rem); }
   25% { -webkit-transform: translateX(0); }
   37.5% { -webkit-transform: translateX(0.5rem); }
   50% { -webkit-transform: translateX(0); }
   62.5% { -webkit-transform: translateX(-0.5rem); }
   75% { -webkit-transform: translateX(0); }
   87.5% { -webkit-transform: translateX(0.5rem); }
  100% { -webkit-transform: translateX(0); }
}
@-moz-keyframes shake {
    0% { -moz-transform: translateX(0); }
   12.5% { -moz-transform: translateX(-0.5rem); }
   25% { -moz-transform: translateX(0); }
   37.5% { -moz-transform: translateX(0.5rem); }
   50% { -moz-transform: translateX(0); }
   62.5% { -moz-transform: translateX(-0.5rem); }
   75% { -moz-transform: translateX(0); }
   87.5% { -moz-transform: translateX(0.5rem); }
  100% { -moz-transform: translateX(0); }
}
@keyframes shake {
    0% { transform: translateX(0); }
   12.5% { transform: translateX(-0.5rem); }
   25% { transform: translateX(0); }
   37.5% { transform: translateX(0.5rem); }
   50% { transform: translateX(0); }
   62.5% { transform: translateX(-0.5rem); }
   75% { transform: translateX(0); }
   87.5% { transform: translateX(0.5rem); }
  100% { transform: translateX(0); }
}
section#participate form .form__success {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	padding: 0.5rem;
	align-items: center;
	background: #37D67C;
	font-size: 0.875rem;

	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-webkit-transform: translateX(-3rem);
	-moz-transform: translateX(-3rem);
	transform: translateX(-3rem);
	pointer-events: none;
}
section#participate form .form__success.isVisible {
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	transform: translateX(0);
	pointer-events: all;
}
section#participate form .form__success .icon {
	font-size: 2rem;
	margin-right: 1rem;
}





/* Section: big picture */
section#big-picture {
	margin-top: 12rem;
	margin-bottom: 0;
	padding-top: 3rem;
	background: #42566E;
	background: url('../images/footer-bg.jpg');
	background-size: cover;
	color: white;
}
@media screen and (max-width: 480px) {
	section#big-picture .footer--primary,
	section#big-picture .footer--secondary {
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}
}
section#big-picture .inset-text {
	position: relative;
	margin-top: -10rem;
	padding: 3rem;
}
section#big-picture .inset-text:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 15rem;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d3dce6+0,d3dce6+100&1+0,0+100 */
	background: -moz-linear-gradient(top, rgba(211,220,230,1) 0%, rgba(211,220,230,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(211,220,230,1) 0%,rgba(211,220,230,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(211,220,230,1) 0%,rgba(211,220,230,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3dce6', endColorstr='#00d3dce6',GradientType=0 ); /* IE6-9 */
	pointer-events: none;
	opacity: 0.3;
}
@media screen and (max-width: 768px) {
	section#big-picture .inset-text {
		margin-top: -8rem;
		padding: 2rem 0;
	}
	section#big-picture .inset-text:before {
		left: -2rem;
		width: 85%;
	}
}
section#big-picture .inset-text p {
	position: relative;
}
section#big-picture .inset-text blockquote p {
	margin-top: 0;
	margin-bottom: 3rem;
	color: #62676D;
}
section#big-picture .footer--secondary {
	padding-top: 3rem;
	padding-bottom: 3rem;
	opacity: 0.7;
}
section#big-picture .footer--logos {
	padding: 3rem 0;
	background: rgba(29, 47, 61, 0.9);
}
section#big-picture .footer--logos .col-xs {
	min-width: 10rem;
}
section#big-picture .footer--logos a {
	background: none;
}
section#big-picture .partner-logo {
	padding-top: 1rem;
	padding-bottom: 1rem;
	text-align: center;
	opacity: 0.5;
}
section#big-picture .partner-logo:hover {
	opacity: 0.9;
}
section#big-picture .partner-logo:active {
	opacity: 1;
}
section#big-picture .partner-logo img {
	max-width: 100%;
}




footer {
	/*text-align: center;*/
}