@font-face {
	font-family: futura_heavy;
	src: url('../fonts/futura_heavy.eot');
	src: url('../fonts/futura_heavy.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/futura_heavy.woff2') format('woff2'),
		 url('../fonts/futura_heavy.woff') format('woff'),
		 url('../fonts/futura_heavy.ttf') format('truetype'),
		 url('../fonts/futura_heavy.svg#svgFontName') format('svg');
}
@font-face {
	font-family: futura_light;
	src: url('../fonts/futura_light.eot');
	src: url('../fonts/futura_light.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/futura_light.woff2') format('woff2'),
		 url('../fonts/futura_light.woff') format('woff'),
		 url('../fonts/futura_light.ttf') format('truetype'),
		 url('../fonts/futura_light.svg#svgFontName') format('svg');
}
@font-face {
	font-family: futura_medium;
	src: url('../fonts/futura_medium.eot');
	src: url('../fonts/futura_medium.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/futura_medium.woff2') format('woff2'),
		 url('../fonts/futura_medium.woff') format('woff'),
		 url('../fonts/futura_medium.ttf') format('truetype'),
		 url('../fonts/futura_medium.svg#svgFontName') format('svg');
}
@-o-keyframes news {
	100% {
		background-position: -1500px bottom;
	}
}
@-ms-keyframes news {
	100% {
		background-position: -1500px bottom;
	}
}
@-moz-keyframes news {
	100% {
		background-position: -1500px bottom;
	}
}
@-webkit-keyframes news {
	100% {
		background-position: -1500px bottom;
	}
}
@keyframes news {
	100% {
		background-position: -1500px bottom;
	}
}
@-o-keyframes show {
	90% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		transform: scale(1,1);
	}
}
@-ms-keyframes show {
	90% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		transform: scale(1,1);
	}
}
@-moz-keyframes show {
	90% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		transform: scale(1,1);
	}
}
@-webkit-keyframes show {
	90% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		transform: scale(1,1);
	}
}
@keyframes show {
	90% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		transform: scale(1,1);
	}
}
* {
	margin: 0;
	padding: 0;
	outline: 0;
	border: none;
	background: transparent;
	list-style-type: none;
	text-decoration: none;
	font-weight: 100;
}
.dyn a,
.dyn a *,
.dyn #load,
.dyn #load *,
.dyn #nav,
.dyn #show h2,
.dyn #show p,
.dyn #show .slide,
.dyn #show .overlay,
.dyn #show .lang,
.dyn #featured .title div,
.dyn #featured .subtitle div,
.dyn #head>*,
.dyn #home>*:not(:first-child)>*,
.dyn #home>*:not(:first-child) .tiles>*,
.dyn #members .tile .btn *,
.dyn #investors .tile .btn *,
.dyn #main-alt>*,
.dyn #chart iframe,
.dyn #contact .container>*,
.dyn #contact .box,
.dyn #wrap>*:not(#home) #cta .inner,
.dyn #wrap>*:not(#home) #foot .container,
.dyn .slide,
.dyn .logo,
.dyn .btn,
.dyn .btn *,
.dyn .panel .nova {
	-o-transition: .5s cubic-bezier(1,0,.5,1.5);
	-ms-transition: .5s cubic-bezier(1,0,.5,1.5);
	-moz-transition: .5s cubic-bezier(1,0,.5,1.5);
	-webkit-transition: .5s cubic-bezier(1,0,.5,1.5);
	transition: .5s cubic-bezier(1,0,.5,1.5);
}
.dyn #menu .links a,
.dyn #menu .links a * {
	-o-transition: .25s cubic-bezier(1,0,.5,1.5);
	-ms-transition: .25s cubic-bezier(1,0,.5,1.5);
	-moz-transition: .25s cubic-bezier(1,0,.5,1.5);
	-webkit-transition: .25s cubic-bezier(1,0,.5,1.5);
	transition: .25s cubic-bezier(1,0,.5,1.5);
}
.dyn #head,
.dyn #wrap #technical-papers-single #main,
.dyn #wrap #news-single #main {
	-o-transition: 1s;
	-ms-transition: 1s;
	-moz-transition: 1s;
	-webkit-transition: 1s;
	transition: 1s;
}
.dyn #menu .social,
.dyn #menu .news,
.dyn #menu .news h3,
.dyn #menu .feat,
.dyn #menu .links,
.dyn #menu .links a .bg,
.dyn #menu .fade,
.dyn #wrap,
.dyn #wrap .overlay,
.dyn #contact label,
.dyn #contact input,
.dyn #contact textarea,
.dyn #contact select,
.dyn #contact .cap,
.dyn #wrap #main,
.dyn #wrap #main h3,
.dyn #wrap #main .tiles>*,
.dyn #wrap #main .col,
.dyn #wrap #main-alt,
.dyn .btn .bg {
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}
.dyn #nav a,
.dyn #nav a img,
.dyn #nav .bg,
.dyn #menu .close *,
.dyn #head a,
.dyn #main a,
.dyn #main-alt a,
.dyn #foot a,
.dyn .tile,
.dyn .tile *,
.dyn .panel * {
	-o-transition: .25s;
	-ms-transition: .25s;
	-moz-transition: .25s;
	-webkit-transition: .25s;
	transition: .25s;
}
.dyn #menu .close {
	-o-transition: transform .25s,
					opacity .25s;
	-ms-transition: transform .25s,
					opacity .25s;
	-moz-transition: transform .25s,
					opacity .25s;
	-webkit-transition: transform .25s,
					opacity .25s;
	transition: transform .25s,
					opacity .25s;
}
.dyn #menu.s2 .fade,
.dyn #show .img,
.dyn #wrap.s2,
.dyn #wrap.s3,
.dyn #wrap.s3 .overlay {
	-o-transition-delay: 0s;
	-ms-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
.dyn #load,
.dyn #menu .links,
.dyn #menu .links a .bg,
.dyn #featured .title div {
	-o-transition-delay: .15s;
	-ms-transition-delay: .15s;
	-moz-transition-delay: .15s;
	-webkit-transition-delay: .15s;
	transition-delay: .15s;
}
.dyn #load h3,
.dyn #menu .news,
.dyn #featured .subtitle div,
.dyn .logo {
	-o-transition-delay: .3s;
	-ms-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}
.dyn #load .gif,
.dyn #load.s2 h3,
.dyn #nav.s3 a:nth-child(1),
.dyn #menu .feat {
	-o-transition-delay: .45s;
	-ms-transition-delay: .45s;
	-moz-transition-delay: .45s;
	-webkit-transition-delay: .45s;
	transition-delay: .45s;
}
.dyn #load .tick,
.dyn #nav.s3 a:nth-child(2),
.dyn #menu .social,
.dyn #wrap {
	-o-transition-delay: .6s;
	-ms-transition-delay: .6s;
	-moz-transition-delay: .6s;
	-webkit-transition-delay: .6s;
	transition-delay: .6s;
}
.dyn #menu .fade,
.dyn #nav.s3 a:nth-child(3),
.dyn #show h2,
.dyn #head,
.dyn #wrap #technical-papers-single #main,
.dyn #wrap #news-single #main {
	-o-transition-delay: .75s;
	-ms-transition-delay: .75s;
	-moz-transition-delay: .75s;
	-webkit-transition-delay: .75s;
	transition-delay: .75s;
}
.dyn #nav.s3 a:nth-child(4),
.dyn #show .cta p:nth-of-type(1) {
	-o-transition-delay: .9s;
	-ms-transition-delay: .9s;
	-moz-transition-delay: .9s;
	-webkit-transition-delay: .9s;
	transition-delay: .9s;
}
.dyn #show p:nth-of-type(2) {
	-o-transition-delay: 1.05s;
	-ms-transition-delay: 1.05s;
	-moz-transition-delay: 1.05s;
	-webkit-transition-delay: 1.05s;
	transition-delay: 1.05s;
}
.dyn #show .btn {
	-o-transition-delay: 1.2s;
	-ms-transition-delay: 1.2s;
	-moz-transition-delay: 1.2s;
	-webkit-transition-delay: 1.2s;
	transition-delay: 1.2s;
}
.dyn #show .btn:last-of-type,
.dyn #chart iframe {
	-o-transition-delay: 1.35s;
	-ms-transition-delay: 1.35s;
	-moz-transition-delay: 1.35s;
	-webkit-transition-delay: 1.35s;
	transition-delay: 1.35s;
}
.dyn #wrap #show .overlay {
	-o-transition-delay: 1.5s;
	-ms-transition-delay: 1.5s;
	-moz-transition-delay: 1.5s;
	-webkit-transition-delay: 1.5s;
	transition-delay: 1.5s;
}
.dyn #show .slide,
.dyn #show .lang,
.dyn #wrap #main-alt {
	-o-transition-delay: 1.65s;
	-ms-transition-delay: 1.65s;
	-moz-transition-delay: 1.65s;
	-webkit-transition-delay: 1.65s;
	transition-delay: 1.65s;
}
.dyn #wrap #show h2,
.dyn #wrap #show p,
.dyn #wrap #show .btn,
.dyn #wrap #show .lang,
.dyn #wrap #head>*,
.dyn #wrap #head .show,
.dyn #wrap #head .panel,
.dyn #home>*:not(:first-child)>*,
.dyn #home>*:not(:first-child) .tiles>*,
.dyn #wrap #contact #head .container>*,
.dyn #wrap #contact #head .box,
.dyn #wrap #main h3,
.dyn #wrap #main .tiles>*,
.dyn #wrap #main .col,
.dyn #wrap #main-alt>*,
.dyn #wrap #chart iframe,
.dyn #wrap>*:not(#home) #cta .inner,
.dyn #wrap>*:not(#home) #foot .container {
	opacity: 0;
	-o-transform: translateX(-50px);
	-ms-transform: translateX(-50px);
	-moz-transform: translateX(-50px);
	-webkit-transform: translateX(-50px);
	transform: translateX(-50px);
}
.dyn #wrap.s3 #show h2,
.dyn #wrap.s3 #show p,
.dyn #wrap.s3 #show .btn,
.dyn #wrap.s3 #show .lang,
.dyn #wrap.s3 #head>*,
.dyn #wrap.s3 #head .show,
.dyn #wrap.s3 #head .panel,
.dyn #home>*:not(:first-child)>*.s2,
.dyn #home>*:not(:first-child) .tiles>*.s2,
.dyn #wrap.s3 #contact #head .container>*,
.dyn #wrap.s3 #contact #head .box,
.dyn #wrap.s3 #main h3,
.dyn #wrap.s3 #main .tiles>*,
.dyn #wrap.s3 #main .col,
.dyn #wrap.s3 #main-alt>*,
.dyn #wrap.s3 #chart iframe,
.dyn #wrap.s3>*:not(#home) #cta .inner,
.dyn #wrap.s3>*:not(#home) #foot .container {
	opacity: 1;
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.dyn #nav .bg {
	opacity: 0;
	-o-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
}
.dyn #nav,
.dyn #menu .links .close,
.dyn #wrap div.logo,
.dyn #main a.btn.sml.top {
	opacity: 0;
	-o-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-webkit-transform: translateY(-50px);
	transform: translateY(-50px);
}
.dyn #nav.s2,
.dyn #nav.s4 .bg,
.dyn #menu .links .close.s2,
.dyn #wrap.s3 div.logo,
.dyn #main a.btn.sml.top.s2 {
	opacity: 1;
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.dyn #wrap #show .slide,
.dyn #wrap #show .overlay {
	opacity: 0;
}
.dyn #wrap.s3 #show .slide,
.dyn #wrap.s3 #show .overlay {
	opacity: 1;
}
.dyn #wrap #head,
.dyn #wrap #technical-papers-single #main,
.dyn #wrap #news-single #main {
	background-color: #f7f7fa;
	background-position: center -200px;
}
.dyn #wrap.s3 #head,
.dyn #wrap.s3 #technical-papers-single #main,
.dyn #wrap.s3 #news-single #main {
	background-color: #fff;
	background-position: center 0;
}
.dyn #wrap.s3 #formal #head {
	background-color: #f7f7fa;
}
.dyn #wrap.s3 #show .btn:hover,
.dyn #wrap.s3 #show .btn:active,
.dyn #wrap.s3 #show .btn:focus,
.dyn #home>* .btn.s2:hover,
.dyn #home>* .btn.s2:active,
.dyn #home>* .btn.s2:focus,
.dyn #home>*:not(:nth-of-type(2)) .tiles .tile.s2:hover,
.dyn #home>*:not(:nth-of-type(2)) .tiles .tile.s2:active,
.dyn #home>*:not(:nth-of-type(2)) .tiles .tile.s2:focus {
	-o-transform: scale(1.025);
	-ms-transform: scale(1.025);
	-moz-transform: scale(1.025);
	-webkit-transform: scale(1.025);
	transform: scale(1.025);
}
html,
body {
	height: 100%;
}
body {
	overflow-x: hidden;
	background: #f7f7fa;
	font-family: futura_medium;
	color: #003087;
	font-size: 14px;
}
body.dyn.s2 {
	overflow: hidden;
}
h1 {
	display: none;
}
h2 {
	margin-bottom: 50px;
	font-family: futura_heavy;
	font-size: 70px;
	color: #009cde;
}
h3 {
	margin-bottom: 30px;
	font-family: futura_heavy;
	font-size: 26px;
	line-height: 30px;
}
h4 {
	margin-bottom: 30px;
	color: #009cde;
	font-family: futura_heavy;
	font-size: 14px;
	line-height: 28px;
}
p,
li {
	line-height: 28px;
	-o-text-stroke: 0.3px;
	-ms-text-stroke: 0.3px;
	-moz-text-stroke: 0.3px;
	-webkit-text-stroke: 0.3px;
	text-stroke: 0.3px;
}
p {
	margin-bottom: 30px;
}
ul,
ol {
	margin-bottom: 30px;
}
li {
	margin-left: 60px;
	list-style-type: disc;
}
li small {
	vertical-align: middle;
}
ol li {
	list-style-type: decimal;
}
strong {
	font-family: futura_heavy;
}
small {
	display: inline-block;
	font-size: 11px;
	font-family: futura_light;
	line-height: 20px;
}
small strong {
	font-family: futura_heavy;
	-o-text-stroke: 0px;
	-ms-text-stroke: 0px;
	-moz-text-stroke: 0px;
	-webkit-text-stroke: 0px;
	text-stroke: 0px;
}
hr {
	display: block;
	width: 100%;
	height: 2px;
	margin-bottom: 30px;
	background: #f7f7fa;
}
a,
button {
	cursor: pointer;
}
button {
	text-align: left;
    font-size: 14px;
}
img {
	display: block;
	margin: 0 auto;
}
#load {
	display: none;
	position: fixed;
	width: 48px;
	height: 107px;
	top: -60px;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	padding: 60px;
	background: #fff;
	opacity: 0;
	z-index: -1;
}
.dyn #load {
	display: block;
}
#load.s2 {
	top: 0;
	opacity: 1;
	z-index: 7;
}
#load .gif,
#load.s2.s3 .gif {
	height: 57px;
	background: url(../assets/img/icon/loading.gif);
	opacity: 0;
	-o-transform: scale(.5);
	-ms-transform: scale(.5);
	-moz-transform: scale(.5);
	-webkit-transform: scale(.5);
	transform: scale(.5);
}
#load.s2 .gif {
	opacity: 1;
	-o-transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
#load .tick {
	position: absolute;
	width: 46px;
	height: 46px;
	top: 70px;
	right: 0;
	left: 0;
	margin: auto;
	background: #009cde url(../assets/img/icon/tick.png) no-repeat center;
	background-size: 0 14px;
	border-radius: 50%;
	opacity: 0;
	-o-transform: scale(.5);
	-ms-transform: scale(.5);
	-moz-transform: scale(.5);
	-webkit-transform: scale(.5);
	transform: scale(.5);
}
#load.s2.s3 .tick {
	background-size: 19px 14px;
	opacity: 1;
	-o-transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
#load h3 {
	margin: 18px 0 0 0;
	font-size: 14px;
	text-align: center;
	opacity: 0;
}
#load.s2 h3 {
	margin: 30px 0 0 0;
	opacity: 1;
}
#load h3:last-of-type,
#load.s2 h3:last-of-type {
	margin: 0;
	opacity: 0;
}
#load.s2.s3 h3 {
	margin: 6px 0 0 0;
	opacity: 0;
}
#load.s2.s3 h3:last-of-type {
	opacity: 1;
}
#nav {
	position: fixed;
	top: 31px;
	right: 0;
	padding: 0 150px 0 60px;
	z-index: 5;
	opacity: 1;
}
#nav a,
#nav a:visited,
#menu .close {
	overflow: hidden;
	float: left;
	position: relative;
	display: block;
	height: 40px;
	padding: 30px 54px 30px 30px;
	opacity: .35;
	z-index: 1;
}
#nav a {
	margin-top: 10px;
	padding: 30px;
	-o-transform: scale(.9);
	-ms-transform: scale(.9);
	-moz-transform: scale(.9);
	-webkit-transform: scale(.9);
	transform: scale(.9);
}
#nav a.s2 {
	opacity: 1;
}
#nav a:hover,
#nav a:active,
#nav a:focus {
	opacity: 1;
	-o-transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
#nav .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	background: #fff;
	opacity: 0;
	z-index: 0;
}
#nav.s4 .bg.s3 {
	opacity: 0;
}
#nav.s3 a {
	padding-top: 0;
	opacity: 0;
}
#nav.s3 a.s3 {
	display: none;
}
#nav.s2.s4 {
	top: 0;
}
#menu {
	position: fixed;	
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
#menu.s3 {
	z-index: 4;
}
#menu h3 {
	text-align: center;
}
#menu .btn.ghost {
	display: block;
	margin: 0 auto;
	border-color: #fff;
}
#menu .btn.ghost:hover,
#menu .btn.ghost:active,
#menu .btn.ghost:focus {
	border-color: #003087;
}
#menu .btn.ghost .text {
	color: #fff;
}
#menu .btn.ghost:hover .text,
#menu .btn.ghost:active .text,
#menu .btn.ghost:focus .text {
	text-indent: 65px;
}
#menu .btn.ghost .arr {
	background-image: url(../assets/img/icon/arr-alt.png);
}
#menu .social,
#menu .quick,
#menu .links {
	float: left;
	position: relative;
	width: 33.33%;
	height: 100%;
	margin: 0;
	opacity: 1;
	z-index: 1;
}
#menu.s2 .social,
#menu.s2 .news,
#menu.s2 .feat,
#menu.s2 .links,
#menu.s2 .fade {
	opacity: 1;
	-o-transform: translate(0,0);
	-ms-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-webkit-transform: translate(0,0);
	transform: translate(0,0);
}
#menu .social {
	opacity: 0;
	-o-transform: translate(-100%,0);
	-ms-transform: translate(-100%,0);
	-moz-transform: translate(-100%,0);
	-webkit-transform: translate(-100%,0);
	transform: translate(-100%,0);
}
#menu .news {
	opacity: 0;
	-o-transform: translate(0,-100%);
	-ms-transform: translate(0,-100%);
	-moz-transform: translate(0,-100%);
	-webkit-transform: translate(0,-100%);
	transform: translate(0,-100%);
}
#menu .feat {
	opacity: 0;
	-o-transform: translate(0,100%);
	-ms-transform: translate(0,100%);
	-moz-transform: translate(0,100%);
	-webkit-transform: translate(0,100%);
	transform: translate(0,100%);
}
#menu .links {
	opacity: 0;
	-o-transform: translate(100%,0);
	-ms-transform: translate(100%,0);
	-moz-transform: translate(100%,0);
	-webkit-transform: translate(100%,0);
	transform: translate(100%,0);
}
#menu .social {
	position: relative;
}
#menu .social h3 {
	padding-top: 140px;
	text-indent: -9999em;
	background: url(../assets/img/logo/youtube.png) no-repeat center bottom;
	color: #fff;
}
#menu .social p {
	margin: 0 60px;
	color: #fff;
	text-align: center;
}
#menu .social .tiles {
	position: relative;
}
#menu .social .tiles:first-of-type,
#menu .social .tiles:last-of-type {
	margin-top: 30px;
}
#menu .social .tiles:last-of-type {
	padding-left: 60px;
}
#menu .social .tile {
	overflow: visible;
	background: transparent;
	margin: 0 60px 0 120px;
	padding: 30px 60px;
}
#menu .social .tile:nth-of-type(2) {
	margin-bottom: 120px;
}
#menu .social .tile h4 {
	overflow: hidden;
	max-height: 28px;
	color: #fff;
}
#menu .social .tile p {
	overflow: hidden;
	max-height: 40px;
	text-align: left;
	margin: 0;
}
#menu .social .tile hr {
	opacity: .15;
}
#menu .social .tile .info {
	position: relative;
	opacity: .25;
}
#menu .social .tile .info p {
	float: left;
	width: 50%;
}
#menu .social .tile .info p:last-of-type {
	text-align: right;
}
#menu .social .dot,
#menu .social .nova {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 74px;
	margin: auto;
	background: #0d1923;
	border-color: #fff;
	z-index: 1;
}
#menu .social .nova {
	left: 60px;
	opacity: .15;
	z-index: 0;
}
#menu .social .timeline {
	position: absolute;
	width: 2px;
	height: 1000px;
	top: 50%;
	left: 79px;
	margin: auto;
	background: #fff;
}
#menu .social .btn {
	border-color: #fff;
}
#menu .social .btn .text {
	color: #fff;
	text-align: left;
}
#menu .social .btn .arr {
	background-image: url(../assets/img/icon/arr-alt.png);
}
#menu .social .btn .bg,
#menu .social .btn .bg,
#menu .social .btn .bg {
	background: #fff;
}
#menu .social .btn:hover,
#menu .social .btn:active,
#menu .social .btn:focus {
	background: #fff;
}
#menu .social .btn:hover .text,
#menu .social .btn:active .text,
#menu .social .btn:focus .text {
	color: #009cde;
}
#menu .social .btn:hover .arr.alt,
#menu .social .btn:active .arr.alt,
#menu .social .btn:focus .arr.alt {
	background-image: url(../assets/img/icon/arr.png);
}
#menu .news {
	overflow: hidden;
	position: relative;
	height: 50%;
	background: #009cde url(../assets/img/bg-news.jpg) repeat-x 0 bottom;
	-o-animation: news 120s linear infinite;
	-ms-animation: news 120s linear infinite;
	-moz-animation: news 120s linear infinite;
	-webkiy-animation: news 120s linear infinite;
	animation: news 120s linear infinite;
}
#menu .news h3 {
	position: relative;
	height: 6%;
	padding-top: 8%;
}
#menu .news h3 span {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
}
#menu .news h4 {
	color: #fff;
	margin-bottom: 15px;
}
#menu .news p {
	color: #fff;
	text-align: center;
}
#menu .news .subtitle {
	-o-text-stroke: 0px;
	-ms-text-stroke: 0px;
	-moz-text-stroke: 0px;
	-webkit-text-stroke: 0px;
	text-stroke: 0px;
}
#menu .news .post {
	width: 300px;
	margin: 5% auto;
}
#menu .news .post p {
	text-align: left;
}
#menu .news .post p:last-of-type {
	color: #003087;
	text-align: right;
}
#menu .news .post hr {
	margin: 30px 0 10px;
	background: #003087;
}
#menu .feat {
	height: 50%;
	background: #fff;
	text-align: center;
}
#menu .feat h3 {
	padding-top: 8%;
}
#menu .feat h4 {
	margin-bottom: 5px;
	font-family: futura_heavy;
	font-size: 40px;
}
#menu .feat p {
	color: #aab2cd;
}
#menu .feat .img {
	height: 36%;
	max-height: 180px;
	margin: 30px 0;
	background: no-repeat center;
	background-size: contain;
}
#menu .feat .btn {
	text-align: left;
}
#menu .links {
	overflow-y: scroll;
	background: #f7f7fa;
}
#menu .close .text {
	font-size: 14px;
	line-height: 40px;
	font-family: futura_heavy;
	color: #003087;
}
#menu .close .arr {
	position: absolute;
	width: 9px;
	height: 11px;
	top: 0;
	right: 30px;
	bottom: 0;
	margin: auto;
	background: url(../assets/img/icon/arr.png) no-repeat center;
}
#menu .close hr {
	position: absolute;
	width: auto;
	right: 80px;
	bottom: 43px;
	left: 30px;
	margin-bottom: 0;
	background: #003087;
	opacity: 0;
}
#menu .close:hover,
#menu .close:active,
#menu .close:focus {
	opacity: 1;
}
#menu .close:hover .text,
#menu .close:active .text,
#menu .close:focus .text {
	line-height: 28px;
}
#menu .close:hover .arr,
#menu .close:active .arr,
#menu .close:focus .arr {
	right: 35px;
}
#menu .close:hover hr,
#menu .close:active hr,
#menu .close:focus {
	right: 54px;
	opacity: 1;
}
#menu .links .close {
	position: absolute;
	float: none;
	top: 0;
	right: 0;
	background: #fff;
	opacity: 1;
	cursor: pointer;
	z-index: 4;
}
#menu .links .close .arr {
	width: 14px;
	background-image: url(../assets/img/icon/cross.png);
}
#menu .links .logo {
	position: relative;
	height: 300px;
	background: url(../assets/img/logo/logo-sml.png) no-repeat center;
}
#menu .links a,
#menu .links a:visited {
	overflow: hidden;
	position: relative;
	display: block;
	margin: 0 60px 15px;
	background: #fff;
	font-family: futura_heavy;
	color: #009cde;
}
#menu .links a:first-of-type {
	margin-top: 60px;
}
#menu .links a:last-of-type {
	margin-bottom: 60px;
}
#menu .links a .text {
	position: relative;
	padding: 21px 60px;
	z-index: 1;
}
#menu .links a .arr,
#menu .links a .arr.alt {
	position: absolute;
	width: 9px;
	height: 11px;
	top: 0;
	right: 60px;
	bottom: 0;
	margin: auto;
	background: url(../assets/img/icon/arr.png);
	z-index: 1;
}
#menu .links a .arr.alt {
	right: 80px;
	background: url(../assets/img/icon/arr-alt.png);
	opacity: 0;
}
#menu .links a .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: -100%;
	background: #009cde;
	z-index: 0;
}
#menu .links a:hover,
#menu .links a:active,
#menu .links a:focus {
	-o-transform: scale(1.025,1.025);
	-ms-transform: scale(1.025,1.025);
	-moz-transform: scale(1.025,1.025);
	-webkit-transform: scale(1.025,1.025);
	transform: scale(1.025,1.025);
}
#menu .links a:hover .text,
#menu .links a:active .text,
#menu .links a:focus .text {
	padding: 21px 70px;
	color: #fff;
}
#menu .links a:hover .arr,
#menu .links a:active .arr,
#menu .links a:focus .arr {
	right: 40px;
	opacity: 0;
}
#menu .links a:hover .arr.alt,
#menu .links a:active .arr.alt,
#menu .links a:focus .arr.alt {
	right: 60px;
	opacity: 1;
}
#menu .links a:hover .bg,
#menu .links a:active .bg,
#menu .links a:focus .bg {
	left: 0;
	background: #003087;
}
#menu .links a.s2 {
	background: #009cde;
	color: #fff;
}
#menu .links a.s3 {
	background: transparent;
	font-family: futura_medium;
	color: #003087;
	-o-text-stroke: 0.3px;
	-ms-text-stroke: 0.3px;
	-moz-text-stroke: 0.3px;
	-webkit-text-stroke: 0.3px;
	text-stroke: 0.3px;
}
#menu .links a.s3 .arr {
	right: 90px;
}
#menu .links a.s3 .text {
	padding: 21px 110px 21px 120px;
}
#menu .links a.s3 .title.text {
	padding-left: 60px;
	font-family: futura_heavy;
	font-size: 16px;
}
#menu .links a.s3:hover .text,
#menu .links a.s3:active .text,
#menu .links a.s3:focus .text {
	padding: 21px 110px;
	color: #003087;
}
#menu .links a.s3:hover .title.text,
#menu .links a.s3:active .title.text,
#menu .links a.s3:focus .title.text {
	padding: 21px 50px;
}
#menu .links a.s3:hover .arr,
#menu .links a.s3:active .arr,
#menu .links a.s3:focus .arr {
	right: 80px;
	opacity: 1;
}
#menu .fade {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,5,14,.9);
	opacity: 0;
	z-index: 0;
}
#wrap,
#wrap>*,
#show {
	height: 100%;
}
#wrap {
	z-index: 3;
}
#wrap.s2 {
	margin-top: -100px;
	opacity: 0;
}
#home>* {
	overflow-x: hidden;
}
#home #members {
	overflow-x: visible;
}
#home h2 {
	color: #003087;
}
#home h3 {
	text-align: center;
}
#home p {
	margin: 0;
}
#show {
	min-height: 800px;
}
#show .cta {
	position: absolute;
	width: 600px;
	margin: 15% 0 0 18.75%;
	z-index: 2;
}
.dyn #show .cta {
	margin: auto 0 auto 18.75%;
}
#show .cta p {
	margin-bottom: 10px;
	line-height: 40px;
	font-size: 26px;
	font-family: futura_medium;
	-o-text-stroke: 0;
	-ms-text-stroke: 0;
	-moz-text-stroke: 0;
	-webkit-text-stroke: 0;
	text-stroke: 0;
}
#show .cta p:last-of-type {
	margin-bottom: 60px;
}
#show .cta p small {
	font-family: futura_heavy;
	color: #fff;
	font-size: 14px;
}
#show .cta .btn.alt {
	margin-left: 60px;
}
#show .cta .btn.ghost {
	position: absolute;
	width: 275px;
	top: 455px;
	left: 100%;
	border-color: #fff;
}
#show .cta .btn.ghost:hover,
#show .cta .btn.ghost:active,
#show .cta .btn.ghost:focus {
	border-color: #003087;
}
#show .cta .btn.ghost .text {
	color: #fff;
}
#show .cta .btn.ghost .arr {
	width: 275px;
	background: url(../assets/img/icon/arr-alt.png) no-repeat 244px center;
}
#show .cta .btn.ghost .arr.alt {
	width: 275px;
	background-position: 224px center;
}
.dyn #show .cta .btn.ghost:hover .arr,
.dyn #show .cta .btn.ghost:active .arr,
.dyn #show .cta .btn.ghost:focus .arr {
	background-position: 264px center;
	opacity: 0;
}
.dyn #show .cta .btn.ghost:hover .arr.alt,
.dyn #show .cta .btn.ghost:active .arr.alt,
.dyn #show .cta .btn.ghost:focus .arr.alt {
	background-position: 244px center;
	opacity: 1;
}
#show .cta .btn.ghost .bg {
	width: 275px;
}
.dyn #show .btn.s2 {
	-o-transition-delay: 0s;
	-ms-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
#show .overlay,
#show .overlay div,
#show .slide,
#show .slide-inner {
	overflow: hidden;
	position: absolute;
	width: 100%;
	height: 100%;
	min-height: 800px;
	top: 0;
	left: 0;
	z-index: 0;
}
#show .overlay {
	z-index: 1;
}
#show .overlay div {
	background: url(../assets/img/showcase/gradient.png) top left;
	background-size: auto 100%;
}
#show .overlay div:nth-of-type(2) {
	background: url(../assets/img/showcase/jewel.png) no-repeat bottom left;
	background-size: cover;
}
#show .slide {
	position: fixed;
	z-index: -1;
}
#show .slide-inner div {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: no-repeat center top;
	background-size: cover;
	-o-transform: scale(1.25,1.25);
	-ms-transform: scale(1.25,1.25);
	-moz-transform: scale(1.25,1.25);
	-webkit-transform: scale(1.25,1.25);
	transform: scale(1.25,1.25);
}
.dyn #show .slide-inner div:last-of-type {
	-o-animation: show 12s linear;
	-ms-animation: show 12s linear;
	-moz-animation: show 12s linear;
	-webkit-animation: show 12s linear;
	animation: show 12s linear;
}
#show .lang {
	position: absolute;
	width: 40px;
	height: 12px;
	bottom: 60px;
	right: 73px;
	background: url(../assets/img/icon/flag.png) no-repeat bottom left;
	color: rgba(0,0,0,.35);
	font-family: futura_heavy;
	text-align: right;
	font-size: 12px;
	z-index: 3;
}
#show .lang p {
	line-height: normal;
}
#intro {
	padding: 180px 0 120px;
	background: #f7f7fa url(../assets/img/bg-logo.png) no-repeat bottom left;
}
#intro p.wide {
	width: 720px;
	margin: 0 auto 120px;
	text-align: center;
}
#intro .tiles {
	width: 1155px;
	margin: 0 auto;
}
#intro .tile {
	float: left;
	width: 225px;
	min-height: 159px;
	margin: 0 60px 120px 0;
	padding: 220px 60px 50px;
	background: #fff no-repeat center 100px;
}
#intro .tile:nth-of-type(1) {
	background-image: url(../assets/img/icon/speech.png);
}
#intro .tile:nth-of-type(2) {
	background-image: url(../assets/img/icon/bulb.png);
}
#intro .tile:nth-of-type(3) {
	margin-right: 0;
	background-image: url(../assets/img/icon/hands.png);
}
#intro .tile:hover,
#intro .tile:active,
#intro .tile:focus,
#products-single #main .tile:hover,
#products-single #main .tile:active,
#products-single #main .tile:focus,
#contact #main .tile:hover,
#contact #main .tile:active,
#contact #main .tile:focus {
	-o-transform: none;	
	-ms-transform: none;	
	-moz-transform: none;	
	-webkit-transform: none;	
	transform: none;	
}
#intro .tile p {
	overflow: hidden;
}
#intro .btn {
	clear: both;
	display: block;
	margin: 0 auto;
}
#featured {
	padding-top: 120px;
	background: #fff;
}
#featured .title {
	position: relative;
	height: 50px;
	margin-bottom: 5px;
	text-align: center;
	font-family: futura_heavy;
	color: #009cde;
	font-size: 40px;
}
#featured .subtitle {
	position: relative;
	height: 14px;
	margin-bottom: 8%;
	text-align: center;
	font-family: futura_light;
	font-size: 11px;
	opacity: .6;
	-o-text-stroke: 0.3px;
	-ms-text-stroke: 0.3px;
	-moz-text-stroke: 0.3px;
	-webkit-text-stroke: 0.3px;
	text-stroke: 0.3px;
}
#featured .show {
	position: relative;
	height: 477px;
}
#featured .title div,
#featured .subtitle div,
#featured .slide {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 0;
	-o-transform: translateX(50px);
	-ms-transform: translateX(50px);
	-moz-transform: translateX(50px);
	-webkit-transform: translateX(50px);
	transform: translateX(50px);
}
#featured .title div.s2,
#featured .title div.s2.s3,
#featured .subtitle div.s2,
#featured .subtitle div.s2.s3,
#featured .slide.s2,
#featured .slide.s2.s3 {
	opacity: 1;
	z-index: 1;
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
#featured .title div.s3,
#featured .subtitle div.s3,
#featured .slide.s3 {
	opacity: 0;
	-o-transform: translateX(-50px);
	-ms-transform: translateX(-50px);
	-moz-transform: translateX(-50px);
	-webkit-transform: translateX(-50px);
	transform: translateX(-50px);
}
#featured .title div {
	line-height: 50px;
	overflow: hidden;
}
#featured .slide .img,
#featured .slide .info {
	float: left;
	width: 50%;
	height: 300px;
}
#featured .slide .img {
	background: no-repeat 80% top;
	background-size: contain;
}
#featured .slide .info {
	width: 230px;
	margin-left: 90px;
	padding-top: 60px;
}
#featured .slide .info hr {
	margin: 15px 0;
}
#featured .slide .buttons {
	clear: both;
	text-align: center;
}
#featured .slide .buttons .btn {
	margin-top: 60px;
	text-align: left;
}
#featured .slide .buttons .btn.ghost {
	margin-left: 60px;
}
#papers-news-alt {
	overflow: hidden;
	position: relative;
	padding-bottom: 120px;
	background: #f7f7fa;
}
#papers {
	width: 66.66%;
	padding-top: 180px;
}
#papers .subtitle {
	width: 520px;
	margin: 0 auto 120px;
	text-align: center;
}
#papers .tiles {
	width: 920px;
	margin: 0 auto;
}
#papers .tile {
	float: left;
	width: 310px;
	padding-top: 350px;
}
#papers .tile h4 {
	overflow: hidden;
	height: 56px;
	margin: 30px 0;
}
#papers .tile p:first-of-type {
	overflow: hidden;
	height: 60px;
}
#papers .tile img {
	position: absolute;
	bottom: 70px;
	left: 60px;
}
#papers .tile:nth-of-type(2) {
	margin-left: 60px;
}
#papers .btn {
	clear: both;
	display: block;
	margin: 0 auto;
}
#news-alt {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 33.34%;
	padding-top: 60px;
}
#news-alt h3,
#news-alt .subtitle {
	margin: 0 60px 30px 160px;
}
#news-alt .subtitle {
	margin-bottom: 60px;
	text-align: center;
}
#news-alt .tiles {
	position: relative;
	margin: 0 60px 0 160px;
}
#news-alt .tiles .dot,
#news-alt .tiles .nova {
	position: absolute;
	top: 0;
	bottom: 0;
	left: -86px;
	margin: auto;
	background: #f7f7fa;
	z-index: 1;
}
#news-alt .tiles .nova {
	left: -100px;
	z-index: 0;
}
#news-alt .tiles .timeline {
	position: absolute;
	width: 2px;
	height: auto;
	top: 50%;
	left: -81px;
	bottom: -1000px;
	margin: 0;
	background: #003087;
	z-index: 0;
}
#news-alt .tile h4 {
	margin-bottom: 15px;
}
#news-alt .tile p {
	overflow: hidden;
	max-height: 40px;
}
#news-alt .btn {
	display: block;
	margin: 0 auto 60px;
}
#invest {
	padding: 120px 60px 270px;
	background: #354769 url(../assets/img/bg-invest.jpg) center;
	background-size: cover;
	color: #fff;
	text-align: center;
}
#invest p {
	width: 440px;
	margin: 0 auto 60px;
}
#invest .btn {
	border-color: #fff;
}
#invest .btn .text {
	color: #fff;
	text-align: left;
}
#invest .btn .arr {
	background-image: url(../assets/img/icon/arr-alt.png);
}
#invest .btn .bg,
#invest .btn .bg,
#invest .btn .bg {
	background: #fff;
}
#invest .btn:hover,
#invest .btn:active,
#invest .btn:focus {
	background: #fff;
}
#invest .btn:hover .text,
#invest .btn:active .text,
#invest .btn:focus .text {
	color: #009cde;
}
#invest .btn:hover .arr.alt,
#invest .btn:active .arr.alt,
#invest .btn:focus .arr.alt {
	background-image: url(../assets/img/icon/arr.png);
}
#members {
	background: #f7f7fa;
}
#members .container {
	float: left;
	width: 30%;
	margin-bottom: 60px;
}
#members .container .img {
	width: 250px;
	height: 38px;
	margin: 120px auto 60px;
}
#members .container h3 {
	margin-top: 0px;
}
#members .container .subtitle {
	margin: 0 120px;
	text-align: center;
}
#members .tiles {
	float: left;
	width: 1140px;
}
#members .tile {
	float: left;
	width: 220px;
	margin: -60px 60px 120px 0;
}
#members .tile:last-of-type {
	margin-right: 0;
}
#members .tile .img {
	position: static;
	height: 160px;
	background: no-repeat center;
}
#members .tile h4 {
	font-size: 26px;
	text-align: center;
}
#members .tile .btn {
	display: block;
	margin: 30px auto 20px;
}
#members .tile:hover .btn.sml .bg,
#members .tile:active .btn.sml .bg,
#members .tile:focus .btn.sml .bg {
	opacity: 1;
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
#members .tile:hover .btn.sml .arr,
#members .tile:active .btn.sml .arr,
#members .tile:focus .btn.sml .arr {
	background-position: 34px center;
}
#members .tile:hover .btn.sml .arr.alt,
#members .tile:active .btn.sml .arr.alt,
#members .tile:focus .btn.sml .arr.alt {
	background-position: 24px center;
	opacity: 1;
}
#members .tile .btn.sml {
	-o-transform: none;	
	-ms-transform: none;	
	-moz-transform: none;	
	-webkit-transform: none;	
	transform: none;	
}
#about #main .tile-lrg  {
	float: none;
	width: 485px;
	margin: 0 auto;
}
#products #main .tile h4,
#projects-single #main .tile h4 {
	margin-bottom: 10px;
	font-size: 20px;
}
#projects-single #main .tile h4 {
	height: 28px;
}
#products #main .tile .img,
#products-single #main-alt .tile .img,
#projects-single #main .tile-lrg .img {
	background: no-repeat center;
	background-size: contain;
}
#products #main .tile-lrg .img {
	background-size: 40%;
}
#products #main .tile-sml a .img,
#products-single #main-alt .tile-sml a .img,
#projects-single #main .tile-lrg a .img,
#investors #main .tile-sml a .img {
	width: auto;
	height: 190px;
	top: 60px;
	right: 60px;
	left: 60px;
	margin: auto;
}
#products-single #head {
    padding: 300px 31.25% 0;
	text-align: center;
}
#products-single #head h3 {
    margin-bottom: 10px;
}
#products-single #head .tile h4 {
	font-family: futura_heavy;
	font-size: 26px;
	text-align: center;
}
#products-single #head .show {
	position: relative;
	height: 380px;
}
#products-single #head .slide {
	position: absolute;
	width: 100%;
	height: 90%;
	left: 0;
	top: 0;
	margin: 5% 0;
	background: no-repeat center;
	background-size: contain;
	opacity: 0;
	-o-transform: translateX(50px);
	-ms-transform: translateX(50px);
	-moz-transform: translateX(50px);
	-webkit-transform: translateX(50px);
	transform: translateX(50px);
}
#products-single #head .slide.s2,
#products-single #head .slide.s2.s3 {
	opacity: 1;
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
#products-single #head .slide.s3 {
	opacity: 0;
	-o-transform: translateX(-50px);
	-ms-transform: translateX(-50px);
	-moz-transform: translateX(-50px);
	-webkit-transform: translateX(-50px);
	transform: translateX(-50px);
}
#products-single #main .tiles {
	width: 1100px;
	margin: 0 auto;
}
#products-single #main .tile-sml {
	width: 33.33%;
}
#products-single #main .tile-sml .tile {
	margin-bottom: 0;
	padding-top: 60px;
}
#products-single .tile ul {
	margin: 30px 0 0 0;
}
#products-single .tile hr {
	margin: 0 0 30px 0;
}
#products-single #main .tile p {
	height: auto;
}
#products-single .tile p:last-of-type {
	margin-bottom: 0;
}
#products-single #head h5,
#products-single .tile h5,
#main .tile h5 {
	margin-bottom: 30px;
	color: #003087;
	font-size: 11px;
	line-height: 20px;
	font-family: futura_light;
	opacity: .6;
	-o-text-stroke: 0.3px;
	-ms-text-stroke: 0.3px;
	-moz-text-stroke: 0.3px;
	-webkit-text-stroke: 0.3px;
	text-stroke: 0.3px;
}
#main .tile h5 {
	height: 28px;
}
#products-single #main .vid {
	height: 360px;
	margin: 0 30px 60px;
}
#products-single #main iframe {
	width: 100%;
	height: 100%;
}
#products-single #main .col {
	clear: both;
	padding: 0;
	text-align: center;
}
#products-single #main .col .text {
	text-align: left;
}
#products-single #main-alt {
	padding: 120px 0 60px;
}
#products-single #main .btn.sml.file {
	display: block;
	margin: 50px auto 20px;
	opacity: 1;
}
#products-single #main .btn.sml.file .arr {
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
#products-single #main-alt h3 {
	text-align: center;
}
#products-single #main-alt h4 {
	height: 56px;
	margin-bottom: 10px;
}
#products-single #main-alt .tile-sml .tile {
	padding-top: 315px;
}
#projects #main .tile,
#projects-single #main .tile {
	padding-top: 345px;
}
#projects #main .tile h4 {
	height: 28px;
}
#projects #main .tile p:first-of-type {
	height: auto;
}
#projects-group #head .col,
#projects-single #head .col {
	padding: 30px 0;
	text-align: center;
}
#projects-group #head .col .text,
#projects-single #head .col .text {
	text-align: left;
}
#projects-group #head a.btn:last-of-type,
#projects-single #head a.btn:last-of-type {
	margin-left: 60px;
}
#technical-papers-single #head h3 {
	margin-bottom: 60px;
}
#technical-papers-single #head .btn:nth-of-type(2),
#news-single #head .btn:nth-of-type(2) {
	margin-left: 60px;
}
#products-single #main .col .btn:last-of-type:hover .text,
#products-single #main .col .btn:last-of-type:active .text,
#products-single #main .col .btn:last-of-type:focus .text,
#technical-papers-single #head .btn:hover .text,
#technical-papers-single #head .btn:active .text,
#technical-papers-single #head .btn:focus .text,
#technical-papers-single #main .btn:hover .text,
#technical-papers-single #main .btn:active .text,
#technical-papers-single #main .btn:focus .text {
	text-indent: 65px;
}
#technical-papers-single #main,
#news-single #main {
	background: #fff;
}
#technical-papers-single #main img,
#news-single #main img {
    max-width: 100%;
	height: auto;
    margin: 0 auto;
}
#investors #main .tile {
	padding-top: 220px;
}
#investors #main .tile-sml a .img {
	width: 250px;
	height: 180px;
	top: 0;
    right: 0;
    left: 0;
	background: no-repeat center bottom;
	background-size: auto;
}
#investors #main .tile p {
	height: auto;
	margin: 0;
	text-align: center;
}
#investors #main .tile h4 {
	height: 160px;
	margin-bottom: 30px;
	padding: 0 20px;
	font-family: futura_heavy;
	font-size: 22px;
	line-height: 40px;
	color: #009cde;
	text-align: center;
}
#investors #main .tile .btn {
	display: block;
	margin: 0 auto 20px;
}
#investors #main .tile .btn .arr {
	-o-transform: scaleX(-1) rotate(90deg);
	-ms-transform: scaleX(-1) rotate(90deg);
	-moz-transform: scaleX(-1) rotate(90deg);
	-webkit-transform: scaleX(-1) rotate(90deg);
	transform: scaleX(-1) rotate(90deg);
}
#investors #main .tile:hover .btn.sml .bg,
#investors #main .tile:active .btn.sml .bg,
#investors #main .tile:focus .btn.sml .bg {
	opacity: 1;
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
#investors #main .tile:hover .btn.sml .arr,
#investors #main .tile:active .btn.sml .arr,
#investors #main .tile:focus .btn.sml .arr {
	background-position: 34px center;
}
#investors #main .tile:hover .btn.sml .arr.alt,
#investors #main .tile:active .btn.sml .arr.alt,
#investors #main .tile:focus .btn.sml .arr.alt {
	background-position: 24px center;
	opacity: 1;
}
#investors #main .tile .btn.sml {
	-o-transform: none;	
	-ms-transform: none;	
	-moz-transform: none;	
	-webkit-transform: none;	
	transform: none;	
}
#chart iframe {
	display: block;
	width: 80%;
	height: 1000px;
	margin: 0 auto 60px auto;
}
#chart #main {
	text-align: center;
}
#contact .container {
	max-width: 830px;
	margin: 0 auto;
}
#contact .row {
	float: left;
	width: 100%;
}
#contact .row p {
	float: left;
	width: 180px;
	margin: 0;
}
#contact form {
	clear: both;
	padding-top: 60px;
}
#contact .box {
	float: left;
	position: relative;
	width: 50%;
	height: 55px;
	margin-bottom: 60px;
}
.dyn #contact form .box.s2 {
	height: 0;
}
#contact .box-inner {
	position: absolute;
	top: 0;
	right: 30px;
	bottom: 0;
	left: 0;
}
#contact .box:nth-of-type(odd) .box-inner {
	right: 0;
	left: 30px;
}
#contact label,
#contact input,
#contact textarea,
#contact select {
	position: absolute;
	width: 87.5%;
	height: 100%;
	padding: 0 6.25%;
	line-height: 55px;
	font-family: futura_light;
	font-size: 16px;
	-o-text-stroke: 0.3px;
	-ms-text-stroke: 0.3px;
	-moz-text-stroke: 0.3px;
	-webkit-text-stroke: 0.3px;
	text-stroke: 0.3px;
}
#contact label,
#contact select {
	color: #b7c0d2;
	background: #f7f7fa;
}
#contact input,
#contact textarea {
	cursor: pointer;
}
#contact select {
	width: 100%;
	cursor: pointer;
}
#contact .box:first-of-type,
#contact .box:first-of-type>* {
	position: absolute;
	width: 0;
	height: 0;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: -1;
}
#contact .box:last-of-type {
	width: 100%;
	height: 165px;
}
#contact .box:last-of-type .box-inner {
	right: 0;
	left: 0;
}
#contact .box:last-of-type label,
#contact .box:last-of-type textarea {
	resize: none;
	width: 93.75%;
	height: 100%;
	padding: 0 3.125%;
}
#contact .box-inner.s2 label,
#contact .box-inner:hover label,
#contact .box-inner:active label,
#contact .box-inner:focus label {
	text-indent: 20px;
	letter-spacing: 1px;
	opacity: 0;
}
#contact .box-inner.s2 input,
#contact .box-inner input:hover,
#contact .box-inner input:active,
#contact .box-inner input:focus,
#contact .box-inner.s2 textarea,
#contact .box-inner textarea:hover,
#contact .box-inner textarea:active,
#contact .box-inner textarea:focus,
#contact .box-inner.s2 select,
#contact .box-inner select:hover,
#contact .box-inner select:active,
#contact .box-inner select:focus {
	background: #fff8e9;
	color: #333;
}
#contact .box-inner .cap {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	background: #fdfdfd;
	z-index: 99;
}
#contact .box-inner .cap.s2 {
	width: 0;
}
#contact .box-inner input.s3,
#contact .box-inner textarea.s3,
#contact .box-inner select.s3 {
	background: rgba(255,0,0,.25);
	color: #666;
}
#contact button {
	clear: both;
	display: block;
	margin: 0 auto 30px auto;
}
.dyn #contact button.s2 {
	cursor: default;
}
#contact #main h3 {
	width: 86%;
	margin: 0 0 30px;
	padding-left: 30px;
	text-align: left;
	white-space: nowrap;
}
#contact #main .tile-sml .tile {
    padding-top: 60px;
}
#contact #main .tile-sml .tile p {
	margin-bottom: 15px;
	font-family: futura_light;
	font-size: 11px;
	line-height: 20px;
	letter-spacing: .5px;
}
#contact #main .tile p:first-of-type {
	height: auto;
}
#contact #main .tile-sml .tile p a {
	font-family: futura_medium;
	font-size: 13px;
	-o-text-stroke: 0.3px;
	-ms-text-stroke: 0.3px;
	-moz-text-stroke: 0.3px;
	-webkit-text-stroke: 0.3px;
	text-stroke: 0.3px;
}
#contact #main .tile p:first-of-type {
	overflow: visible;
}
#contact #cta * {
	display: none;
}
#contact .disabled-lrg {
	display: none;
}
#head {
	position: relative;
	padding: 300px 18.75% 90px;
	background: #fff url(../assets/img/bg-head.png) no-repeat center 0;
	background-size: 100% auto;
}
#head img {
	display: block;
	margin: 60px auto;
}
#head .btn.sml .arr,
#main .btn.sml .arr {
	-o-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}
#main .btn.sml.top .arr {
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
#main {
	padding: 120px 0 60px;
	background: #f7f7fa;
}
#main h3 {
	margin-bottom: 60px;
	text-align: center;
}
#head img,
#main img,
#main-alt img {
	display: block;
	max-width: 800px;
	height: auto;
	margin: 90px auto 120px;
}
#main .col {
	padding: 0 18.75%;
}
#main .col h3 {
	margin-bottom: 30px;
	text-align: left;
}
#main .col .btn {
	margin: 60px 0;
}
#main .col .btn:nth-of-type(2) {
	margin-left: 60px;
}
#main .tiles,
#main-alt .tiles {
	width: 86%;
	margin: 0 7%;
}
#main .tile h4 {
	overflow: hidden;
	height: 56px;
}
#main .tile p:first-of-type {
	overflow: hidden;
	height: 63px;
}
#main .tile .date {
	margin: 0;
}
#main .tile-lrg,
#main .tile-sml {
	float: left;
	width: 33.33%;
}
#main .tile-lrg .tile,
#main .tile-sml .tile,
#main-alt .tile-lrg .tile,
#main-alt .tile-sml .tile {
	margin: 0 30px 60px;
	padding-top: 375px;
}
#main .tile-lrg .img {
	height: 325px;
}
#main .tile-lrg p {
	font-family: futura_light;
	font-size: 11px;
	line-height: 20px;
}
#main .tile-lrg a:hover .img,
#main .tile-lrg a:active .img,
#main .tile-lrg a:focus .img {
	height: 315px;
}
#main .tile-sml {
	width: 25%;
}
#main .tile-sml .tile {
	padding-top: 280px;
}
#main .tile-sml .img {
	height: 250px;
}
#main .tile-sml a:hover .img,
#main .tile-sml a:active .img,
#main .tile-sml a:focus .img {
	height: 240px;
}
#head a,
#head a:visited,
#main a,
#main a:visited,
#main-alt a,
#main-alt a:visited {
	font-family: futura_heavy;
	color: #009cde;
	-o-text-stroke: 0px;
	-ms-text-stroke: 0px;
	-moz-text-stroke: 0px;
	-webkit-text-stroke: 0px;
	text-stroke: 0px;
}
#head a:hover,
#head a:active,
#head a:focus,
#main a:hover,
#main a:active,
#main a:focus,
#main-alt a:hover,
#main-alt a:active,
#main-alt a:focus {
	opacity: .5;
}
#head a.tile:hover,
#head a.tile:active,
#head a.tile:focus,
#main a.tile:hover,
#main a.tile:active,
#main a.tile:focus,
#main-alt a.tile:hover,
#main-alt a.tile:active,
#main-alt a.tile:focus,
#head .panel a:hover,
#head .panel a:active,
#head .panel a:focus,
#main .panel a:hover,
#main .panel a:active,
#main .panel a:focus,
#main-alt .panel a:hover,
#main-alt .panel a:active,
#main-alt .panel a:focus,
#head a.btn:hover,
#head a.btn:active,
#head a.btn:focus,
#main a.btn:hover,
#main a.btn:active,
#main a.btn:focus,
#main-alt a.btn:hover,
#main-alt a.btn:active,
#main-alt a.btn:focus {
	opacity: 1;
}
#main-alt {
	padding: 120px 20% 60px;
	background: #fff;
}
#main-alt .tile-sml {
	float: left;
	width: 25%;
}
#cta {
	padding: 60px 0;
	background: #009cde;
}
#cta .inner {
	width: 1220px;
	margin: 0 auto;
}
#cta h5 {
	float: left;
	width: 230px;
	font-family: futura_heavy;
	text-align: right;
	font-size: 40px;
	color: #003087;
}
#cta p {
	float: left;
	margin: -4px 60px 0;
	width: 340px;
	color: #fff;
	text-align: center;
}
#cta .btn.ghost {
	margin-left: 60px;
	border-color: #fff;
}
#cta .btn.ghost:hover,
#cta .btn.ghost:active,
#cta .btn.ghost:focus {
	border-color: #003087;
}
#cta .btn.ghost .text {
	color: #fff;
}
#cta .btn.ghost:hover .text,
#cta .btn.ghost:active .text,
#cta .btn.ghost:focus .text {
	text-indent: 65px;
}
#cta .btn.ghost .arr {
	background-image: url(../assets/img/icon/arr-alt.png);
}
#foot {
	padding-top: 120px;
	background:  #24334e url(../assets/img/bg-foot.jpg) repeat-x left 450px;
}
#foot p,
#foot a,
#foot a:visited {
	margin: 0;
	color: #48669c;
	line-height: 28px;
	-o-text-stroke: 0.3px;
	-ms-text-stroke: 0.3px;
	-moz-text-stroke: 0.3px;
	-webkit-text-stroke: 0.3px;
	text-stroke: 0.3px;
}
#foot a {
	display: block;
}
#foot a:hover,
#foot a:active,
#foot a:focus {
	color: #80b5f2;
}
#foot a.alt,
#foot a.alt:visited {
	display: inline;
	color: #80b5f2;
}
#foot a.alt:hover,
#foot a.alt:active,
#foot a.alt:focus {
	color: #fff;
}
#foot .container {
	width: 780px;
	margin: 0 auto 350px;
}
#foot .container h4 {
	margin-bottom: 60px;
	font-size: 26px;
	color: #fff;
}
#foot .container h5 {
	font-family: futura_heavy;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
}
#foot .container .col {
	float: right;
	width: 220px;
	margin-right: 60px;
}
#foot .container .col:first-of-type {
	margin-right: 0;
}
#foot .container .col hr {
	background: #2b3d5d;
}
#foot .container .col h5 {
	margin: 30px 0;
}
#foot .copy {
	width: 540px;
	margin: 0 auto;
	padding: 60px 0;
	text-align: center;
}
.logo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}
.logo a {
	position: absolute;
	width: 270px;
	height: 38px;
	top: 60px;
	left: 180px;
	background: url(../assets/img/logo/logo.png) no-repeat top left;
	background-size: contain;
}
.logo a:hover,
.logo a:active,
.logo a:focus {
	-o-transform: scale(1.025,1.025);
	-ms-transform: scale(1.025,1.025);
	-moz-transform: scale(1.025,1.025);
	-webkit-transform: scale(1.025,1.025);
	transform: scale(1.025,1.025);
}
.logo a p {
	display: none;
}
.btn,
.btn div {
	overflow: hidden;
	position: relative;
	width: 230px;
	height: 55px;
	border-radius: 27.5px;
}
.btn {
	display: inline-block;
	background: #009cde;
}
.btn.alt {
	background: #fff;
}
.btn.ghost {
	width: 228px;
	height: 53px;
	background: transparent;
	border: 2px solid #003087;
}
.btn div {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.btn .text {
	line-height: 55px;
	font-family: futura_heavy;
	color: #fff;
	text-indent: 55px;
	font-size: 14px;
}
.btn.alt .text {
	color: #009cde;
}
.btn.ghost .text {
	color: #003087;
}
.btn .arr {
	background: url(../assets/img/icon/arr.png) no-repeat 199px center;
}
.dyn .btn .arr {
	-o-transition-delay: .125s;
	-ms-transition-delay: .125s;
	-moz-transition-delay: .125s;
	-webkit-transition-delay: .125s;
	transition-delay: .125s;
}
.btn .arr.alt {
	background: url(../assets/img/icon/arr-alt.png) no-repeat 179px center;
	opacity: 0;
}
.btn .bg {
	width: 240px;
	left: -5px;
	background: #003087;
	opacity: 0;
	z-index: 0;
	-o-transform: rotate(-15deg);
	-ms-transform: rotate(-15deg);
	-moz-transform: rotate(-15deg);
	-webkit-transform: rotate(-15deg);
	transform: rotate(-15deg);
	-o-transform-origin: left center;
	-ms-transform-origin: left center;
	-moz-transform-origin: left center;
	-webkit-transform-origin: left center;
	transform-origin: left center;
}
.dyn .btn .bg {
	-o-transition-delay: .25s;
	-ms-transition-delay: .25s;
	-moz-transition-delay: .25s;
	-webkit-transition-delay: .25s;
	transition-delay: .25s;
}
.btn:hover,
.btn:active,
.btn:focus,
.dyn #contact button.s2 {
	-o-transform: scale(1.025);
	-ms-transform: scale(1.025);
	-moz-transform: scale(1.025);
	-webkit-transform: scale(1.025);
	transform: scale(1.025);
}
.btn.ghost:hover,
.btn.ghost:active,
.btn.ghost:focus {
	background: #003087;
}
.btn:hover .text,
.btn:active .text,
.btn:focus .text {
	text-indent: 75px;
}
.dyn #contact button.s2 .text {
	text-indent: 0;
	text-align: center;
}
.btn.alt:hover .text,
.btn.alt:active .text,
.btn.alt:focus .text,
.btn.ghost:hover .text,
.btn.ghost:active .text,
.btn.ghost:focus .text {
	color: #fff;
}
.btn:hover .arr,
.btn:active .arr,
.btn:focus .arr,
.dyn #contact button.s2 .arr {
	background-position: 219px center;
	opacity: 0;
}
.btn:hover .arr.alt,
.btn:active .arr.alt,
.btn:focus .arr.alt,
.dyn #contact button.s2 .arr.alt {
	background-position: 199px center;
	opacity: 1;
}
.dyn #contact button.s2 .arr.alt {
	background: url(../assets/img/icon/tick.png) no-repeat 195px center;
}
.btn:hover .bg,
.btn:active .bg,
.btn:focus .bg,
.btn.sml:hover .bg,
.btn.sml:active .bg,
.btn.sml:focus .bg,
.dyn #contact button.s2 .bg {
	opacity: 1;
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.btn.file .arr {
	-o-transform: rotate(90deg) translate(-88px,-88px);
	-ms-transform: rotate(90deg) translate(-88px,-88px);
	-moz-transform: rotate(90deg) translate(-88px,-88px);
	-webkit-transform: rotate(90deg) translate(-88px,-88px);
	transform: rotate(90deg) translate(-88px,-88px);
}
.btn.sml,
.btn.sml .bg,
.btn.sml .arr,
.btn.sml .arr.alt {
	width: 55px;
	left: 0;
}
.btn.sml .text {
	display: none;
}
.btn.sml.top {
	position: fixed;
	right: 75px;
	bottom: 75px;
	left: auto;
	cursor: default;
	z-index: 1;
}
.btn.sml.top.s2 {
	cursor: pointer;
}
.btn.sml .bg {
	-o-transform: rotate(-35deg);
	-ms-transform: rotate(-35deg);
	-moz-transform: rotate(-35deg);
	-webkit-transform: rotate(-35deg);
	transform: rotate(-35deg);
}
.btn.sml .arr {
	background-position: 24px center;
}
.btn.sml:hover .arr,
.btn.sml:active .arr,
.btn.sml:focus .arr {
	background-position: 34px center;
}
.btn.sml .arr.alt {
	background-position: 14px center;
}
.btn.sml:hover .arr.alt,
.btn.sml:active .arr.alt,
.btn.sml:focus .arr.alt {
	background-position: 24px center;
}
.tile {
	overflow: hidden;
	position: relative;
	display: block;
	background: #fff;
	margin-bottom: 60px;
	padding: 60px 60px 40px;
}
.tile:hover,
.tile:active,
.tile:focus {
	-o-transform: scale(1.025);	
	-ms-transform: scale(1.025);	
	-moz-transform: scale(1.025);	
	-webkit-transform: scale(1.025);	
	transform: scale(1.025);
}
.tile:hover .img,
.tile:active .img,
.tile:focus .img {
	height: 340px;
	top: 0;
	right: 0;
	left: 0;
}
.tile:hover .date,
.tile:active .date,
.tile:focus .date {
	background-position: 10px center;
}
.tile .img {
	position: absolute;
	height: 350px;
	top: -10px;
	right: -10px;
	left: -10px;
	background-size: cover;
	background-position: center;
}
.tile h4,
.tile:visited h4 {
	color: #009cde;
}
.tile p,
.tile:visited p {
	color: #003087;
}
.tile hr {
	margin: 30px 0 15px;
}
.tile .date {
	background: url(../assets/img/icon/arr.png) no-repeat 0 center;
	text-align: right;
}
.panel {
	position: relative;
	width: 114px;
	height: 40px;
	margin: 0 auto;
	padding: 60px 0 120px;
}
.panel a {
	position: relative;
	float: left;
	width: 38px;
	height: 38px;
	margin-top: 0px;
	cursor: pointer;
	z-index: 2;
}
.panel a:last-of-type {
	margin-right: 0;
}
.panel hr {
	position: absolute;
	width: auto;
	height: 2px;
	left: 14px;
	right: 14px;
	margin-top: 18px;
	background: #003087;
	z-index: 1;
}
.nova {
	position: absolute;
	width: 20px;
	height: 20px;
	top: 59px;
	left: -1px;
	background: #fff;
	border: 10px solid #d9f0fa;
	border-radius: 50%;
	z-index: 0;
}
.dot {
	width: 8px;
	height: 8px;
	margin: 13px;
	background: #fff;
	border: 2px solid #003087;
	border-radius: 50%;
	text-indent: -9999em;
}
a:hover .dot,
a:active .dot,
a:focus .dot {
	width: 6px;
	height: 6px;
	border: 3px solid #003087;
}
.lblue {
	color: #009cde;
}
.clearfix {
	clear: both;
	display: block;
	width: 0;
	height: 0;
	margin: 0;
}
@media only screen and (max-width: 1850px) {
	#news-alt .tiles:nth-last-child(2) {
		display: none;
	}
}
@media only screen and (max-width: 1700px) {
	#menu .social .tiles:nth-of-type(3) {
		display: none;
	}
	#invest {
		padding: 120px 60px;
	}
	#members {
		overflow: hidden;
	}
	#members .container {
		float: none;
		width: 100%;
	}
	#members .container .subtitle {
		width: 440px;
		margin: 0 auto;
	}
	#members .tiles {
		float: none;
		margin: 0 auto;
	}
	#members .tile {
		margin: 0 60px 120px 0;
	}
}
@media only screen and (max-width: 1600px) {
	#papers {
		width: auto;
	}
	#news-alt {
		position: static;
		width: auto;
		right: auto;
		bottom: auto;
		padding: 240px 120px 0;
	}
	#news-alt h3,
	#news-alt .subtitle {
		margin: 0 60px 30px;
	}
	#news-alt .dot,
	#news-alt .nova,
	#news-alt .timeline {
		display: none;
	}
	#news-alt .tiles {
		float: left;
		width: 33.33%;
		margin: 0;
	}
	#news-alt .tile {
		margin: 0 30px 60px;
	}
	#news-alt .tiles:nth-last-child(2) {
		display: block;
	}
	#news-alt .tiles:last-of-type {
		width: 100%;
	}
	#news-alt .btn {
		display: block;
		margin: 0 auto;
	}
	#products #main .tile-lrg .img {
		background-size: 50%;
	}
	#products-single #main-alt .tile-sml:nth-of-type(4) {
		display: none;
	}
	#main .tile-sml,
	#main-alt .tile-sml {
		width: 33.33%;
	}
}
@media only screen and (max-width: 1450px) {
	#menu .social,
	#menu .links {
		width: 50%;
	}
	#menu .quick {
		display: none;
	}
}
@media only screen and (max-width: 1300px) {
	#intro .tiles {
		width: auto;
		margin: 0 60px;
	}
	#intro .tile,
	#intro .tile:nth-of-type(3) {
		width: 26.75%;
		margin: 0 3.125% 60px;
		padding: 220px 0 0 0;
	}
	#intro .tile hr {
		width: auto;
		margin: 30px 60px 15px;
	}
	#intro .tile p {
		height: 168px;
		margin: 0 60px 60px;
	}
	#members .tiles {
		width: 840px;
	}
	#members .tile {
		width: 120px;
	}
	#members .tile h4 {
		height: 56px;
	}
	#papers .tiles {
		width: auto;
		margin: 0 120px;
	}
	#papers .tile {
		width: 43.25%;
		margin: 0 3.125% 60px;
		padding: 300px 0 0 0;
	}
	#papers .tile:nth-of-type(2) {
		margin-left: 3.125%;
	}
	#papers .tile .img {
		height: 300px;
	}
	#papers .tile h4 {
		margin: 30px 60px;
	}
	#papers .tile p {
		margin: 0 60px;
	}
	#papers .tile hr {
		width: auto;
		margin: 30px 60px 15px;
	}
	#papers .tile p.date {
		margin: 0 60px 60px;
	}
	#news-alt {
		padding: 120px 15.5% 0;
	}
	#news-alt .tiles {
		width: 50%;
	}
	#news-alt .tiles:nth-of-type(3) {
		display: none;
	}
	#head img,
	#main img,
	#main-alt img {
		max-width: 100%;
		margin: 60px auto;
	}
	#technical-papers-single #main img,
	#news-single #main img {
		width: auto;
	}
	#main .tile-lrg,
	#main-alt .tile-lrg {
		width: 50%;
	}
	#cta .inner {
		width: 820px;
	}
	#cta p {
		display: none;
	}
	#cta .btn {
		margin-left: 60px;
	}
}
@media only screen and (max-width: 1200px) {
	#main .tile-sml,
	#main-alt .tile-sml {
		width: 50%;
	}
	#products-single #main .tiles {
		width: auto;
		margin: 0 60px;
	}
	#products-single #main .tile-sml {
		width: 50%;
	}
	#products-single #main .tile-sml:nth-of-type(4) {
		clear: both;
		width: 100%;
		margin-top: 60px;
	}
	#products-single #main-alt .tile-sml:nth-of-type(4) {
		display: none;
	}
}
@media only screen and (max-width: 1100px) {
	#nav {
		padding: 0 13px;
	}
	#menu .logo {
		left: 0;
	}
	#show .cta,
	.dyn #show .cta {
		max-width: 570px;
		right: 0;
		left: 0;
		margin: 19% auto 0;
		padding: 30px;
		text-align: center;
	}
	#show .cta .btn .text {
		text-align: left;
	}
	#show .cta .btn.ghost {
		display: none;
	}
	#intro .tiles {
		margin: 0 15.5%;
	}
	#intro .tile,
	#intro .tile:nth-of-type(3) {
		width: 50%;
		min-height: 0;
		margin: 0 0 60px 0;
		padding: 0 0 0 50%;
		background-position: 23.5% center;
	}
	#intro .tile hr {
		position: absolute;
		width: 2px;
		height: auto;
		top: 30px;
		right: 0;
		bottom: 30px;
		left: 0;
		margin: auto;
	}
	#intro .tile p {
		height: auto;
		margin: 0;
		padding: 60px;
		text-align: center;
	}
	#featured .subtitle {
		margin-bottom: 0;
	}
	#featured .show {
		height: 417px;
	}
	#featured .slide .img {
		width: 30%;
		margin-left: 16%;
		background: no-repeat 80% center;
		background-size: contain;
	}
	#featured .slide .buttons .btn {
		margin-top: 0;
	}
	#papers .tiles {
		margin: 0 60px;
	}
	#products-single #head {
		padding: 300px 18.75% 60px;
	}
	#products-single #head .panel {
		padding-bottom: 0;
	}
	.logo {
		left: 6.25%;
	}
	.logo a {
		width: 200px;
		left: 0;
	}
	.btn.sml.top {
		right: 30px;
		bottom: 30px;
	}
}
@media only screen and (max-width: 1000px) {
	#menu .social .tile {
		margin-left: 60px;
	}
	#menu .social .tiles:last-of-type {
		padding-left: 0;
	}
	#menu .social .dot,
	#menu .social .timeline,
	#menu .social .nova {
		display: none;
	}
	#menu .links a.s3 .text {
		padding-left: 60px;
	}
	#menu .links a.s3:hover .text,
	#menu .links a.s3:active .text,
	#menu .links a.s3:focus .text {
		padding-left: 70px;
	}
	#members .tiles {
		width: 780px;
	}
	#members .tile {
		width: 100px;
	}
	#members .tile p {
		display: none;
	}
	#foot {
		background-position: left 630px;
	}
	#foot .container {
		width: 560px;
	}
	#foot .container .col {
		float: left;
		width: 43.75%;
		margin-right: 6.25%;
	}
	#foot .container .col:first-of-type {
		float: none;
		width: 100%;
		margin: 0 0 60px;
	}
	#foot .container .col:first-of-type hr {
		display: none;
	}
	#foot .container .col:last-of-type {
		margin-right: 0;
		margin-left: 6.25%;
	}
}
@media only screen and (max-width: 900px) {
	#nav a:not(:first-child) {
		display: none;
	}
	#menu .social .tiles:nth-of-type(2) {
		display: none;
	}
	#intro p.wide {
		width: auto;
		margin: 0 60px 120px;
	}
	#intro .tiles {
		margin: 0 60px;
	}
	#news-alt {
		padding: 120px 30px 0;
	}
	#members .tiles {
		width: auto;
		margin: 0 60px;
	}
	#members .tile {
		width: 43.75%;
		margin: 0 3.125% 60px 3.125%;
		padding: 30px 0;
	}
	#members .tile:last-of-type {
		margin-bottom: 120px;
	}
	#members .tile h4 {
		margin: 0 30px;
	}
	#head {
		padding: 300px 18.75% 30px;
	}
	#products #main .tile-lrg .img {
		background-size: 150px;
	}
	#projects #main .tile,
	#main .tile-lrg .tile {
		padding-top: 195px;
	}
	#projects-single #main .tile-lrg a .img {
		width: 60%;
		height: 200px;
		max-width: 145px;
		background-size: contain;
	}
	#projects-single #main .tile {
		padding-top: 245px;
	}
	#investors #main .tile-sml a .img {
		width: 100%;
	}
	#projects-group #head .col,
	#projects-single #head .col {
		padding: 30px 0 60px;
	}
	#projects-group #head .col .btn,
	#projects-single #head .col .btn {
		display: block;
		margin: 30px auto 0;
	}
	#projects-group #head a.btn:last-of-type,
	#projects-single #head a.btn:last-of-type {
		margin-left: auto;
	}
	#contact #main h3 {
		width: auto;
		margin: 0 0 30px;
	}
	#contact #main {
		padding-right: 30px;
		padding-left: 30px;
	}
	#contact #main .tiles {
		margin: 0;
	}
	#contact #main h3 {
		font-size: 20px;
	}
	#main {
		padding: 60px 0 0;
	}
	#main .tiles,
	#main-alt .tiles {
		width: auto;
		margin: 0 30px;
	}
	#main .tile-lrg .tile .img {
		height: 175px;
	}
	#main .tile-lrg a:hover .img,
	#main .tile-lrg a:active .img,
	#main .tile-lrg a:focus .img {
		height: 165px;
	}
	#cta .inner {
		width: 520px;
	}
	#cta .btn.ghost {
		display: none;
	}
}
@media only screen and (max-width: 800px) {
	#menu .social {
		display: none;
	}
	#menu .links {
		width: 100%;
	}
	#contact .box {
		width: 100%;
		margin-bottom: 30px;
	}
	#contact .box-inner,
	#contact .box:nth-of-type(odd) .box-inner {
		right: 0;
		left: 0;
	}
	#products-single #main .vid {
		margin: 0;
	}
	#products-single #main .tile-sml {
		width: 100%;
		margin-top: 60px;
	}
	#products-single #main .tile-sml:first-of-type {
		margin-top: 0;
	}
	#products-single #main .tile-sml .tile {
		margin: 0;
	}
	#products-single #main .col {
		padding: 30px 0 60px;
	}
	#products-single #main .col .btn {
		display: block;
		margin: 30px auto 0;
	}
	#investors #main .tile h4 {
		height: 150px;
		font-size: 16px;
		line-height: 30px;
	}
}
@media only screen and (max-width: 700px) {
	#show .cta {
		width: auto;
		margin: 180px 60px;
	}
	#show .cta h2 {
		font-size: 35px;
		font-size: 8vw;
		line-height: 1.5em;
	}
	#show .cta p {
		font-size: 20px;
		line-height: 28px;
	}
	#show .cta .btn.alt {
		display: none;
	}
	#featured .show {
		height: 587px;
	}
	#featured .slide {
		width: auto;
		right: 120px;
		left: 120px;
	}
	#featured .slide .img,
	#featured .slide .info {
		width: 100%;
		margin: 0;
		padding: 0;
		background-position: center;
		background-size: 65% auto;
	}
	#featured .slide .info {
		height: auto;
	}
	#featured .slide .buttons {
		padding-top: 60px;
	}
	#featured .slide .buttons .btn {
		display: block;
		margin: 0 auto;
	}
	#featured .slide .buttons .btn.ghost {
		margin: 30px auto 0;
	}
	#papers .subtitle {
		width: auto;
		margin: 0 60px 120px;
	}
	#papers .tiles {
		margin: 0 60px;
	}
	#papers .tile {
		width: 100%;
		margin: 0 0 60px;
	}
	#papers .tile:nth-of-type(2) {
		display: none;
	}
	#news-alt .tiles {
		width: 100%;
	}
	#news-alt .tiles:nth-of-type(2) {
		display: none;
	}
	#products #main .tile-sml a .img {
		background-position: center;
		background-size: contain;
	}
	#foot .container {
		width: auto;
		margin: 0 60px;
	}
	#foot .copy {
		width: auto;
		margin: 0 60px;
	}
}
@media only screen and (max-width: 600px) {
	body {
		font-size: 12px;
	}
	h2 {
		font-size: 38px;
		line-height: 42px;
	}
	p,
	li {
		line-height: 24px;
	}
	#menu .links a .text {
		font-size: 14px;
		line-height: 2em;
	}
	#show .lang {
		display: none;
	}
	#intro .tiles {
		margin: 0 60px;
	}
	#intro .tile,
	#intro .tile:nth-of-type(3) {
		width: 70%;
		padding: 0 0 0 30%;
		background-position: 10% center;
		background-size: 15% auto;
	}
	#intro .tile hr {
		right: auto;
		left: 30%;
	}
	#intro .tile p {
		padding: 30px;
	}
	#featured .slide {
		right: 60px;
		left: 60px;
	}
	#featured .slide .img {
		height: 270px;
	}
	#invest p {
		width: auto;
		margin: 0 30px 60px;
	}
	#products-single #head,
	#head {
		padding-top: 160px;
	}
	#about #main .tile-lrg {
		width: 100%;
	}
	#products #main .tile-sml a .img,
	#products #main-alt .tile-sml a .img {
		right: 30px;
		left: 30px;
	}
	#products-single #main-alt h3 span,
	#products-single #main-alt .tile-sml:nth-of-type(2) {
		display: none;
	}
	#investors #main .tile h4 {
		height: auto;
	}
	#technical-papers-single #main .col,
	#news-single #main .col {
		padding-bottom: 60px;
	}
	#technical-papers-single #head .btn,
	#technical-papers-single #main .btn,
	#news-single #head .btn,
	#news-single #main .btn {
		display: block;
		margin: 0 auto 30px;
	}
	#technical-papers-single #main .btn,
	#news-single #main .btn {
		margin: 0 auto;
	}
	#technical-papers-single #head .btn:last-of-type,
	#news-single #head .btn:last-of-type {
		margin-left: auto;
	}
	#technical-papers-single #head .btn.sml,
	#technical-papers-single #main .btn.sml,
	#news-single #head .btn.sml,
	#news-single #main .btn.sml {
		display: none;
	}
	#technical-papers-single #main .btn.sml.top,
	#news-single #main .btn.sml.top {
		display: block;
	}
	#contact #head .container {
		max-width: auto;
		margin: 0;
	}
	#contact #main h3:nth-of-type(2),
	#contact #main h3:nth-of-type(3),
	#contact #main .tiles:nth-of-type(2),
	#contact #main .tiles:nth-of-type(3) {
		width: 100%;
	}
	#contact .row {
		margin-bottom: 15px;
	}
	#contact .row p {
		float: none;
		width: auto;
	}
	#contact .disabled-sml {
		display: none;
	}
	#contact .disabled-lrg {
		display: block;
	}
	#main .tile-sml,
	#main-alt .tile-sml,
	#main .tile-lrg,
	#main-alt .tile-lrg {
		width: 100%;
	}
	#cta .inner {
		width: auto;
		margin: 0 30px;
	}
	#cta h5 {
		float: none;
		width: 100%;
		margin-bottom: 30px;
		text-align: center;
	}
	#cta .btn {
		float: none;
		display: block;
		margin: 0 auto;
	}
	#foot {
		background-position: left 150%;
	}
	.btn .text {
		font-size: 14px;
	}
	.btn.sml.top {
		right: 10px;
		bottom: 10px;
	}
	.tile {
		padding: 30px 30px 30px;
	}
}
@media only screen and (max-width: 520px) {
	li {
		margin-left: 25%;
	}
	#menu .links a,
	#menu .links a:visited {
		margin: 0 30px 15px;
	}
	#menu .links a.s3 .arr {
		right: 60px;
	}
	#menu .links a.s3:hover .arr,
	#menu .links a.s3:active .arr,
	#menu .links a.s3:focus .arr {
		right: 50px;
	}
	#members .container h3 {
		margin: 0 30px 60px;
	}
	#members .container .subtitle {
		width: auto;
		margin: 0 60px;
	}
	#members .tile {
		width: 100%;
		margin: 0 0 60px 0;
	}
	#members .tile p {
		display: none;
	}
	#products-single #head .show {
		height: 200px;
	}
	#contact #head {
		padding-right: 60px;
		padding-left: 60px;
	}
}
@media only screen and (max-height: 1050px) {
	#menu .social .tiles:nth-of-type(3) {
		display: none;
	}
}
@media only screen and (max-height: 950px) {
	
}
@media only screen and (max-height: 900px) {
	#menu .social .tiles:nth-of-type(2) {
		display: none;
	}
	#menu .news {
		height: 100%;
	}
	#menu .news h3 {
		height: 25%;
	}
}
@media only screen and (max-height: 730px) {
	#menu .social .tiles:nth-of-type(1) {
		display: none;
	}
	#menu .social .tiles:last-of-type {
		padding-left: 0;
	}
	#menu .social .tiles .dot,
	#menu .social .tiles .timeline {
		display: none;
	}
	#menu .news h3 {
		height: 15%;
	}
	#show .cta,
	.dyn #show .cta {
		margin-top: 116px;
	}
	#show .lang {
		top: 658px;
		bottom: auto;
	}
}
@media only screen and (max-height: 600px) and (min-width: 800px) {
	#menu .social,
	#menu .links {
		width: 50%;
	}
	#menu .quick {
		display: none;
	}
}
button::-moz-focus-inner {
	border: 0;
}
::selection {
	background: #009cde;
	color: #fff;
}
::-webkit-scrollbar {
	width: 10px;
	height: 10px;
	background: #fff;
}
::-webkit-scrollbar-thumb {
	background: #009cde;
}
::-webkit-scrollbar-corner {
	background: #fff;
}