a,
abbr,
acronym,
address,
applet,
big,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline
}

:focus {
	outline: 0
}

body {
	line-height: 1;
	color: #000;
	background: #fff
}

ol,
ul {
	list-style: none
}

table {
	border-collapse: separate;
	border-spacing: 0
}

caption,
td,
th {
	text-align: left;
	font-weight: 400
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: ""
}

blockquote,
q {
	quotes: "" ""
}

input,
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-background-clip: padding;
	-moz-background-clip: padding;
	background-clip: padding-box;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	-webkit-appearance: none;
	background-color: #fff;
	color: #000;
	outline: 0;
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 1em;
	font-family: inherit;
	height: 1em;
	vertical-align: middle;
	border: 0;
	color: inherit
}

select {
	background: #fff;
	padding: 0;
	font-size: 1em
}

@font-face {
	font-family: din;
	src: url(../fonts/din-regular.woff) format('woff'), url(../fonts/din-regular.svg) format('svg');
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: din;
	src: url(../fonts/din-medium.woff) format('woff'), url(../fonts/din-medium.svg) format('svg');
	font-weight: 500;
	font-style: normal
}

@font-face {
	font-family: din;
	src: url(../fonts/din-bold.woff) format('woff'), url(../fonts/din-bold.svg) format('svg');
	font-weight: 700;
	font-style: normal
}

@font-face {
	font-family: abril;
	src: url(../fonts/abril-regular.woff) format('woff'), url(../fonts/abril-regular.svg) format('svg');
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: abril;
	src: url(../fonts/abril-italic.woff) format('woff'), url(../fonts/abril-italic.svg) format('svg');
	font-weight: 400;
	font-style: italic
}

@font-face {
	font-family: abril;
	src: url(../fonts/abril-bold.woff) format('woff'), url(../fonts/abril-bold.svg) format('svg');
	font-weight: 700;
	font-style: normal
}

@font-face {
	font-family: abril-display;
	src: url(../fonts/abril-display-italic.woff) format('woff'), url(../fonts/abril-display-italic.svg) format('svg');
	font-weight: 400;
	font-style: italic
}

@font-face {
	font-family: proximanova;
	src: url(../fonts/proximanova.woff) format('woff'), url(../fonts/proximanova.svg) format('svg');
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: proximanova;
	src: url(../fonts/proximanova-semibold.woff) format('woff'), url(../fonts/proximanova-semibold.svg) format('svg');
	font-weight: 500;
	font-style: normal
}

@font-face {
	font-family: proximanova;
	src: url(../fonts/proximanova-bold.woff) format('woff'), url(../fonts/proximanova-bold.svg) format('svg');
	font-weight: 700;
	font-style: normal
}

body,
html {
	font-family: din, proximanova, sans-serif;
	font-size: 17px;
	line-height: 1.45;
	background-color: #fff;
	color: #1e1f22;
	width: 100%;
	height: auto;
	min-height: 100%;
	-ms-content-zooming: none;
	content-zooming: none
}

.noTouchAction {
	-ms-touch-action: none;
	touch-action: none
}

a {
	color: #ffce00
}

.darkPage {
	background: #18191b;
	color: #f1f3ef
}

.darkPage h1,
.darkPage h2,
.darkPage h3,
.darkPage h4 {
	color: #fff
}

.darkPage .content h1,
.darkPage .content h2,
.darkPage .content h3,
.darkPage .content h4 {
	color: #fff
}

.navBody {
	padding-top: 46px;
	padding-bottom: 40px
}

.subnavBody {
	padding-top: 100px;
	padding-bottom: 40px
}

.navBody.contentBody {
	padding-top: 70px;
	padding-bottom: 88px
}

.subnavBody.contentBody {
	padding-top: 124px;
	padding-bottom: 88px
}

.button {
	border-radius: 3px;
	background-clip: padding-box;
	-webkit-transition: all .1s;
	-moz-transition: all .1s;
	-ms-transition: all .1s;
	-o-transition: all .1s;
	transition: all .1s;
	position: relative;
	display: inline-block;
	padding: 2px 16px 0 16px;
	color: #fff;
	font-family: din, proximanova, sans-serif;
	font-weight: 700;
	font-size: 11px;
	line-height: 21px;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer
}

.button.orange {
	background: #ffce00
}

.button.blue {
	background: #00a5ff
}

.button.gray {
	background: #a9acaf;
	color: #000!important
}

.button:hover {
	background: #000000;
	color: #fff!important
}

.buttonLink {
	border-radius: 2px;
	background-clip: padding-box;
	display: inline-block;
	margin-top: 2em;
	padding: .45em 1em .5em 1em;
	background: #000000;
	border: none;
	border: none!important;
	color: #191919;
	font-weight: 700;
	font-size: .6em;
	line-height: 1;
	white-space: nowrap;
	text-decoration: none;
	text-transform: uppercase
}

.buttonLink:hover {
	background: #000000
}

.button2Link {
	border-radius: 3px;
	background-clip: padding-box;
	display: inline-block;
	margin-top: 2em;
	padding: .675em 1.5em .75em 1.5em;
	background: #000000;
	border: none;
	border: none!important;
	color: #fff;
	font-weight: 700;
	font-size: .9em;
	line-height: 1;
	white-space: nowrap;
	text-decoration: none;
	text-transform: uppercase
}

.button2Link:hover {
	background: #00a5ff
}

.actionLink {
	border-radius: 2px;
	background-clip: padding-box;
	position: relative;
	top: -1px;
	display: inline;
	margin-left: 1em;
	padding: .25em .75em;
	background: #ffce00;
	border: none;
	border: none!important;
	color: #fff!important;
	font-family: din, proximanova, sans-serif;
	font-weight: 700;
	font-size: .6em;
	line-height: 1;
	white-space: nowrap;
	text-decoration: none;
	text-transform: uppercase
}

.actionLink:hover {
	background: #ffce00
}

.actionLink2 {
	border-radius: 2px;
	background-clip: padding-box;
	position: relative;
	top: -1px;
	display: inline;
	padding: .25em .75em;
	background: #ffce00;
	border: none;
	border: none!important;
	color: #fff!important;
	font-family: din, proximanova, sans-serif;
	font-weight: 700;
	font-size: .6em;
	line-height: 1;
	white-space: nowrap;
	text-decoration: none;
	text-transform: uppercase
}

.actionLink2:hover {
	background: #ffce00
}

.clear {
	clear: both
}

.loader {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100px;
	height: 100px;
	margin-top: -50px;
	margin-left: -50px;
	color: #c0c3c5;
	font-weight: 700;
	font-size: 11px;
	text-align: center;
	text-transform: uppercase
}

.spinner {
	width: 40px;
	height: 40px;
	margin: auto;
	margin-bottom: 10px;
	background-color: #fff;
	-webkit-animation: rotateplane 1.2s infinite ease-in-out;
	animation: rotateplane 1.2s infinite ease-in-out
}

.loader.stop .spinner {
	-webkit-animation: none;
	animation: none
}

@-webkit-keyframes rotateplane {
	0% {
		-webkit-transform: perspective(120px)
	}
	24% {
		background-color: #fff
	}
	25% {
		background-color: #ffce00
	}
	50% {
		-webkit-transform: perspective(120px) rotateY(180deg)
	}
	74% {
		background-color: #ffce00
	}
	75% {
		background-color: #fff
	}
	100% {
		-webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
	}
}

@keyframes rotateplane {
	0% {
		-webkit-transform: perspective(120px) rotateX(0) rotateY(0);
		transform: perspective(120px) rotateX(0) rotateY(0)
	}
	24% {
		background-color: #fff
	}
	25% {
		background-color: #ffce00
	}
	50% {
		-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
		transform: perspective(120px) rotateX(-180.1deg) rotateY(0)
	}
	74% {
		background-color: #ffce00
	}
	75% {
		background-color: #fff
	}
	100% {
		-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
		transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
	}
}

.tile {
	background-color: #2c2f33;
	position: absolute;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	display: block;
	outline: 0
}

.tileBar {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 140px;
	padding: 4px 6px;
	text-transform: uppercase;
	font-size: 11px;
	color: #ddd;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .8)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8))
}

.tileInfo {
	position: absolute;
	left: 15px;
	bottom: 15px;
	text-transform: none;
	font-size: 14px;
	color: rgba(255, 255, 255, .7);
	line-height: 1
}

.tileTime {
	color: #fff;
	font-weight: 700;
	margin-right: 2px;
	line-height: 1
}

.tileName {
	font-family: abril, georgia, serif;
	text-decoration: none;
	font-size: 24px;
	color: #fff;
	margin: 4px 0 6px 0;
	line-height: 1
}

.tileCountry {
	text-transform: none
}

.tileBg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: none;
	outline: 0;
	opacity: 0
}

.tileDesc {
	-webkit-transition: all .3s cubic-bezier(.455, .03, .515, .955);
	-moz-transition: all .3s cubic-bezier(.455, .03, .515, .955);
	-ms-transition: all .3s cubic-bezier(.455, .03, .515, .955);
	-o-transition: all .3s cubic-bezier(.455, .03, .515, .955);
	transition: all .3s cubic-bezier(.455, .03, .515, .955);
	position: relative;
	top: 10px;
	max-width: 600px;
	height: 8px;
	padding-right: 30px;
	opacity: 0;
	line-height: 1.2
}

.tile500 {
	background-image: url(../images/sprite.png);
	background-position: 0 -427px;
	width: 59px;
	height: 42px;
	position: absolute;
	right: 10px;
	top: 10px;
	-webkit-transition: opacity .3s cubic-bezier(.455, .03, .515, .955);
	-moz-transition: opacity .3s cubic-bezier(.455, .03, .515, .955);
	-ms-transition: opacity .3s cubic-bezier(.455, .03, .515, .955);
	-o-transition: opacity .3s cubic-bezier(.455, .03, .515, .955);
	transition: opacity .3s cubic-bezier(.455, .03, .515, .955);
	opacity: 0
}

.tileInProduction {
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: opacity .3s cubic-bezier(.455, .03, .515, .955);
	-moz-transition: opacity .3s cubic-bezier(.455, .03, .515, .955);
	-ms-transition: opacity .3s cubic-bezier(.455, .03, .515, .955);
	-o-transition: opacity .3s cubic-bezier(.455, .03, .515, .955);
	transition: opacity .3s cubic-bezier(.455, .03, .515, .955);
	background: #474c53;
	color: rgba(255, 255, 255, .701961);
	padding: 5px 10px;
	font-size: 14px;
	opacity: 0
}

.tile:hover .tileDesc {
	-webkit-transition: all .3s cubic-bezier(.455, .03, .515, .955);
	-moz-transition: all .3s cubic-bezier(.455, .03, .515, .955);
	-ms-transition: all .3s cubic-bezier(.455, .03, .515, .955);
	-o-transition: all .3s cubic-bezier(.455, .03, .515, .955);
	transition: all .3s cubic-bezier(.455, .03, .515, .955);
	top: 0;
	height: 36px;
	opacity: 1
}

.tile:hover .tile500 {
	opacity: 1
}

.tile:hover .tileInProduction {
	opacity: .8
}

.titleSmall {
	font-family: abril, georgia, serif;
	font-weight: 300
}

.titleUppercase {
	text-transform: uppercase
}

.content .list-bullets {
	padding-left: 1em;
	list-style: initial
}

.content .image-caption {
	width: 100%;
	color: #787c81;
	font-family: din, proximanova, sans-serif;
	font-size: .8em
}

.content .publish-author {
	color: #3f444a;
	font-family: din, proximanova, sans-serif;
	font-weight: 700;
	font-size: .75em;
	text-transform: uppercase
}

.content .publish-date {
	color: #787c81;
	font-family: din, proximanova, sans-serif;
	font-weight: 700;
	font-size: .7em;
	text-transform: uppercase
}

#errorPage {
	padding-right: 40px;
	padding-left: 40px
}

#errorPage h1 {
	font-size: 48px;
	font-family: abril, georgia, serif
}

#mapContainer {
	width: 100%;
	height: 100%
}

.mapHotspotNonProject {
	width: auto;
	min-width: 250px;
	padding: 30px
}

.mapHotspotNonProject h3 {
	font-family: abril, georgia, serif;
	padding-bottom: 10px;
	font-size: 22px
}

.mapHotspotNonProject p {
	font-family: proximanova, sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: 400
}

.mapHotspotDataCircle {
	width: 550px
}

.row .unit.extraRightPadding {
	padding-right: 1.25em
}

.row .unit.extraLeftPadding {
	padding-left: 1.25em
}

.onoffswitch {
	position: relative;
	width: 60px;
	display: inline-block;
	vertical-align: middle;
	margin-left: -5px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none
}

.onoffswitch-checkbox {
	display: none
}

.onoffswitch-label {
	display: block;
	overflow: hidden;
	cursor: pointer;
	border-radius: 3px
}

.onoffswitch-inner {
	display: block;
	width: 200%;
	margin-left: -100%;
	-moz-transition: margin .3s ease-in 0s;
	-webkit-transition: margin .3s ease-in 0s;
	-o-transition: margin .3s ease-in 0s;
	transition: margin .3s ease-in 0s
}

.onoffswitch-inner:after,
.onoffswitch-inner:before {
	display: block;
	float: left;
	width: 50%;
	height: 25px;
	padding: 0;
	line-height: 25px;
	font-size: .9em;
	color: #fff;
	font-family: Trebuchet, Arial, sans-serif;
	font-weight: 700;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.onoffswitch-inner:before {
	content: "ON";
	padding-left: 10px;
	background-color: #f60;
	color: #fff
}

.onoffswitch-inner:after {
	content: "OFF";
	padding-right: 10px;
	background-color: #8f8d8d;
	color: #fff;
	text-align: right
}

.onoffswitch-switch {
	display: block;
	width: 10px;
	margin: 8px;
	background: #fff;
	border: 2px solid #696464;
	border-radius: 20px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 36px;
	-moz-transition: all .3s ease-in 0s;
	-webkit-transition: all .3s ease-in 0s;
	-o-transition: all .3s ease-in 0s;
	transition: all .3s ease-in 0s
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner {
	margin-left: 0
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
	right: 0
}

.content {
	box-sizing: border-box;
	position: relative;
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	font-family: proximanova, sans-serif;
	font-size: 18px;
	line-height: 1.4
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5 {
	margin: .8em 0;
	font-family: abril, georgia, serif;
	font-weight: 400;
	line-height: 1.1
}

.content h2 {
	margin: .4em 0;
	color: #3f444a;
	font-size: 3.7em
}

.content h1 {
	font-size: 2.8em
}

.content h3 {
	font-family: proximanova, sans-serif;
	font-weight: 700;
	font-size: 1.15em
}

.content h4 {
	font-size: 1.7em
}


.content h5 {
	margin: .5em 0;
	font-family: proximanova, sans-serif;
	font-weight: 700;
	font-size: .9em;
	text-transform: uppercase
}

.content p {
	margin-bottom: 1em
}

.content a {
	-webkit-transition: color .2s;
	-moz-transition: color .2s;
	-ms-transition: color .2s;
	-o-transition: color .2s;
	transition: color .2s;
	color: #000000;
	text-decoration: none;
	font-weight: 500
}

.content a:hover {
	color: #000000
}

.content hr {
	position: relative;
	clear: both;
	width: 30%;
	height: 2px;
	margin: 4em auto 1.75em auto;
	padding: 0;
	border: none;
	border-bottom: 2px dotted #c0c3c5
}

.content .accent {
	color: #ffce00
}

.content .no-margin {
	margin: 0
}

.content .align-top-h1 {
	margin-top: 2.5em
}

.content strong,
.content strong a {
	font-weight: 700
}

.content aside {
	border-radius: 6px;
	background-clip: padding-box;
	padding: 1.5em;
	background: #f1f3ef
}

.content ol {
	margin-bottom: 1em;
	padding-left: 3em;
	list-style: decimal;
	text-align: left
}

.content ol li {
	margin-bottom: .5em
}

.content .subhead {
	color: #3f444a;
	font-family: din, proximanova, sans-serif;
	font-size: 1.2em
}

.content .prominent {
	width: 90%;
	max-width: 840px;
	margin: 2em auto;
	font-family: din, proximanova, sans-serif;
	font-size: 1.2em;
	line-height: 1.8;
	text-align: center
}

.content .prominent h1,
.content .prominent h2,
.content .prominent h3,
.content .prominent h4 {
	font-family: abril, georgia, serif;
	text-align: center
}

.content .newsletter {
	width: 90%;
	max-width: 840px;
	margin: 2em auto;
	font-family: din, proximanova, sans-serif;
	font-size: 1.2em;
	line-height: 1.8
}

.content .newsletter h1,
.content .newsletter h2,
.content .newsletter h3,
.content .newsletter h4 {
	font-family: abril, georgia, serif
}

.content .buttonLink {
	margin: 0 0 2em 0;
	color: #fff;
	cursor: pointer
}

.content .buttonLink:hover {
	color: #fff
}

.content .button2Link {
	margin: 0 0 2em 0;
	color: #fff;
	cursor: pointer
}

.content .button2Link:hover {
	color: #fff
}

.content .smaller {
	font-size: .85em
}

@media only screen and (max-width:1140px) {
	.content hr {
		margin: 4em auto 1.75em auto
	}
}

@media only screen and (max-width:960px) {
	.content {
		font-size: 16px
	}
	.content hr {
		margin: 3em auto 1.25em auto
	}
}

@media only screen and (max-width:640px) {
	.content .align-top-h1 {
		margin-top: 0
	}
}

@media only screen and (max-width:360px) {
	.content {
		font-size: 13px
	}
}

.row {
	width: 100%;
	position: relative;
	display: block;
	clear: both
}

.row:after,
.row:before {
	content: '';
	display: table;
	line-height: 0
}

.row:after {
	clear: both
}

.row .unit {
	box-sizing: border-box;
	float: left;
	width: 100%;
	padding: 10px;
	position: relative
}

.row .unit:first-child {
	padding-left: 20px
}

.row .unit:last-child {
	padding-right: 20px
}

.row .unit .row:first-child>.unit {
	padding-top: 0
}

.row .unit .row:last-child>.unit {
	padding-bottom: 0
}

.row .unit img {
	max-width: 100%
}

.row .whole {
	width: 100%
}

.row .half {
	width: 50%
}

.row .one-third {
	width: 33.33333333%
}

.row .two-thirds {
	width: 66.66666667%
}

.row .one-fourth {
	width: 25%
}

.row .one-quarter {
	width: 25%
}

.row .three-fourths {
	width: 75%
}

.row .three-quarters {
	width: 75%
}

.row .one-fifth {
	width: 20%
}

.row .two-fifths {
	width: 40%
}

.row .three-fifths {
	width: 60%
}

.row .four-fifths {
	width: 80%
}

.row .one-fifth {
	width: 20%
}

.row .golden-small {
	width: 38.2716%
}

.row .golden-large {
	width: 61.7283%
}

.row .no-gutters .unit,
.row .unit.no-gutters {
	padding: 0!important
}

.row .align-center {
	text-align: center
}

.row .align-left {
	text-align: left
}

.row .align-right {
	text-align: right
}

.row .pull-left {
	float: left
}

.row .pull-right {
	float: right
}

@media screen and (max-width:640px) {
	#filtersRight:before {
		content: none!important
	}
	#filters .customDropdown:last-child {
		margin-left: 0!important
	}
	.unit .row .unit {
		padding-left: 0;
		padding-right: 0
	}
	.center-on-mobile {
		text-align: center!important
	}
	.hide-on-mobile {
		display: none!important
	}
}

@media only screen and (max-width:1390px) {
	#filtersLeft {
		width: 40%!important
	}
	#filtersRight {
		width: 60%!important
	}
}

@media only screen and (max-width:770px) {
	#filtersLeft {
		width: 30%!important
	}
	#filtersRight {
		width: 70%!important
	}
	#projectSearch {
		padding: 0 10px 0 20px!important
	}
}

#topNav {
	box-sizing: border-box;
	position: fixed;
	top: 0;
	right: 0;
	bottom: auto;
	left: 0;
	background-image: -webkit-linear-gradient(bottom, #3f444a, #303439);
	background-image: linear-gradient(to bottom, #3f444a, #303439);
	z-index: 90;
	height: 46px;
	padding-left: 120px;
	background-color: #373c42;
	background-repeat: repeat;
	border-bottom: 1px solid #232629;
	font-weight: 500;
	font-size: 13px;
	text-transform: uppercase
}

#topNavRight {
	position: absolute;
	right: 10px;
	top: 0;
	min-width: 300px
}

#topNavRight .topNavButton,
#topNavRight .topNavLink {
	float: right
}

.topNavButton {
	position: relative;
	top: 10px;
	margin: 0 4px;
	padding: 2px 18px 1px 18px;
	background: rgba(192, 195, 197, .4);
	color: #191919;
	font-size: 11px
}

.topNavButton:hover {
	background: #ffce00
}

.topNavButton .open {
	color: #191919
}

.topNavLink {
	box-sizing: border-box;
	-webkit-transition: color .2s;
	-moz-transition: color .2s;
	-ms-transition: color .2s;
	-o-transition: color .2s;
	transition: color .2s;
	display: block;
	float: left;
	height: 50px;
	padding: 14px 15px 0 15px;
	color: #c0c3c5;
	text-decoration: none
}

.topNavLink:hover {
	color: #fff
}

.topNavLink.selected {
	color: #fff
}

#topNavHome {
	position: absolute;
	left: 0;
	bottom: 0;
	background-image: url(../images/sprite.png);
	background-position: -111px -353px;
	width: 123px;
	height: 50px;
	display: block;
	padding: 0
}

#topNavHome:hover {
	background-image: url(../images/sprite.png);
	background-position: -254px -353px;
	width: 123px;
	height: 50px
}

#topNavHomeTextImage {
	position: absolute;
	left: 10px;
	top: 50%;
	height: 40px;
	margin-top: -18px
}

#topNavMenuOverlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: 0 0;
	display: none
}

#topNavHomeText {
	display: none
}

#topNavMenuToggle,
#topNavSubNavHeader {
	display: none
}

#topNavDonate {
	display: none
}

#share.open {
	background-color: #ffce00!important
}

#shareOverlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	background: 0 0
}

#sharePopup {
	-webkit-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, .5);
	box-shadow: 0 3px 12px 0 rgba(0, 0, 0, .5);
	border-radius: 3px;
	background-clip: padding-box;
	position: absolute;
	right: -37px;
	top: 32px;
	display: none;
	width: 145px;
	background: rgba(42, 44, 49, .8);
	font-size: 0
}

#sharePopup:before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 9.5px 14px 9.5px;
	border-color: transparent transparent rgba(42, 44, 49, .8) transparent;
	position: absolute;
	left: 50%;
	top: -14px;
	content: '';
	margin-left: -9px
}

#shareMessage {
	padding: 16px 8px;
	font-size: 11px;
	text-align: center
}

.shareButton {
	box-sizing: border-box;
	border-radius: 2px;
	background-clip: padding-box;
	position: relative;
	display: inline-block;
	width: 50px;
	height: 50px;
	margin: 0 0 15px 15px;
	padding: 0;
	background: #fff;
	font-size: 0;
	white-space: nowrap
}

.shareButton:after {
	position: absolute;
	left: 50%;
	top: 50%;
	content: ''
}

#shareFacebook {
	background: #36619a
}

#shareFacebook:after {
	background-image: url(../images/sprite.png);
	background-position: -565px -212px;
	width: 16px;
	height: 29px;
	margin-top: -14.5px;
	margin-left: -8px
}

#shareFacebook:hover {
	background-color: #06469c
}

#shareTwitter {
	background: #4c98d4
}

#shareTwitter:after {
	background-image: url(../images/sprite.png);
	background-position: -565px -354px;
	width: 29px;
	height: 25px;
	margin-top: -12.5px;
	margin-left: -14.5px
}

#shareTwitter:hover {
	background-color: #0086f0
}

#topNavArchiveLink {
	display: none;
	position: relative;
	top: 0;
	line-height: 1;
	text-align: right
}

#topNavArchiveLink .topNavLinkSubText {
	display: none;
	font-size: .65em
}

#topNavArchiveLink:before {
	background-image: url(../images/sprite.png);
	background-position: -386px -542px;
	width: 14px;
	height: 13px;
	content: '';
	display: inline-block;
	margin-right: 1px
}

#home #topNav {
	box-sizing: border-box;
	background-image: -webkit-linear-gradient(right, #02060a 25%, rgba(2, 6, 10, .5) 65%, rgba(2, 6, 10, .2));
	background-image: linear-gradient(to right, #02060a 25%, rgba(2, 6, 10, .5) 65%, rgba(2, 6, 10, .2));
	border-bottom: none;
	background-color: transparent
}

#home #topNav .topNavLink:hover {
	color: #fff
}

.subNav {
	position: fixed;
	top: 0px;
	right: 0;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
	font-size: 0;
	z-index: 80;
	height: 50px;
	background-color: #02060a;
	color: #ffffff;
	text-align: center;
	white-space: nowrap;
}

.subNav h1 {
	box-sizing: border-box;
	position: relative;
	top: -1px;
	display: inline-block;
	max-width: 100%;
	height: 50px;
	max-height: 50px;
	margin: 0;
	padding: 0;
	padding-right: 30px;
	overflow: hidden;
	font-family: abril, georgia, serif;
	font-size: 22px;
	line-height: 50px;
	vertical-align: middle;
	white-space: nowrap;
	text-overflow: ellipsis
}

.subNav h1:after {
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: auto;
	content: '';
	z-index: 80;
	width: 1px;
	background: #85888d
}

.subNav h1 a,
.subNav>a {
	-webkit-transition: color .2s;
	-moz-transition: color .2s;
	-ms-transition: color .2s;
	-o-transition: color .2s;
	transition: color .2s;
	text-decoration: none
}

.subNav>a {
	position: relative;
	display: inline-block;
	height: 50px;
	max-height: 50px;
	padding: 0 10px;
	font-weight: 500;
	font-size: 13px;
	line-height: 50px;
	vertical-align: middle;
	text-transform: uppercase
}

.subNav>a:after {
	position: absolute;
	top: auto;
	right: 10px;
	bottom: 0;
	left: 10px;
	content: '';
	height: 5px;
	background: #00a5ff;
	opacity: 0
}

.subNav  .subNavTitle >a.selected:after {
	opacity: 1
}

.subNav .subNavTitle >a:after {
	position: absolute;
	top: auto;
	right: 10px;
	bottom: 0;
	left: 10px;
	content: '';
	height: 5px;
	background: #00a5ff;
	opacity: 0
}

.subNav>a.selected:after {
	opacity: 1
}

.subNav h1 a:hover,
.subNav>a:hover {
	color: #ffffff
}

.subNav h1 a.selected,
.subNav>a.selected {
	color: #ffffff
}

.subNav h1 a {
	color: #474c53
}

.subNav>a {
	color: #fff
}

.subNav .subNavLongName {
	display: block
}

.subNav .subNavShortName {
	display: none
}

#projectNav,
.darkPage .subNav {
	background-color: #232629;
	color: #a9acaf
}

#projectNav h2 a:hover,
#projectNav>a:hover,
.darkPage .subNav h2 a:hover,
.darkPage .subNav>a:hover {
	color: #fff
}

#projectNav h2 a.selected,
#projectNav>a.selected,
.darkPage .subNav h2 a.selected,
.darkPage .subNav>a.selected {
	color: #fff
}

#projectNav h2 a,
.darkPage .subNav h2 a {
	color: #a9acaf
}

#projectNav>a,
.darkPage .subNav>a {
	color: #a9acaf
}

#projectNav {
	background-color: #373c42
}

#about #topNav {
	border-bottom: 1px solid #02060a
}

#about .subNav {
	background-color: rgba(29, 31, 35, .95)
}

#footer {
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-webkit-user-drag: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	user-drag: none;
	position: fixed;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 85;
	height: 40px;
	padding-top: 10px;
	padding-left: 10px;
	background-color: #020202;
	color: #85888d;
	font-family: proximanova, sans-serif;
	font-weight: 500;
	font-size: 13px
}

#footer a {
	color: #85888d
}

#footer a:hover {
	color: #fff
}

#footerRight {
	position: absolute;
	right: 10px;
	top: 0
}

#footerBreak {
	display: none
}

#footerDonate {
	position: relative;
	top: 8px;
	float: right
}

.footerIcon {
	text-indent: -9999px;
	-webkit-transition: opacity .2s;
	-moz-transition: opacity .2s;
	-ms-transition: opacity .2s;
	-o-transition: opacity .2s;
	transition: opacity .2s;
	position: relative;
	top: -4px;
	display: inline-block;
	opacity: .65
}

.footerIcon:hover {
	opacity: 1
}

#footerIE {
	display: none
}

#home #footer {
	position: absolute;
	top: 8px;
	right: 20px;
	bottom: auto;
	left: auto;
	height: auto;
	padding: 0;
	background: 0 0;
	font-size: 11px;
	line-height: 16px;
	text-align: right
}

#home #footer .footerIcon {
	text-indent: 9999px
}

#home #footer #footerSocial {
	top: 0;
	right: 0
}

#home #footer #footerLinks {
	position: relative;
	top: 35px
}

#home #footer #footerBreak {
	display: block
}

#home #footer #footerDonate {
	top: 4px;
	right: -8px
}

#resInd,
.resDot {
	display: none
}

.debug #resInd {
	position: absolute;
	left: 10px;
	bottom: 40%;
	border-radius: 4px;
	background-clip: padding-box;
	z-index: 10000;
	padding: 10px;
	background: rgba(2, 6, 10, .9);
	display: block
}

.debug .resDot {
	border-radius: 50%;
	background-clip: padding-box;
	width: 8px;
	height: 8px;
	background: rgba(255, 255, 255, .2);
	border: 2px solid #fff;
	display: inline-block;
	margin: 4px;
	display: block
}

.nano {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden
}

.nano>.nano-content {
	position: absolute;
	overflow: scroll;
	overflow-x: hidden;
	top: 25px;
	right: 0;
	bottom: 0;
	left: 0
}

.nano>.nano-content:focus {
	outline: thin dotted
}

.nano>.nano-content::-webkit-scrollbar {
	visibility: hidden
}

.has-scrollbar>.nano-content::-webkit-scrollbar {
	visibility: visible
}

.nano>.nano-pane {
	background: 0 0;
	position: absolute;
	width: 14px;
	right: 0;
	top: 10px;
	bottom: 10px;
	opacity: .01;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px
}

.nano>.nano-pane>.nano-slider {
	background: rgba(133, 136, 141, .5);
	position: relative;
	margin: 0 6px 0 2px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px
}

.nano-pane.active,
.nano-pane.flashed,
.nano:hover>.nano-pane {
	opacity: .99
}

#home {
	overflow: hidden
}

#homeSlider {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 85px;
	left: 0
}

#homeSliderSelectors {
	position: absolute;
	left: 50px;
	top: 50px;
	z-index: 2
}

.videoScrubber {
	cursor: ew-resize
}

.homeSliderSelector {
	-webkit-transition: opacity .2s;
	-moz-transition: opacity .2s;
	-ms-transition: opacity .2s;
	-o-transition: opacity .2s;
	transition: opacity .2s;
	position: relative;
	float: left;
	width: 46px;
	height: 45px;
	background: 0 0;
	opacity: .4;
	cursor: pointer
}

.homeSliderSelector:after {
	position: absolute;
	left: 0;
	top: 20px;
	content: '';
	width: 40px;
	height: 5px;
	background: #fff
}

.homeSliderSelector:hover {
	opacity: .75
}

.homeSliderSelector.selected {
	opacity: 1
}

#homeSliderBackgrounds {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden
}

.homeSliderBackgroundItem {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	overflow: hidden;
	opacity: 0
}

.homeSliderBackgroundItem .homeSliderBackgroundImage {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-position: center center;
	background-size: cover
}

.homeSliderBackgroundItem .homeSliderBackgroundPoster {
	display: none
}

.homeSliderBackgroundItem .homeSliderBackgroundVideo {
	position: absolute;
	left: 0;
	top: 0
}

.homeSliderBackgroundItem.selected .homeSliderBackgroundImage {
	-webkit-transition: -webkit-transform 10s cubic-bezier(.39, .575, .565, 1);
	-moz-transition: -moz-transform 10s cubic-bezier(.39, .575, .565, 1);
	-ms-transition: -ms-transform 10s cubic-bezier(.39, .575, .565, 1);
	-o-transition: -o-transform 10s cubic-bezier(.39, .575, .565, 1);
	transition: transform 10s cubic-bezier(.39, .575, .565, 1);
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15)
}

#homeSliderContent {
	background-image: -o-linear-gradient(top, rgba(2, 6, 10, 0) 0, rgba(2, 6, 10, .65) 50%, rgba(2, 6, 10, .95) 100%);
	background-image: -moz-linear-gradient(top, rgba(2, 6, 10, 0) 0, rgba(2, 6, 10, .65) 50%, rgba(2, 6, 10, .95) 100%);
	background-image: -webkit-linear-gradient(top, rgba(2, 6, 10, 0) 0, rgba(2, 6, 10, .65) 50%, rgba(2, 6, 10, .95) 100%);
	background-image: -ms-linear-gradient(top, rgba(2, 6, 10, 0) 0, rgba(2, 6, 10, .65) 50%, rgba(2, 6, 10, .95) 100%);
	background-image: linear-gradient(top, rgba(2, 6, 10, 0) 0, rgba(2, 6, 10, .65) 50%, rgba(2, 6, 10, .95) 100%);
	position: absolute;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
	font-size: 20px
}

@media only screen and (max-height:920px) {
	#homeSliderContent {
		font-size: 18px!important
	}
}

@media only screen and (max-height:800px) {
	#homeSliderContent {
		font-size: 16px!important
	}
}

@media only screen and (max-height:640px) {
	#homeSliderContent {
		font-size: 15px!important
	}
}

@media only screen and (max-height:480px) {
	#homeSliderContent {
		font-size: 13px!important
	}
}

#homeSliderContentWrapper {
	width: 100%;
	overflow: hidden
}

#homeSliderContentItems {
	width: 100%;
	height: 20em;
	overflow: hidden;
	opacity: 0
}

.homeSliderContentItem {
	position: absolute;
	left: 0;
	top: 50px;
	box-sizing: border-box;
	-webkit-transition: opacity 0s, left 0s;
	-moz-transition: opacity 0s, left 0s;
	-ms-transition: opacity 0s, left 0s;
	-o-transition: opacity 0s, left 0s;
	transition: opacity 0s, left 0s;
	width: 100%;
	max-width: 100%;
	padding-top: 50px;
	padding-right: 20px;
	padding-bottom: 10em;
	padding-left: 50px;
	opacity: 0
}

.homeSliderContentItem.selected {
	-webkit-transition: opacity .4s cubic-bezier(.455, .03, .515, .955) .2s, left .4s cubic-bezier(.455, .03, .515, .955) .2s;
	-moz-transition: opacity .4s cubic-bezier(.455, .03, .515, .955) .2s, left .4s cubic-bezier(.455, .03, .515, .955) .2s;
	-ms-transition: opacity .4s cubic-bezier(.455, .03, .515, .955) .2s, left .4s cubic-bezier(.455, .03, .515, .955) .2s;
	-o-transition: opacity .4s cubic-bezier(.455, .03, .515, .955) .2s, left .4s cubic-bezier(.455, .03, .515, .955) .2s;
	transition: opacity .4s cubic-bezier(.455, .03, .515, .955) .2s, left .4s cubic-bezier(.455, .03, .515, .955) .2s;
	z-index: 1;
	left: 0;
	opacity: 1
}

.homeSliderContentItem.deselected {
	-webkit-transition: opacity .3s cubic-bezier(.455, .03, .515, .955), left .3s cubic-bezier(.455, .03, .515, .955);
	-moz-transition: opacity .3s cubic-bezier(.455, .03, .515, .955), left .3s cubic-bezier(.455, .03, .515, .955);
	-ms-transition: opacity .3s cubic-bezier(.455, .03, .515, .955), left .3s cubic-bezier(.455, .03, .515, .955);
	-o-transition: opacity .3s cubic-bezier(.455, .03, .515, .955), left .3s cubic-bezier(.455, .03, .515, .955);
	transition: opacity .3s cubic-bezier(.455, .03, .515, .955), left .3s cubic-bezier(.455, .03, .515, .955);
	left: 30px;
	opacity: 0
}

.homeSliderContentItem .buttonLink {
	font-size: 12px
}

@media (max-height:1200px) {
	.homeSliderContentItem {
		padding-bottom: 6em
	}
}

.homeSliderContentTitle,
.homeSliderContentTitle a {
	position: relative;
	color: #fff;
	font-family: abril, georgia, serif;
	font-size: 1.8em;
	line-height: 1;
	text-decoration: none;
	text-transform: none
}

.homeSliderContentDescription {
	width: 100%;
	max-width: 720px;
	margin-top: 1em;
	color: rgba(255, 255, 255, .7);
	font-family: din, proximanova, sans-serif;
	font-size: 1em;
	line-height: 1.4em
}

.homeSliderContentDescription p {
	margin-top: 0
}

.homeSliderContentDescription a {
	-webkit-transition: color .2s;
	-moz-transition: color .2s;
	-ms-transition: color .2s;
	-o-transition: color .2s;
	transition: color .2s;
	border-bottom: 2px dotted rgba(255, 255, 255, .5);
	color: inherit;
	text-decoration: none
}

.homeSliderContentDescription a:hover {
	color: #fff
}

.homeSliderContentDate {
	margin-right: .2em;
	color: #fff;
	font-weight: 700;
	font-size: .8em;
	text-transform: uppercase
}

#homeSliderContent {
	margin-top: 14px
}

#homeFooter {
	position: absolute;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 85;
	height: 85px;
	overflow: hidden;
	background: #151a1e;
	font-size: 12px
}

.homeFooterTitle {
	margin-top: 14px;
	color: #fff;
	font-weight: 600;
	font-size: 11px;
	text-transform: uppercase
}

#homeFooterMission {
	position: absolute;
	left: 20px;
	top: 0;
	width: 180px;
	height: 85px
}

#homeFooterMissionLink {
	-webkit-transition: opacity .2s;
	-moz-transition: opacity .2s;
	-ms-transition: opacity .2s;
	-o-transition: opacity .2s;
	transition: opacity .2s;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	padding-top: 38px;
	opacity: .5;
	color: #fff;
	font-weight: 500;
	font-size: 11px;
	line-height: 8px;
	text-decoration: none;
	text-transform: uppercase
}

#homeFooterMissionLink:hover {
	opacity: 1
}

#homeFooterSocial {
	position: absolute;
	left: 410px;
	top: 38px;
	width: 250px;
	height: 50px
}

#homeFooterSocialLinkfirst {
	-webkit-transition: opacity .2s;
	-moz-transition: opacity .2s;
	-ms-transition: opacity .2s;
	-o-transition: opacity .2s;
	transition: opacity .2s;
	right: 0;
	bottom: 0;
	width: 10%;
	display: block;
	padding-left: 0;
	opacity: .5;
	color: #fff;
	position: absolute;
	left: 0;
	top: 0
}

#homeFooterSocialLinkfirst:hover {
	opacity: 1
}

#homeFooterSocialLinksecond {
	-webkit-transition: opacity .2s;
	-moz-transition: opacity .2s;
	-ms-transition: opacity .2s;
	-o-transition: opacity .2s;
	transition: opacity .2s;
	right: 0;
	bottom: 0;
	left: 0;
	width: 10%;
	display: block;
	opacity: .5;
	color: #fff;
	position: absolute;
	left: 37px;
	top: 0
}

#homeFooterSocialLinksecond:hover {
	opacity: 1
}

#homeFooterSocialLinkthird {
	-webkit-transition: opacity .2s;
	-moz-transition: opacity .2s;
	-ms-transition: opacity .2s;
	-o-transition: opacity .2s;
	transition: opacity .2s;
	right: 0;
	bottom: 0;
	left: 0;
	width: 10%;
	display: block;
	opacity: .5;
	color: #fff;
	position: absolute;
	left: 74px;
	top: 0
}

#homeFooterSocialLinkthird:hover {
	opacity: 1
}

#homeFooterSocialLinkfourth {
	-webkit-transition: opacity .2s;
	-moz-transition: opacity .2s;
	-ms-transition: opacity .2s;
	-o-transition: opacity .2s;
	transition: opacity .2s;
	right: 0;
	bottom: 0;
	left: 0;
	width: 10%;
	display: block;
	opacity: .5;
	color: #fff;
	position: absolute;
	left: 111px;
	top: 0
}

#homeFooterSocialLinkfourth:hover {
	opacity: 1
}

#homeFooterSocialLinkfifth {
	-webkit-transition: opacity .2s;
	-moz-transition: opacity .2s;
	-ms-transition: opacity .2s;
	-o-transition: opacity .2s;
	transition: opacity .2s;
	right: 0;
	bottom: 0;
	left: 0;
	width: 10%;
	display: block;
	opacity: .5;
	color: #fff;
	position: absolute;
	left: 148px;
	top: 0
}

#homeFooterSocialLinkfifth:hover {
	opacity: 1
}

.homeFooterSocialLinkfirst:hover {
	opacity: 1
}

.homeFooterSocialLinksecond:hover {
	opacity: 1
}

.homeFooterSocialLinkthird:hover {
	opacity: 1
}

.homeFooterSocialLinkfourth:hover {
	opacity: 1
}

.homeFooterSocialLinkfifth:hover {
	opacity: 1
}

#homeSocialFacebook {
	display: block
}

#homeFooterTEDLogo {
	background-image: url(../images/sprite.png);
	background-position: -454px -542px;
	width: 57px;
	height: 13px;
	display: block
}

#homeFooterNews {
	position: absolute;
	left: 200px;
	top: 0;
	width: 600px;
	height: 85px
}

#homeFooterNewsHeader {
	position: absolute;
	left: 210px;
	top: 14px
}

#homeFooterNewsHeader .homeFooterTitle {
	margin-top: 0
}

#homeFooterNewsTitle {
	float: left
}

#homeFooterNewsSelectors {
	position: relative;
	top: -7px;
	left: 10px;
	float: left
}

.homeFooterNewsSelector {
	-webkit-transition: opacity .2s;
	-moz-transition: opacity .2s;
	-ms-transition: opacity .2s;
	-o-transition: opacity .2s;
	transition: opacity .2s;
	position: relative;
	z-index: 10;
	float: left;
	width: 32px;
	height: 24px;
	background: 0 0;
	opacity: .2;
	cursor: pointer
}

.homeFooterNewsSelector:after {
	position: absolute;
	left: 0;
	top: 10px;
	content: '';
	width: 28px;
	height: 4px;
	background: #a9acaf
}

.homeFooterNewsSelector:hover {
	opacity: .65
}

.homeFooterNewsSelector.selected {
	opacity: 1
}

#homeFooterNewsItems {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 210
}

.homeFooterNewsItem {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0
}

.homeFooterNewsItem.selected {
	z-index: 10
}

.homeFooterNewsItemImage {
	position: absolute;
	left: 0;
	top: 0;
	width: 200px;
	height: 85px;
	background-position: center center;
	background-size: cover
}

.homeFooterNewsItemImage:after {
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(../images/sprite.png);
	background-position: 0 -255px;
	width: 255px;
	height: 85px;
	content: ''
}

.homeFooterNewsItemDate {
	color: #fff;
	font-weight: 700;
	font-size: 11px;
	text-transform: uppercase
}

.homeFooterNewsItemTitle {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transition: color .2s;
	-moz-transition: color .2s;
	-ms-transition: color .2s;
	-o-transition: color .2s;
	transition: color .2s;
	width: 390px;
	height: 40px;
	padding-top: 32px;
	padding-left: 210px;
	overflow: hidden;
	color: rgba(255, 255, 255, .7);
	font-weight: 500;
	font-size: 16px;
	line-height: 1.2;
	text-decoration: none
}

.homeFooterNewsItemTitle:hover {
	color: #ffce00
}

.donateBody h1 {
	text-align: center
}

.donateBody .homeDonateIframeContainer {
	position: relative;
	width: 725px;
	height: 1360px;
	overflow: hidden;
	margin: 0 auto
}

.donateBody .homeDonateIframe {
	position: absolute;
	left: 0;
	display: block;
	width: 725px;
	height: 1620px;
	overflow: hidden
}

.donateBody .prominent {
	max-width: 725px
}

#about {
	background: #02060a;
	color: #fcfdf8;
	padding-bottom: 16em
}

#aboutCanvas {
	position: fixed;
	top: auto;
	right: auto;
	bottom: 0;
	left: 0;
	background: 0 0;
	width: 100%;
	pointer-events: none
}

#aboutMission {
	padding-top: 10vh;
	margin-top: -2em
}

#aboutBlocks {
	padding-top: 800px
}

.aboutBlockStep {
	color: #ffce00;
	font-size: .35em;
	display: block;
	text-transform: uppercase;
	font-family: din, proximanova, sans-serif;
	font-weight: 700;
	margin-bottom: 1.5em;
	position: relative
}

.aboutBlockStep:after {
	content: '';
	display: block;
	height: 1px;
	width: 7em;
	position: absolute;
	top: 1.65em;
	right: 0;
	background: #ffce00
}

.aboutBlockTitle {
	color: #fff;
	font-size: 2.9em;
	line-height: 1.1;
	font-family: abril, georgia, serif;
	margin-bottom: .5em;
	margin-left: -2em
}

.aboutBlockContent {
	font-family: din, proximanova, sans-serif;
	line-height: 1.4;
	color: #a9acaf
}

.aboutBlock {
	max-width: 760px;
	width: 60%;
	height: 1200px;
	position: relative;
	margin: 0 0 0 auto;
	right: 13%;
	top: -200px;
	text-align: right;
	font-size: 20px;
	min-height: 80%
}

#aboutBlockIntro {
	top: 60px;
	min-height: 110%;
	height: 1600px
}

#aboutScroll {
	font-size: .75em;
	text-transform: uppercase;
	text-align: center;
	max-width: 15em;
	display: inline-block;
	line-height: 1.2;
	color: #ffce00;
	margin: 2em auto;
	position: relative;
	font-weight: 700;
	opacity: 0;
	top: 30px;
	left: 0
}

#aboutScroll:after {
	content: '';
	background-image: url(../images/sprite.png);
	background-position: -397px -353px;
	width: 23px;
	height: 37px;
	display: block;
	position: absolute;
	left: 50%;
	top: auto;
	margin-left: -11.5px;
	margin-top: .5em
}

.aboutContent .content {
	color: #d9dcdc
}

.aboutContent h1,
.aboutContent h2,
.aboutContent h3,
.aboutContent h4,
.aboutContent h5,
.aboutContent h6 {
	color: #fcfdf8
}

.aboutContent a {
	color: #ffce00
}

.aboutContent a:hover {
	color: #00a5ff
}

.aboutContent .accent {
	color: #ffce00
}

.aboutContent .subdued {
	color: #c0c3c5
}

.aboutContent .prominent {
	color: #c0c3c5
}

.aboutContent .prominent h1,
.aboutContent .prominent h2,
.aboutContent .prominent h3,
.aboutContent .prominent h4 {
	color: #fcfdf8
}

.jobsBackground {
	top: 0;
	left: 0;
	right: 0;
	bottom: auto;
	height: 335px;
	background-size: 100%;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-align: center;
	color: #fff
}

.jobsBackground h1 {
	color: #fff
}

.jobsImage {
	height: 270px;
	padding-right: 5px
}

@media only screen and (max-height:800px) {
	#about #aboutMission {
		font-size: .9em
	}
}

@media only screen and (max-height:700px) {
	.resDot:nth-child(1) {
		background: #add8e6
	}
	#about #aboutMission {
		font-size: .8em
	}
	#about .aboutBlockTitle {
		font-size: 2.25em
	}
}

#contactElsewhere {
	text-align: center
}

#contactElsewhere a {
	text-indent: -9999px;
	position: relative;
	display: inline-block;
	width: 60px;
	height: 60px;
	overflow: hidden;
	background: 0 0
}

#contactElsewhere a:after {
	content: ''
}

#contactElsewhere #contactTwitter:after {
	background-image: url(../images/sprite.png);
	background-position: -150px -542px;
	width: 28px;
	height: 23px;
	position: absolute;
	left: 50%;
	top: 50%;
	content: '';
	margin-left: -14px;
	margin-top: -16px
}

#contactElsewhere #contactFacebook:after {
	background-image: url(../images/sprite.png);
	background-position: -565px -261px;
	width: 16px;
	height: 27px;
	position: absolute;
	left: 50%;
	top: 50%;
	content: '';
	margin-left: -8px;
	margin-top: -19px
}

#contactElsewhere #contactYouTube:after {
	background-image: url(../images/sprite.png);
	background-position: -198px -542px;
	width: 29px;
	height: 22px;
	position: absolute;
	left: 50%;
	top: 50%;
	content: '';
	margin-left: -15px;
	margin-top: -16px
}

#contactElsewhere #contactLinkedIn:after {
	background-image: url(../images/sprite.png);
	background-position: -565px -399px;
	width: 23px;
	height: 23px;
	position: absolute;
	left: 50%;
	top: 50%;
	content: '';
	margin-left: -12px;
	margin-top: -19px
}

.the500PersonImage {
	border-radius: 50%;
	background-clip: padding-box;
	background-size: contain;
	position: relative;
	top: -1em;
	float: left;
	width: 6em;
	height: 6em;
	margin-right: 1em
}

.the500Person {
	padding-top: 0;
	margin-bottom: 3em
}

.the500PersonDescription {
	clear: both
}

.peopleBody .content h2 {
	margin: 1em 0 1em 0
}

.peopleBody .peopleContainer {
	margin: 1.5em 0
}

.peopleBody .peoplePhotoThumb {
	border-radius: 50%;
	background-clip: padding-box;
	position: relative;
	top: -1em;
	float: left;
	width: 6em;
	height: 6em;
	margin-right: 1em;
	background-position: center;
	background-size: cover
}

.peopleBody .peopleBio {
	clear: both;
	font-size: .85em
}

.peopleBody .actionLink {
	margin-left: 0
}

.partnersLogo {
	width: 8.4em;
	height: 8.4em;
	margin: 2em auto;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain
}

.partnersTile {
	border-radius: 6px;
	background-clip: padding-box;
	width: 12.4em;
	height: 12.4em;
	border: 6px solid #e6e8e6;
	margin-right: 2.5%;
	margin-bottom: 1.2em;
	display: inline-block
}

.partnersTile.hideTile {
	display: none
}

.partnersFilter {
	display: block;
	font-size: .7em;
	color: #b5b8bb;
	font-family: din, proximanova, sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	float: left;
	margin-right: 1.6em;
	margin-left: .1em;
	line-height: 2.2;
	cursor: pointer
}

.partnersFilter.activeFilter {
	color: #3f444a
}

.partnerBody img.partnerLogoImage {
	margin-top: .4em;
	max-width: 200px;
	font-size: 3.7em
}

.partnerTile {
	width: 100%;
	height: 150px
}

.partnerLogo {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain
}

.partnerType {
	text-transform: uppercase
}

.contactBody h4 {
	text-transform: uppercase
}

.peopleBody .clampTextMore,
.the500Body .clampTextMore {
	cursor: pointer;
	border-radius: 2px;
	background-clip: padding-box;
	position: relative;
	top: -1px;
	display: inline;
	padding: .25em .75em;
	background: #ffce00;
	border: none!important;
	color: #fff!important;
	font-family: din, proximanova, sans-serif;
	font-weight: 700;
	font-size: .6em;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase
}

.about-jobs-posting {
	font-size: .8em
}

#viewer3d {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-webkit-user-drag: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	user-drag: none
}

#viewer3d #viewerLoading {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(12, 16, 20, .8);
	text-align: center;
	font-size: 21px;
	box-sizing: border-box;
	text-transform: uppercase;
	font-weight: 300;
	color: #fff;
	padding-top: 20%
}

#viewer3d #container3d {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden
}

#viewer3d #options {
	position: absolute;
	right: 14px;
	top: 12px;
	text-transform: uppercase;
	font-size: 12px
}

#viewer3d .option {
	display: inline-block;
	padding: 6px;
	cursor: pointer;
	font-weight: 600;
	text-decoration: none;
	color: #a0a0a0
}

#viewer3d .selected {
	color: #fff;
	cursor: default
}

#viewer3d #popup-host {
	width: 100%;
	height: 100%;
	position: absolute;
	margin: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none
}

#viewer3d #popup {
	width: 80%;
	height: 80%;
	top: 100px;
	position: relative;
	margin: auto;
	border-style: solid;
	border-color: #bbb;
	background-color: #262829;
	border-width: 0;
	z-index: 10;
	-webkit-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, .75);
	-moz-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, .75);
	box-shadow: 0 20px 30px 0 rgba(0, 0, 0, .75)
}

#viewer3d #exit-source {
	background-color: rgba(0, 0, 0, .5);
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute
}

#viewer3d #popup-iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

#viewer3d .capturer-controls-container {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 300px;
	background-color: #fff;
	z-index: 50;
	display: none;
	overflow: scroll
}

#viewer3d #controls-container {
	margin-top: 55px;
	margin-left: 10px
}

#viewer3d .column-left {
	float: left;
	width: 33%
}

#viewer3d .column-right {
	float: right;
	width: 33%
}

#viewer3d .column-center {
	display: inline-block;
	width: 33%
}

#viewer3d .current-state-info div {
	display: inline-block;
	margin-right: 5px
}

#viewer3d .section {
	position: relative;
	margin: 10px;
	display: block;
	clear: both
}

#viewer3d .raw-json-container {
	padding-top: 20px
}

#viewer3d .selected-hotspot {
	background-color: red
}

#viewerError {
	position: absolute;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #fff;
	color: red;
	padding: 20px;
	display: none
}

#viewerLoadTime {
	position: absolute;
	top: auto;
	right: 0;
	bottom: 0;
	left: auto;
	background-color: #ccc;
	color: #000;
	padding: 10px 20px;
	display: none
}

#projectBrowse #topNav {
	position: fixed
}

#viewsSelector {
	position: absolute;
	right: 20px;
	top: 60px;
	position: fixed;
	z-index: 90;
	color: #191919;
	line-height: 1
}

.viewSelectorOption {
	box-sizing: border-box;
	float: left;
	height: 22px;
	padding: 6px 16px;
	background: #c0c3c5;
	font-size: 11px;
	line-height: 1;
	text-transform: uppercase;
	cursor: pointer
}

.viewSelectorOption:first-child {
	padding-left: 20px;
	border-radius: 11px 0 0 11px
}

.viewSelectorOption:last-child {
	padding-right: 18px;
	border-radius: 0 11px 11px 0
}

.viewSelectorOption.selected {
	background: -webkit-gradient(linear, left top, left bottom, from(#fe6500), to(#db4200));
	background: -webkit-linear-gradient(top, #fe6500, #db4200);
	background: -moz-linear-gradient(top, #fe6500, #db4200);
	background: -ms-linear-gradient(top, #fe6500, #db4200);
	background: -o-linear-gradient(top, #fe6500, #db4200);
	padding-top: 5px;
	background: #ffce00;
	border-top: 1px solid #ff8534;
	cursor: default
}

#collectionSelector {
	position: absolute;
	right: 160px;
	top: 14px;
	height: 22px;
	border-radius: 11px;
	background: #c0c3c5
}

#collectionSelector a {
	text-decoration: none;
	color: #191919
}

#collectionSelector a:hover {
	background: #ffce00
}

.collectionSelectorOption {
	font-size: 11px;
	text-transform: uppercase;
	padding: 6px 18px;
	line-height: 1
}

#filters {
	position: absolute;
	top: 46px;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 80;
	height: 108px;
	background: #474c53;
	border-bottom: 1px solid #000
}

#filtersLeft,
#filtersRight,
#timeline {
	height: 54px
}

#filtersRight:before {
	content: '';
	position: absolute;
	height: 35px;
	width: 1px;
	background-color: #85888d
}

#projectSearch {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	min-width: 0;
	max-width: none;
	height: auto;
	min-height: 0;
	max-height: none;
	padding: 0 130px 0 20px;
	background: 0 0;
	border: 0;
	color: #cacdcf;
	font-size: 28px
}

#projectSearch::-webkit-input-placeholder {
	color: #b5b8bb
}

#projectSearch::-moz-placeholder {
	padding-top: 6px;
	color: #b5b8bb
}

#projectSearch:-ms-input-placeholder {
	padding-top: 6px;
	color: #b5b8bb
}

#filtersReset {
	position: absolute;
	right: 125px;
	top: 0;
	-webkit-transition: opacity .2s;
	-moz-transition: opacity .2s;
	-ms-transition: opacity .2s;
	-o-transition: opacity .2s;
	transition: opacity .2s;
	display: none;
	width: 30px;
	height: 54px;
	opacity: .4;
	cursor: pointer
}

#filtersReset:hover {
	opacity: .8
}

#filtersReset:after {
	background-image: url(../images/sprite.png);
	background-position: -351px -542px;
	width: 15px;
	height: 15px;
	position: absolute;
	left: 50%;
	top: 50%;
	content: '';
	margin-left: -8px;
	margin-top: -8px
}

.showReset #projectSearch {
	padding-right: 165px
}

.showReset #filtersReset {
	display: block
}

#filters .checkbox {
	position: relative;
	top: 5px;
	display: inline-block;
	width: 130px;
	height: 32px;
	line-height: 1;
	cursor: pointer
}

#filters .checkbox .label {
	-webkit-transition: opacity .2s;
	-moz-transition: opacity .2s;
	-ms-transition: opacity .2s;
	-o-transition: opacity .2s;
	transition: opacity .2s;
	position: absolute;
	top: 7px;
	left: 28px;
	opacity: .6;
	color: #fcfdf8;
	font-size: 14px
}

#filters .checkbox .box {
	position: absolute;
	left: 4px;
	top: 7px;
	border-radius: 2px;
	background-clip: padding-box;
	width: 15px;
	height: 15px;
	background: #1e1f22;
	border: none
}

#filters .checkbox .mark {
	position: absolute;
	left: 6px;
	top: 9px;
	opacity: 0;
	-webkit-transition: opacity .1s;
	-moz-transition: opacity .1s;
	-ms-transition: opacity .1s;
	-o-transition: opacity .1s;
	transition: opacity .1s;
	width: 16px;
	height: 16px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAMAAAC38k/IAAAABGdBTUEAALGPC/xhBQAAAHVQTFRF////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////Wpy7zQAAACZ0Uk5THSPSUMzq2As++axqfZoGTcTwKReEh9qOgPaKceN5NWi9CAH+XQAhc0ybAAAAVElEQVQI1zXMVRaAQBQC0Gd3d+so7H+J1hm+uHwg0DFcS3T3TNoaKqQjclzqRczAh+zsnp6djADZTtYoCybPJJjIpmWefsBCcq7wAz2HFRoYr///BpS+DqIIuSNCAAAAAElFTkSuQmCC);
	background-repeat: no-repeat
}

#filters .checkbox.selected .label {
	opacity: 1
}

#filters .checkbox.selected .mark {
	opacity: .8
}

#filters #OHCheckbox {
	position: absolute;
	right: 0;
	top: 13px;
	width: 120px
}

#filters #virtualTourCheckbox {
	position: absolute;
	right: 0;
	top: 13px;
	width: 120px
}

#filters #threedExplorerCheckbox {
	position: absolute;
	right: 0;
	top: 13px;
	width: 120px
}

#filters #exhibitCheckbox {
	position: absolute;
	right: 0;
	top: 13px;
	width: 120px
}

#filters select:focus::-ms-value {
	background: #232629;
	color: #c0c3c5
}

#filters .customDropdown {
	box-sizing: border-box;
	border-radius: 3px;
	background-clip: padding-box;
	position: relative;
	top: 2px;
	color: rgba(255, 255, 255, .8);
	height: 30px;
	overflow: hidden;
	background: #232629;
	outline: 0;
	display: relative;
	width: 40%;
	float: left;
	margin-right: 2%;
	margin-left: 2%
}

#filters .customDropdown:last-child {
	margin-right: 0;
	margin-left: 10px
}

#filters .customDropdown:after {
	content: '';
	position: absolute;
	right: 10px;
	top: 13px;
	background-image: url(../images/sprite.png);
	background-position: -615px -60px;
	width: 9px;
	height: 5px;
	pointer-events: none
}

#filters .customDropdown select {
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-webkit-user-drag: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	user-drag: none;
	display: block;
	width: 100%;
	height: 30px;
	padding: 0 8px 2px 6px;
	background-color: transparent;
	border: transparent;
	outline: 0;
	color: rgba(252, 253, 248, .6);
	font-size: 16px;
	-webkit-appearance: none
}

#filters .customDropdown select::-ms-expand {
	display: none
}

#filters .customDropdown select option {
	background: #fff;
	color: #000
}

@media only screen and (max-width:470px) {
	#filters .customDropdown {
		margin-left: 0;
		margin-right: 0;
		width: 35%
	}
	#collectionSelector {
		right: 145px
	}
	#projectBrowse #filtersRight {
		padding-left: 5px!important;
		padding-right: 5px!important
	}
	#viewsSelector {
		right: 5px!important
	}
	#collectionSelector {
		right: 127px
	}
}

@-moz-document url-prefix() {
	#filters .customDropdown {
		overflow: hidden
	}
	#filters .customDropdown select {
		width: 120%;
		width: -moz-calc(110%);
		width: calc(100% em)
	}
	#filters .customDropdown select option {
		background: #fff
	}
}

#filters .customDropdown select:-moz-focusring {
	outline: 0;
	color: rgba(255, 255, 255, .8);
	text-shadow: 0 0 0 #000
}

#timeline {
	background: #232629
}

#timeline #timeRangeSlider {
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
	left: 20px
}

#timeline .ui-slider .ui-slider-handle {
	position: absolute;
	width: 1px;
	height: 54px;
	background: 0 0;
	cursor: ew-resize
}

#timeline .ui-slider .ui-slider-handle:after {
	position: absolute;
	left: -17px;
	top: 0;
	background-image: url(../images/sprite.png);
	background-position: -74px -353px;
	width: 17px;
	height: 54px;
	content: '';
	height: 100%
}

#timeline .ui-slider .ui-slider-handle:last-child {
	background-image: url(../images/sprite.png);
	background-position: -403px -248px;
	width: 17px;
	height: 54px;
	width: 2px
}

#timeline .ui-slider .ui-slider-handle:last-child:after {
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(../images/sprite.png);
	background-position: -403px -248px;
	width: 17px;
	height: 54px;
	content: '';
	height: 100%
}

#timeline .ui-slider .ui-slider-handle:hover:after {
	background-image: url(../images/sprite.png);
	background-position: -37px -353px;
	width: 17px;
	height: 54px
}

#timeline .ui-slider .ui-slider-handle:last-child:hover:after {
	background-image: url(../images/sprite.png);
	background-position: 0 -353px;
	width: 17px;
	height: 54px
}

#timeline:after {
	position: absolute;
	top: 100%;
	right: 0;
	bottom: auto;
	left: 0;
	content: '';
	height: 15px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAPBAMAAADXMbjKAAAABGdBTUEAALGPC/xhBQAAAC1QTFRFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIyUpUeqYDAAAAA50Uk5TAUYgDycHLz8CNxoLBBQFVbK2AAAAJklEQVQI12N4wCDAUMAwgSGBwYFBgWEBwwUGA4YNDAEMBxgaGBgAZW4GkbSnCwAAAAAASUVORK5CIIA=);
	background-repeat: repeat-x
}

#timeline #timelineCanvasHost {
	position: absolute;
	top: 12px;
	right: 19px;
	bottom: 0;
	left: 20px;
	overflow: hidden
}

#timeline #timelineCanvas {
	position: absolute;
	left: 0;
	top: 0
}

#timeline #timelineLabels {
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
	left: 20px;
	font-size: 10px
}

#timeline #timelineLabels .timelineLabel {
	position: absolute;
	top: 2px;
	display: block;
	overflow: visible;
	color: #6b6f76;
	font-weight: 700
}

#timeline #timelineLabels .timelineLabel:before {
	content: '';
	position: absolute;
	top: 18px;
	width: 2px;
	height: 22px;
	background: rgba(255, 206, 0, .5)
}

#timeline #timelineLabels .timelineLabel .timelineText {
	position: relative;
	left: -25px;
	width: 50px;
	padding: 3px 0;
	text-align: center
}

#projects {
	-webkit-transition: top .4s cubic-bezier(.785, .135, .15, .86) .1s;
	-moz-transition: top .4s cubic-bezier(.785, .135, .15, .86) .1s;
	-ms-transition: top .4s cubic-bezier(.785, .135, .15, .86) .1s;
	-o-transition: top .4s cubic-bezier(.785, .135, .15, .86) .1s;
	transition: top .4s cubic-bezier(.785, .135, .15, .86) .1s;
	position: absolute;
	top: 154px;
	right: 0;
	bottom: 40px;
	left: 0;
	background: #232629
}

#grid {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto
}

#browseMap {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

#mapImgHigh {
	display: none
}

.mapImg {
	position: absolute;
	left: 0;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-webkit-user-drag: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	user-drag: none
}

#mapHotSpots {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.mapHotSpot,
.mapHotSpotBlue,
.mapHotSpotOrange {
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(../images/sprite.png);
	background-position: -565px -308px;
	width: 26px;
	height: 26px;
	margin-top: -25px;
	margin-left: -6px;
	cursor: pointer
}

.mapHotSpotOrange {
	background-image: url(../images/sprite.png);
	background-position: -373px -427px;
	width: 36px;
	height: 35px
}

.mapHotSpotBlue {
	background-image: url(../images/sprite.png);
	background-position: -565px -53px;
	width: 30px;
	height: 33px
}

.mapHotSpotGreen {
	background-image: url(../images/sprite.png);
	background-position: -250px -489px;
	width: 30px;
	height: 33px
}

.mapHotSpotGrey {
	background-image: url(../images/sprite.png);
	background-position: 0 -489px;
	width: 30px;
	height: 33px
}

.mapHotSpotLightBlue {
	background-image: url(../images/sprite.png);
	background-position: -100px -489px;
	width: 30px;
	height: 33px
}

.mapHotSpotMagenta {
	background-image: url(../images/sprite.png);
	background-position: -200px -489px;
	width: 30px;
	height: 33px
}

.mapHotSpotOrangeSM {
	background-image: url(../images/sprite.png);
	background-position: -400px -489px;
	width: 30px;
	height: 33px
}

.mapHotSpotLightPurple {
	background-image: url(../images/sprite.png);
	background-position: -150px -489px;
	width: 30px;
	height: 33px
}

.mapHotSpotPurple {
	background-image: url(../images/sprite.png);
	background-position: -500px -489px;
	width: 30px;
	height: 33px
}

.mapHotSpotYellow {
	background-image: url(../images/sprite.png);
	background-position: -565px 0;
	width: 30px;
	height: 33px
}

.mapHotSpotDarkRed {
	background-image: url(../images/sprite.png);
	background-position: -450px -489px;
	width: 30px;
	height: 33px
}

.mapHotSpotGroup {
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(../images/sprite.png);
	background-position: -509px -55px;
	width: 36px;
	height: 35px;
	margin-top: -25px;
	margin-left: -6px
}

.mapHotSpotGroup {
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(../images/sprite.png);
	background-position: -509px -55px;
	width: 36px;
	height: 35px
}

.mapHotSpotGroup {
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(../images/sprite.png);
	background-position: -509px -55px;
	width: 36px;
	height: 35px
}

.mapHotSpotGroup {
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(../images/sprite.png);
	background-position: -509px -55px;
	width: 36px;
	height: 35px
}

.mapGroupCount-2 {
	background-image: url(../images/sprite.png);
	background-position: -261px -427px;
	width: 36px;
	height: 35px
}

.mapGroupCount-3 {
	background-image: url(../images/sprite.png);
	background-position: -317px -427px;
	width: 36px;
	height: 35px
}

.mapGroupCount-4 {
	background-image: url(../images/sprite.png);
	background-position: -429px -427px;
	width: 36px;
	height: 35px
}

.mapGroupCount-5 {
	background-image: url(../images/sprite.png);
	background-position: -509px -330px;
	width: 36px;
	height: 35px
}

.mapGroupCount-6 {
	background-image: url(../images/sprite.png);
	background-position: -509px -275px;
	width: 36px;
	height: 35px
}

.mapGroupCount-7 {
	background-image: url(../images/sprite.png);
	background-position: -509px -220px;
	width: 36px;
	height: 35px
}

.mapGroupCount-8 {
	background-image: url(../images/sprite.png);
	background-position: -509px -165px;
	width: 36px;
	height: 35px
}

.mapGroupCount-9 {
	background-image: url(../images/sprite.png);
	background-position: -509px -110px;
	width: 36px;
	height: 35px
}

.mapGroupColumnLine {
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background: rgba(255, 0, 0, .1)
}

.mapGroupRowLine {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 1px;
	background: rgba(255, 0, 0, .1)
}

#mapHintOuter {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	background: 0 0
}

#mapHintSelector {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 360px;
	height: 30px;
	background: #ffce00
}

#mapHint {
	position: relative!important;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-box-shadow: 0 8px 12px 0 rgba(0, 0, 0, .25);
	-moz-box-shadow: 0 8px 12px 0 rgba(0, 0, 0, .25);
	box-shadow: 0 8px 12px 0 rgba(0, 0, 0, .25);
	height: 238px;
	overflow: visible;
	background: #ffce00
}

#mapHint:after {
	content: '';
	position: absolute;
	left: 153.5px;
	top: 238px
}

#mapHint.mapHintGroup {
	height: 260px
}

#mapHint.mapHintGroup #mapHintSelector {
	display: block
}

#mapHint.mapHintGroup:after {
	top: 260px
}

#mapHint .tile {
	display: block;
	position: relative;
	float: left;
	width: 360px;
	height: 230px
}

#mapHint .tileDesc {
	display: none
}

#mapHintInner {
	position: relative;
	left: 0;
	width: auto;
	overflow: visible
}

#mapHintClip {
	height: 230px;
	overflow: hidden
}

#mapHintSelector {
	display: none;
	text-align: center
}

.mapHintSelectorDot {
	-webkit-transition: opacity .2s;
	-moz-transition: opacity .2s;
	-ms-transition: opacity .2s;
	-o-transition: opacity .2s;
	transition: opacity .2s;
	position: relative;
	display: inline-block;
	width: 27px;
	height: 30px;
	opacity: .25;
	cursor: pointer
}

.mapHintSelectorDot:hover {
	opacity: .5
}

.mapHintSelectorDot:after {
	border-radius: 50%;
	background-clip: padding-box;
	position: absolute;
	left: 50%;
	top: 50%;
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	margin: -5px 0 0 -5px;
	background: #fff
}

.mapHintSelectorDot.selected {
	opacity: 1
}

.gm-style .gm-style-iw-c {
	padding: 0!important;
	border-radius: 0!important
}

.gm-style .gm-style-iw-d {
	display: contents!important
}

.gm-style .gm-style-iw-t::after {
	background: linear-gradient(45deg, #ffce00 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%)!important
}

#projectBody {
	position: absolute;
	top: 46px;
	right: 0;
	bottom: 0px;
	left: 0;
	overflow: hidden;
	background-color: #02060a;
	display: inline-grid
}

.navInfo {
	display: none
}

#projectIntro {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-webkit-user-drag: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	user-drag: none
}

#projectIntro #viewerLoading {
	display: none
}

.navInfo {
	border-radius: 50%;
	background-clip: padding-box;
	position: absolute;
	left: 10px;
	bottom: 10px;
	-webkit-transition: background-color .2s;
	-moz-transition: background-color .2s;
	-ms-transition: background-color .2s;
	-o-transition: background-color .2s;
	transition: background-color .2s;
	display: block;
	width: 28px;
	height: 28px;
	background-color: rgba(11, 11, 12, .5);
	cursor: pointer
}

.navInfo:after {
	position: absolute;
	left: 50%;
	top: 50%;
	background-image: url(../images/sprite.png);
	background-position: -482px -387px;
	width: 6px;
	height: 12px;
	content: '';
	margin-top: -6px;
	margin-left: -3px
}

.navInfo:hover {
	background-color: #00a5ff
}

.navInfo.highlight {
	background-color: #00a5ff
}

.infoBoxContainer {
	box-sizing: border-box;
	position: absolute;
	top: 0;
	right: auto;
	bottom: 5px;
	left: 5px;
	border-radius: 6px;
	background-clip: padding-box;
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	-ms-transform-origin: left top;
	-o-transform-origin: left top;
	transform-origin: left top;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all .3s cubic-bezier(.77, 0, .175, 1);
	-moz-transition: all .3s cubic-bezier(.77, 0, .175, 1);
	-ms-transition: all .3s cubic-bezier(.77, 0, .175, 1);
	-o-transition: all .3s cubic-bezier(.77, 0, .175, 1);
	transition: all .3s cubic-bezier(.77, 0, .175, 1);
	width: 400px;
	background: rgba(11, 18, 27, .75);
	outline: 0;
	opacity: 0;
	color: #fff;
	z-index: 80
}

.infoBoxContainer.show {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	top: 5px;
	opacity: 1
}

.infoBoxContainer.noanimation {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none
}

.infoBox {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-webkit-user-drag: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	user-drag: none;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	outline: 0;
	height: auto
}

.infoBoxContent {
	box-sizing: border-box;
	padding: 30px;
	border: none;
	outline: 0!important;
	font-family: proximanova, sans-serif;
	font-size: 17px;
	overflow: auto!important
}

.infoBoxContent:focus {
	border: none;
	outine: none
}

.infoBoxDocked .infoBoxContainer {
	border-radius: 0;
	background-clip: padding-box;
	top: 0!important;
	bottom: 0!important;
	left: 0!important
}

.infoBoxClose {
	border-radius: 50%;
	background-clip: padding-box;
	position: absolute;
	right: 14px;
	top: 14px;
	-webkit-transition: background-color .2s;
	-moz-transition: background-color .2s;
	-ms-transition: background-color .2s;
	-o-transition: background-color .2s;
	transition: background-color .2s;
	width: 40px;
	height: 40px;
	background-color: rgba(11, 11, 12, .5);
	cursor: pointer
}

.infoBoxClose:after {
	position: absolute;
	left: 50%;
	top: 50%;
	background-image: url(../images/sprite.png);
	background-position: -531px -542px;
	width: 12px;
	height: 12px;
	content: '';
	margin-top: -6px;
	margin-left: -6px
}

.infoBoxClose:hover {
	background-color: #00a5ff
}

.infoBoxFacts {
	box-sizing: border-box;
	margin: 0;
	margin-top: 30px
}

.infoBoxPartners {
	box-sizing: border-box;
	position: relative;
	min-height: 60px;
	margin-top: 30px;
	padding-top: 28px;
	font-size: 16px
}

.infoBoxPartners a:after {
	content: ','
}

.infoBoxPartners a:last-of-type:after {
	content: ''
}

.infoBoxPartners a {
	color: #fff;
	text-decoration: none
}

.projectName {
	margin-top: 10px;
	margin-bottom: 30px;
	font-family: abril, georgia, serif;
	font-size: 40px;
	line-height: 1.05
}

.projectDesc,
.projectDescHidden {
	margin-bottom: 10px;
	line-height: 1.4
}

.factText a,
.projectDesc a {
	-webkit-transition: color .1s;
	-moz-transition: color .1s;
	-ms-transition: color .1s;
	-o-transition: color .1s;
	transition: color .1s;
	border-bottom: 2px dotted rgba(255, 255, 255, .5);
	color: inherit;
	text-decoration: none
}

.factText a:hover,
.projectDesc a:hover {
	color: #ffce00
}

.factSection {
	box-sizing: border-box;
	position: relative;
	min-height: 54px;
	border-bottom: 1px dotted rgba(255, 255, 255, .6)
}

.factSection:last-child {
	border-bottom: none
}

.factSection,
.factSplitSection {
	padding-top: 26px;
	padding-bottom: 8px
}

.factSplitSection {
	position: absolute;
	left: 0;
	top: 0;
	width: 50%
}

.factSplitSection:nth-child(2) {
	left: 50%
}

.factHeader {
	position: absolute;
	left: 0;
	top: 8px;
	color: rgba(255, 255, 255, .5);
	font-weight: 700;
	font-size: 11px;
	text-transform: uppercase
}

.factText {
	position: static;
	font-size: 16px;
	line-height: 1.4;
	padding-bottom: 4px
}

.factTextSmaller {
	font-size: 16px
}

#projectBody.project3d {
	background: url(/images/blurbg.jpg);
	background-size: 100% 100%
}

#viewer3d {
	-webkit-transition: left .3s cubic-bezier(.785, .135, .15, .86), right .3s cubic-bezier(.785, .135, .15, .86);
	-moz-transition: left .3s cubic-bezier(.785, .135, .15, .86), right .3s cubic-bezier(.785, .135, .15, .86);
	-ms-transition: left .3s cubic-bezier(.785, .135, .15, .86), right .3s cubic-bezier(.785, .135, .15, .86);
	-o-transition: left .3s cubic-bezier(.785, .135, .15, .86), right .3s cubic-bezier(.785, .135, .15, .86);
	transition: left .3s cubic-bezier(.785, .135, .15, .86), right .3s cubic-bezier(.785, .135, .15, .86);
	right: -210px;
	left: -390px;
	position: absolute;
	top: 0;
	bottom: 0
}

.infoOpen #viewer3d {
	right: -390px;
	left: -210px
}

.clampTextExpand {
	display: none
}


.clampTextMore:hover {
	background: #00a5ff
}

#projectSubsiteList {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-webkit-user-drag: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	user-drag: none;
	position: absolute;
	right: 20px;
	top: 30px;
	-webkit-transition: left .3s cubic-bezier(.77, 0, .175, 1), opacity .3s;
	-moz-transition: left .3s cubic-bezier(.77, 0, .175, 1), opacity .3s;
	-ms-transition: left .3s cubic-bezier(.77, 0, .175, 1), opacity .3s;
	-o-transition: left .3s cubic-bezier(.77, 0, .175, 1), opacity .3s;
	transition: left .3s cubic-bezier(.77, 0, .175, 1), opacity .3s;
	height: 80px;
	text-align: center
}

.projectSubsite {
	box-sizing: border-box;
	border-radius: 4px;
	background-clip: padding-box;
	-webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .25);
	-moz-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .25);
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .25);
	-webkit-transition: -webkit-transform 250ms cubic-bezier(.645, .045, .355, 1), opacity 250ms cubic-bezier(.645, .045, .355, 1);
	-moz-transition: -moz-transform 250ms cubic-bezier(.645, .045, .355, 1), opacity 250ms cubic-bezier(.645, .045, .355, 1);
	-ms-transition: -ms-transform 250ms cubic-bezier(.645, .045, .355, 1), opacity 250ms cubic-bezier(.645, .045, .355, 1);
	-o-transition: -o-transform 250ms cubic-bezier(.645, .045, .355, 1), opacity 250ms cubic-bezier(.645, .045, .355, 1);
	transition: transform 250ms cubic-bezier(.645, .045, .355, 1), opacity 250ms cubic-bezier(.645, .045, .355, 1);
	background-color: #02060a;
	position: relative;
	display: inline-block;
	width: 80px;
	height: 45px;
	margin: 0 2px;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	font-size: 11px;
	line-height: 1;
	text-align: center;
	vertical-align: top;
	text-decoration: none;
	text-transform: uppercase
}

.projectSubsite:after {
	border-radius: 3px;
	background-clip: padding-box;
	-webkit-transition: opacity .1s;
	-moz-transition: opacity .1s;
	-ms-transition: opacity .1s;
	-o-transition: opacity .1s;
	transition: opacity .1s;
	position: absolute;
	top: 0;
	right: 0;
	bottom: auto;
	left: 0;
	content: '';
	height: 45px;
	background: rgba(255, 255, 255, .5)
}

.projectSubsite:hover:after {
	opacity: 0
}

.projectSubsite .projectSubsiteLabel {
	-webkit-transition: all .1s cubic-bezier(.645, .045, .355, 1);
	-moz-transition: all .1s cubic-bezier(.645, .045, .355, 1);
	-ms-transition: all .1s cubic-bezier(.645, .045, .355, 1);
	-o-transition: all .1s cubic-bezier(.645, .045, .355, 1);
	transition: all .1s cubic-bezier(.645, .045, .355, 1);
	position: absolute;
	bottom: 80%;
	left: -20px;
	width: 120px;
	padding-bottom: 5px;
	opacity: 0;
	color: #373c42;
	font-family: din, proximanova, sans-serif;
	font-weight: 600;
	font-size: 10px
}

.projectSubsite:hover .projectSubsiteLabel {
	bottom: 100%;
	opacity: 1
}

.projectSubsite.selected:before {
	position: absolute;
	top: auto;
	right: 0;
	bottom: -12px;
	left: 0;
	border-radius: 1px;
	background-clip: padding-box;
	content: '';
	height: 5px;
	background: #5e636a
}

.projectSubsite.selected:after {
	background: 0 0
}

#proxyElements {
	position: absolute;
	left: 0;
	top: 0
}

.proxyElement {
	position: absolute;
	left: 0;
	top: 0
}

.projectGuideButton {
	position: absolute;
	right: 59px;
	bottom: 30px;
	display: none;
	color: #fff;
	font-weight: 700;
	font-size: .8em;
	text-transform: uppercase;
	cursor: pointer
}

.projectGuideButton:before {
	background-image: url(../images/sprite.png);
	background-position: -440px 0;
	width: 49px;
	height: 49px;
	position: absolute;
	right: -48px;
	top: -7px;
	content: ''
}

.projectGuideButton:after {
	background-image: url(../images/sprite.png);
	background-position: -509px -438px;
	width: 31px;
	height: 31px;
	position: absolute;
	right: -39px;
	top: -6px;
	-webkit-transition: opacity .2s;
	-moz-transition: opacity .2s;
	-ms-transition: opacity .2s;
	-o-transition: opacity .2s;
	transition: opacity .2s;
	content: '';
	opacity: 0
}

.projectGuideButton:hover:after {
	opacity: 1
}

#projectModelInfo {
	-webkit-transition: left .3s cubic-bezier(.77, 0, .175, 1), opacity .3s;
	-moz-transition: left .3s cubic-bezier(.77, 0, .175, 1), opacity .3s;
	-ms-transition: left .3s cubic-bezier(.77, 0, .175, 1), opacity .3s;
	-o-transition: left .3s cubic-bezier(.77, 0, .175, 1), opacity .3s;
	transition: left .3s cubic-bezier(.77, 0, .175, 1), opacity .3s;
	position: absolute;
	right: 20px;
	top: 30px;
	width: 320px;
	color: #373c42;
	text-align: right;
	z-index: 99
}

#projectModelInfo.hasSublinks {
	top: 105px
}

.projectSiteTitle {
	margin: 0;
	font-family: din, proximanova, sans-serif;
	font-weight: 700;
	font-size: .9em;
	text-transform: uppercase;
	margin-left: -100px
}

.projectModelTitle {
	margin: 0 0 .2em 0;
	font-family: abril, georgia, serif;
	font-size: 2.5em;
	line-height: 1.1;
	margin-left: -240px
}

.projectModelDescription {
	margin: 0 0 .75em 0;
	opacity: .9;
	font-family: proximanova, sans-serif;
	font-weight: 500;
	font-size: 1em
}

.projectModelDescription i {
	font-weight: 700;
	font-style: normal
}

.projectModelDescription br {
	margin-bottom: -.5em
}

.projectModelDescription p {
	margin: 0 0 .5em 0
}

#projectInfoButton {
	margin: 0;
	padding: .75em 1.5em;
	background: #ffce00;
	cursor: pointer
}

#projectInfoButton.hover,
#projectInfoButton:hover {
	background: #ffce00
}

#projectIntroLoader {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center
}

#projectIntroLoader .spinner {
	margin-top: 20px
}

#projectIntroLoaderTitle {
	position: absolute;
	left: 50%;
	top: 40%;
	width: 600px;
	height: 100px;
	margin-top: -100px;
	margin-left: -300px
}

#projectIntroLoaderTitle #projectIntroLoaderMessage,
#projectIntroLoaderTitle #projectIntroLoaderModelName {
	margin: 0;
	padding: 0;
	font-family: din, proximanova, sans-serif;
	font-weight: 600;
	font-size: .85em;
	text-align: center;
	text-transform: uppercase
}

#projectIntroLoaderTitle #projectIntroLoaderMessage {
	font-size: .65em;
	font-weight: 700;
	position: relative;
	top: -.75em;
	display: none
}

#projectIntroLoaderTitle #projectIntroLoaderSiteName {
	margin: 0;
	margin-bottom: -.1em;
	padding: 0;
	font-family: abril, georgia, serif;
	font-weight: 400;
	font-size: 1.65em;
	text-transform: none
}

#projectIntroLoaderTitle #projectIntroLoaderBreak {
	position: relative;
	width: 120px;
	height: 2px;
	margin: 12px auto 8px auto
}

#projectIntroLoader {
	color: #2a2c31;
	background: rgba(2, 6, 10, 0)
}

#projectIntroLoader #projectIntroLoaderBreak {
	background-color: #2a2c31
}

.project3d .projectHideOnLoad {
	opacity: 0
}

.projectMainImage {
	position: absolute;
	display: none
}

.hotspot-icon {
	position: absolute;
	width: 51px;
	height: 52px;
	background-repeat: no-repeat;
	cursor: pointer
}

.hotspot-audio {
	background-image: url(https://cyarkpublicdata.blob.core.windows.net/site/hotspots/hotspot-audio.png)
}

.hotspot-detail {
	background-image: url(https://cyarkpublicdata.blob.core.windows.net/site/hotspots/hotspot-detail.png)
}

.hotspot-image {
	background-image: url(https://cyarkpublicdata.blob.core.windows.net/site/hotspots/hotspot-image.png)
}

.hotspot-video {
	background-image: url(https://cyarkpublicdata.blob.core.windows.net/site/hotspots/hotspot-video.png)
}

#projectBody.project2d {
	background-color: #02060a;
	background-image: none
}

#project2dViewer {
	width: 100%;
	height: 100%;
	background-color: #02060a
}

#project2dShadow {
	position: absolute;
	left: 0;
	top: 0;
	-webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, .75);
	-moz-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, .75);
	box-shadow: 0 5px 40px 0 rgba(0, 0, 0, .75);
	border-radius: 6px;
	background-clip: padding-box
}

.projectMainImage {
	position: absolute;
	left: 0;
	top: 0
}

#project2dTextOverlay {
	position: absolute;
	right: 0;
	top: 0;
	min-width: 600px;
	height: 100%
}

#project2dHotspots {
	position: absolute;
	left: 0;
	top: 0
}

#projectBody.project2d #projectModelInfo {
	color: #fff
}

#projectBody.project2d .projectSiteTitle {
	color: rgba(255, 255, 255, .8)
}

#projectBasicImage {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-size: cover
}

#projectBasicOverlay {
	position: absolute;
	top: 0;
	right: auto;
	bottom: 0;
	left: 0;
	background-image: -webkit-linear-gradient(right, rgba(0, 6, 12, .8) 20%, rgba(0, 6, 12, .5) 60%, rgba(0, 6, 12, 0) 100%);
	background-image: linear-gradient(to right, rgba(0, 6, 12, .8) 20%, rgba(0, 6, 12, .5) 60%, rgba(0, 6, 12, 0) 100%);
	width: 600px
}

#projectBasicOverlayBottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 200px
}

#projectBody.projectBasic {
	background-color: #02060a;
	background-image: none
}

#projectBody.projectBasic .infoBoxClose {
	display: none
}

#projectBody.projectBasic .infoBoxContainer {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	background: 0 0;
	border-radius: 0;
	opacity: 1
}

#projectBody.projectBasic .infoBoxInner {
	max-width: 400px;
	margin-bottom: 100px
}

#projectBody.projectBasic .infoBoxContent {
	width: 100%
}

#projectHelp {
	pointer-events: none;
	position: absolute;
	left: 45%;
	bottom: 10px;
	-webkit-perspective: 800;
	-moz-perspective: 800;
	-ms-perspective: 800;
	perspective: 800;
	width: 400px;
	height: 260px;
	margin-left: -200px;
	font-family: din, proximanova, sans-serif;
	font-weight: 700;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	overflow: hidden
}

#projectHelpCursor {
	position: absolute;
	left: 20%;
	top: 120px;
	background-image: url(../images/sprite.png);
	background-position: -338px -248px;
	width: 45px;
	height: 64px
}

#projectHelpRotate {
	position: absolute;
	left: 50%;
	top: -20px;
	-webkit-transform: rotateX(70deg) rotateZ(180deg);
	-moz-transform: rotateX(70deg) rotateZ(180deg);
	-ms-transform: rotateX(70deg) rotateZ(180deg);
	-o-transform: rotateX(70deg) rotateZ(180deg);
	margin-left: -114px;
	background-image: url(../images/sprite.png);
	background-position: 0 0;
	width: 228px;
	height: 228px
}

#projectHelpScreen {
	position: absolute;
	left: 50%;
	top: 20px;
	border-radius: 3px;
	background-clip: padding-box;
	width: 160px;
	height: 90px;
	margin-left: -80px;
	background-color: rgba(255, 255, 255, .2)
}

#projectHelpMouse {
	position: absolute;
	left: 50%;
	top: 60px;
	width: 63px;
	height: 91px;
	margin-left: -31.5px
}

#projectHelpMouse:after {
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(../images/sprite.png);
	background-position: -348px -113px;
	width: 63px;
	height: 91px;
	content: ''
}

#projectHelpMouseScroller {
	position: absolute;
	left: 50%;
	top: 8px;
	width: 16px;
	height: 24px;
	margin-left: -8px;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAGCAIAAACNcmNmAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkE4M0NCNjk0NDVDMjExRTQ4NkRBQkMzQjM1N0I4NEE3IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkE4M0NCNjk1NDVDMjExRTQ4NkRBQkMzQjM1N0I4NEE3Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NzNEQzQ1NUQ0NUMyMTFFNDg2REFCQzNCMzU3Qjg0QTciIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NzNEQzQ1NUU0NUMyMTFFNDg2REFCQzNCMzU3Qjg0QTciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz67Gt75AAAAGUlEQVR42mIwNbdiYmBgYOLj4wPTUAwQYAARGwDbYDK4IgAAAABJRU5ErkJggg==);
	background-repeat: repeat
}

.projectHelpText {
	box-sizing: border-box;
	position: absolute;
	left: 50%;
	top: 160px;
	padding: 4px 8px;
	border-radius: 3px;
	background-clip: padding-box;
	width: 180px;
	margin-left: -90px;
	background: rgba(255, 255, 255, .4)
}

#projectHelpDrag,
#projectHelpZoom {
	display: none
}

#projectHelpDrag.showHelp {
	display: block;
	-webkit-animation: fadeInOut 3s 1 ease-in-out forwards;
	animation: fadeInOut 3s 1 ease-in-out forwards
}

#projectHelpDrag.showHelp #projectHelpRotate {
	-webkit-animation: dragRotate 3s 1 ease-in-out forwards;
	animation: dragRotate 3s 1 ease-in-out forwards
}

#projectHelpDrag.showHelp #projectHelpCursor {
	-webkit-animation: dragCursor 3s 1 ease-in-out forwards;
	animation: dragCursor 3s 1 ease-in-out forwards
}

#projectHelpZoom.showHelp {
	display: block;
	-webkit-animation: fadeInOut 2s 1 ease-in-out forwards;
	animation: fadeInOut 2s 1 ease-in-out forwards
}

#projectHelpZoom.showHelp #projectHelpScreen {
	-webkit-animation: zoomScreen 2s 1 ease-in-out forwards;
	animation: zoomScreen 2s 1 ease-in-out forwards
}

#projectHelpZoom.showHelp #projectHelpMouse {
	-webkit-animation: fadeInOut 2s 1 ease-in-out forwards;
	animation: fadeInOut 2s 1 ease-in-out forwards
}

#projectHelpZoom.showHelp #projectHelpMouseScroller {
	-webkit-animation: zoomScroll 2s 1 ease-in-out forwards;
	animation: zoomScroll 2s 1 ease-in-out forwards
}

#projectHelp.supportsTouch #projectHelpCursor {
	background-image: url(../images/sprite.png);
	background-position: -348px 0;
	width: 72px;
	height: 93px
}

#pano {
	width: 100vw;
	bottom: 0;
	top: 0;
	position: absolute
}

.exploreButtonGroup {
	bottom: 20px;
	right: 0;
	padding-right: 45%;
	text-align: center;
	position: fixed
}

.exploreButton {
	color: #fff;
	text-decoration: none
}

.exploreButtonHidden {
	display: none
}

.exploreImage {
	width: 68px;
	height: auto
}

.exploreText {
	font-weight: 700
}

@-webkit-keyframes dragCursor {
	0% {
		top: 120px;
		left: 20%
	}
	35% {
		top: 100px;
		left: 80%
	}
	75% {
		top: 140px;
		left: 30%
	}
	95% {
		top: 120px;
		left: 20%
	}
}

@-webkit-keyframes zoomScroll {
	0% {
		background-position: 0 0
	}
	100% {
		background-position: 0 -40px
	}
}

@-webkit-keyframes fadeInOut {
	0% {
		opacity: 0
	}
	15% {
		opacity: 1
	}
	85% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}

@-webkit-keyframes zoomScreen {
	0% {
		-webkit-transform: scale(.25);
		-moz-transform: scale(.25);
		-ms-transform: scale(.25);
		-o-transform: scale(.25);
		transform: scale(.25);
		background-color: rgba(255, 255, 255, .5)
	}
	95% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		background-color: rgba(255, 255, 255, .2)
	}
}

@-webkit-keyframes dragRotate {
	0% {
		-webkit-transform: rotateX(70deg) rotateZ(180deg);
		-moz-transform: rotateX(70deg) rotateZ(180deg);
		-ms-transform: rotateX(70deg) rotateZ(180deg);
		-o-transform: rotateX(70deg) rotateZ(180deg)
	}
	35% {
		-webkit-transform: rotateX(75deg) rotateZ(-40deg);
		-moz-transform: rotateX(75deg) rotateZ(-40deg);
		-ms-transform: rotateX(75deg) rotateZ(-40deg);
		-o-transform: rotateX(75deg) rotateZ(-40deg)
	}
	75% {
		-webkit-transform: rotateX(55deg) rotateZ(110deg);
		-moz-transform: rotateX(55deg) rotateZ(110deg);
		-ms-transform: rotateX(55deg) rotateZ(110deg);
		-o-transform: rotateX(55deg) rotateZ(110deg)
	}
	95% {
		-webkit-transform: rotateX(70deg) rotateZ(180deg);
		-moz-transform: rotateX(70deg) rotateZ(180deg);
		-ms-transform: rotateX(70deg) rotateZ(180deg);
		-o-transform: rotateX(70deg) rotateZ(180deg)
	}
}

@keyframes dragCursor {
	0% {
		top: 120px;
		left: 20%
	}
	35% {
		top: 100px;
		left: 80%
	}
	75% {
		top: 140px;
		left: 30%
	}
	95% {
		top: 120px;
		left: 20%
	}
}

@keyframes zoomScroll {
	0% {
		background-position: 0 0
	}
	100% {
		background-position: 0 -40px
	}
}

@keyframes fadeInOut {
	0% {
		opacity: 0
	}
	15% {
		opacity: 1
	}
	85% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}

@keyframes zoomScreen {
	0% {
		-webkit-transform: scale(.25);
		-moz-transform: scale(.25);
		-ms-transform: scale(.25);
		-o-transform: scale(.25);
		transform: scale(.25);
		background-color: rgba(255, 255, 255, .5)
	}
	95% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		background-color: rgba(255, 255, 255, .2)
	}
}

@keyframes dragRotate {
	0% {
		-webkit-transform: rotateX(70deg) rotateZ(180deg);
		-moz-transform: rotateX(70deg) rotateZ(180deg);
		-ms-transform: rotateX(70deg) rotateZ(180deg);
		-o-transform: rotateX(70deg) rotateZ(180deg)
	}
	35% {
		-webkit-transform: rotateX(75deg) rotateZ(-40deg);
		-moz-transform: rotateX(75deg) rotateZ(-40deg);
		-ms-transform: rotateX(75deg) rotateZ(-40deg);
		-o-transform: rotateX(75deg) rotateZ(-40deg)
	}
	75% {
		-webkit-transform: rotateX(55deg) rotateZ(110deg);
		-moz-transform: rotateX(55deg) rotateZ(110deg);
		-ms-transform: rotateX(55deg) rotateZ(110deg);
		-o-transform: rotateX(55deg) rotateZ(110deg)
	}
	95% {
		-webkit-transform: rotateX(70deg) rotateZ(180deg);
		-moz-transform: rotateX(70deg) rotateZ(180deg);
		-ms-transform: rotateX(70deg) rotateZ(180deg);
		-o-transform: rotateX(70deg) rotateZ(180deg)
	}
}

.idTop {
	position: relative;
	width: 100%;
	background: rgba(255, 255, 255, .5);
	margin-top: 96px;
	padding: 2em 0;
	overflow: hidden;
	background: 0 0;
	font-size: 2.5vw;
	text-align: center;
	background-image: -webkit-linear-gradient(bottom, rgba(2, 6, 10, 0), rgba(2, 6, 10, .8));
	background-image: linear-gradient(to bottom, rgba(2, 6, 10, 0), rgba(2, 6, 10, .8))
}

@media only screen and (min-width:1280px) {
	.idTop {
		font-size: 32px
	}
}

#idBackground {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: auto;
	height: 500px;
	background-size: 100%;
	background-position: 0 0
}

.idTitleContainer {
	width: 100%;
	margin: 0 auto;
	max-width: 1140px
}

.idTitle {
	margin: 0 auto;
	color: #fff;
	font-family: abril, georgia, serif;
	font-size: 3em;
	line-height: 1
}

.idSubtitle {
	width: 75%;
	max-width: 800px;
	margin: .3em auto 0;
	color: #fff;
	font-family: proximanova, sans-serif;
	font-style: normal;
	font-size: 1em;
	line-height: 1.3
}

#idSections {
	clear: both;
	width: 100%;
	padding-bottom: 100px;
	font-family: proximanova, sans-serif;
	font-size: 18bpx;
	background: #fff;
	position: relative
}

.idSection {
	position: relative;
	clear: both;
	max-width: 1280px
}

.idSection i {
	font-family: abril, georgia, serif;
	font-size: 1.07em
}

.idSection:last-child .idDivider {
	display: none
}

.idSectionNoMedia .idSectionMedia {
	display: none
}

.idSectionNoMedia .idSectionDescription {
	width: 100%;
	max-width: 900px
}

.idSectionMediaLayout {
	width: 100%
}

.idSectionMediaItem {
	box-sizing: border-box;
	width: 32%;
	margin-right: 1.3333%;
	margin-bottom: 1.3333%;
	padding-bottom: 32%;
	position: relative;
	float: left;
	background-color: #373c42;
	background-position: center center;
	background-size: cover;
	cursor: pointer
}

.idSectionMediaItem:after {
	-webkit-transition: opacity .2s;
	-moz-transition: opacity .2s;
	-ms-transition: opacity .2s;
	-o-transition: opacity .2s;
	transition: opacity .2s;
	position: absolute;
	left: 50%;
	top: 50%;
	background-image: url(../images/sprite.png);
	background-position: -440px -197px;
	width: 44px;
	height: 44px;
	content: '';
	margin-top: -22px;
	margin-left: -22px;
	opacity: 0
}

.idSectionMediaItem:hover:before {
	opacity: 0
}

.idSectionMediaItem:hover:after {
	opacity: 1
}

.idSectionMediaItem-3d:before {
	background-image: url(../images/sprite.png);
	background-position: -440px -69px;
	width: 44px;
	height: 44px
}

.idSectionMediaItem-audio:before {
	background-image: url(../images/sprite.png);
	background-position: -440px -325px;
	width: 42px;
	height: 42px
}

.idSectionMediaItem-video:before {
	background-image: url(../images/sprite.png);
	background-position: -79px -427px;
	width: 42px;
	height: 42px
}

.idSectionMediaItem-audio:after,
.idSectionMediaItem-video:after {
	background-image: url(../images/sprite.png);
	background-position: -440px -261px;
	width: 44px;
	height: 44px;
	margin-top: -22px;
	margin-left: -22px
}

.content .idSectionGalleryLink {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
	display: block;
	clear: both;
	color: #919498;
	font-family: din, proximanova, sans-serif;
	font-weight: 600;
	font-size: .7em;
	text-transform: uppercase
}

.content .idSectionGalleryLink:before {
	background-image: url(../images/sprite.png);
	background-position: -565px -485px;
	width: 23px;
	height: 23px;
	content: '';
	position: relative;
	top: 6px;
	display: inline-block;
	margin-right: 4px
}

.content .idSectionGalleryLink:after {
	background-image: url(../images/sprite.png);
	background-position: -563px -542px;
	width: 16px;
	height: 10px;
	content: '';
	position: relative;
	display: inline-block;
	margin-left: 4px
}

.content .idSectionGalleryLink:hover {
	color: #ffce00!important
}

.content .idSectionGalleryLink:hover:after {
	background-image: url(../images/sprite.png);
	background-position: -615px -30px;
	width: 16px;
	height: 10px
}

.content .idSectionGalleryLink:hover:before {
	background-image: url(../images/sprite.png);
	background-position: -565px -442px;
	width: 23px;
	height: 23px
}

.content hr {
	margin: 2em auto 2.25em auto
}

.idSectionMediaLayout-3 .idSectionMediaItem:nth-child(1) {
	width: 32%;
	margin-right: 1.3333%;
	margin-bottom: 1.3333%;
	padding-bottom: 65.3333%
}

.idSectionMediaLayout-2 .idSectionMediaItem:nth-child(1) {
	width: 65.3333%;
	margin-right: 1.3333%;
	margin-bottom: 1.3333%;
	padding-bottom: 65.3333%
}

.idSectionMediaLayout-2 .idSectionMediaItem:nth-child(2) {
	width: 32%;
	margin-right: 1.3333%;
	margin-bottom: 1.3333%;
	padding-bottom: 65.3333%
}

.idSectionMediaLayout-3 .idSectionMediaItem:nth-child(1) {
	width: 65.3333%;
	margin-right: 1.3333%;
	margin-bottom: 1.3333%;
	padding-bottom: 65.3333%
}

.idSectionMediaLayout-4 .idSectionMediaItem:nth-child(2) {
	width: 65.3333%;
	margin-right: 1.3333%;
	margin-bottom: 1.3333%;
	padding-bottom: 32%
}

.idSectionMediaLayout-4 .idSectionMediaItem:nth-child(3) {
	width: 65.3333%;
	margin-right: 1.3333%;
	margin-bottom: 1.3333%;
	padding-bottom: 32%
}

.idSectionMediaLayout-1 .idSectionMediaItem {
	width: 98.6666%;
	margin-right: 1.3333%;
	margin-bottom: 1.3333%;
	padding-bottom: 65.3333%
}

.idSectionMediaLayout .idSectionMediaItem-quote {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	box-sizing: 10;
	position: relative;
	display: block;
	width: 468px;
	height: auto;
	min-height: 0;
	max-height: none;
	margin-top: 0;
	margin-bottom: 1em;
	margin-left: 0;
	padding-top: .5em;
	padding-bottom: 1em;
	padding-left: 1.25em;
	background: 0 0;
	border-left: 2px solid #fbc620;
	color: #000;
	font-family: din, proximanova, sans-serif, proximanova, sans-serif;
	font-weight: 700;
	font-size: 1em;
	line-height: 1.5;
	cursor: text
}

.idSectionMediaLayout .idSectionMediaItem-quote:after,
.idSectionMediaLayout .idSectionMediaItem-quote:before {
	display: none
}

.idSectionMediaLayout .idSectionMediaItem-quote footer {
	text-align: right
}

#project3dEditor #editorMain {
	position: absolute;
	top: 46px;
	right: 0;
	bottom: 0;
	left: 0
}

#project3dEditor #editControls {
	position: absolute;
	top: 0;
	right: auto;
	bottom: 40px;
	left: 0;
	width: 400px
}

#project3dEditor #editKey {
	position: absolute;
	top: 0;
	right: 0;
	bottom: auto;
	left: 400px;
	padding: 15px;
	color: #000;
	background-color: #ccc
}

#project3dEditor #frame3dContainer {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 400px
}

#project3dEditor #frame3d {
	width: 100%;
	height: 100%
}

#project3dEditor #siteData {
	width: 100%;
	height: 100%;
	color: #000;
	font-family: "Courier New", Courier, monospace;
	font-size: 13px
}

#project3dEditor #refreshButton {
	padding: 10px 20px;
	margin-top: 5px;
	position: absolute;
	right: 0;
	cursor: pointer
}

#themeList {
	background-color: #1c2023;
	min-height: 95vh
}

#themeList #themes {
	margin-top: 46px
}

#themeList #themeRowBg {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 600px;
	height: 400px;
	background-image: url(/images/themeRowBg.png);
	background-repeat: no-repeat;
	background-position: bottom right
}

#themeList .theme {
	box-sizing: border-box;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 60px 0 60px 0;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 100%;
	border-bottom: 3px solid #02060a
}

#themeList .themeTitleContainer {
	box-sizing: border-box;
	position: relative;
	left: 40px;
	width: 400px;
	height: 460px
}

#themeList .themeTitleContainer .buttonLink {
	font-size: .8em
}

#themeList .themeTitle {
	display: inherit;
	color: #fff;
	font-family: abril, georgia, serif;
	font-size: 2.5em;
	line-height: 1.2;
	white-space: normal;
	text-decoration: none
}

#themeList .themeContentOuter {
	position: relative;
	height: 460px;
	overflow: hidden
}

#themeList .themeContentInner {
	box-sizing: border-box;
	position: absolute;
	top: 0;
	right: 0;
	bottom: -40px;
	left: 0;
	overflow-x: auto;
	overflow-y: hidden
}

#themeList .themeProjects {
	position: absolute;
	top: 0;
	right: auto;
	bottom: 0;
	left: 440px;
	width: 1000%
}

#themeList .themeDesc {
	float: left;
	width: 400px;
	max-height: 460px;
	margin-left: 50px;
	overflow: hidden;
	color: rgba(255, 255, 255, .8);
	font-family: proximanova, sans-serif;
	font-size: 18px;
	line-height: 1.45
}

#themeList .themeScrollButton {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: auto;
	background: -webkit-gradient(linear, left top, right top, from(rgba(28, 32, 35, 0)), to(rgba(28, 32, 35, .9)));
	background: -webkit-linear-gradient(left, rgba(28, 32, 35, 0), rgba(28, 32, 35, .9));
	background: -moz-linear-gradient(left, rgba(28, 32, 35, 0), rgba(28, 32, 35, .9));
	background: -ms-linear-gradient(left, rgba(28, 32, 35, 0), rgba(28, 32, 35, .9));
	background: -o-linear-gradient(left, rgba(28, 32, 35, 0), rgba(28, 32, 35, .9));
	-webkit-transition: opacity .3s 0, visibility 0 .3s;
	-moz-transition: opacity .3s 0, visibility 0 .3s;
	-ms-transition: opacity .3s 0, visibility 0 .3s;
	-o-transition: opacity .3s 0, visibility 0 .3s;
	transition: opacity .3s 0, visibility 0 .3s;
	visibility: hidden;
	width: 120px;
	opacity: 0
}

#themeList .themeScrollButton:after {
	position: absolute;
	right: 0;
	top: 50%;
	background-image: url(../images/sprite.png);
	background-position: -248px 0;
	width: 80px;
	height: 98px;
	content: '';
	margin-top: -40px;
	cursor: pointer
}

#themeList .themePrevPageButton {
	background: -webkit-gradient(linear, left top, right top, from(rgba(28, 32, 35, .9)), to(rgba(28, 32, 35, 0)));
	background: -webkit-linear-gradient(left, rgba(28, 32, 35, .9), rgba(28, 32, 35, 0));
	background: -moz-linear-gradient(left, rgba(28, 32, 35, .9), rgba(28, 32, 35, 0));
	background: -ms-linear-gradient(left, rgba(28, 32, 35, .9), rgba(28, 32, 35, 0));
	background: -o-linear-gradient(left, rgba(28, 32, 35, .9), rgba(28, 32, 35, 0));
	top: 0;
	right: auto;
	bottom: 0;
	left: 0;
	width: 120px
}

#themeList .themePrevPageButton:after {
	background-image: url(../images/sprite.png);
	background-position: -248px -118px;
	width: 80px;
	height: 98px;
	right: auto;
	left: 0;
	margin-top: -40px
}

#themeList .showNext .themeNextPageButton {
	-webkit-transition: opacity .3s 0, visibility 0 0;
	-moz-transition: opacity .3s 0, visibility 0 0;
	-ms-transition: opacity .3s 0, visibility 0 0;
	-o-transition: opacity .3s 0, visibility 0 0;
	transition: opacity .3s 0, visibility 0 0;
	visibility: visible;
	opacity: 1
}

#themeList .showPrev .themePrevPageButton {
	-webkit-transition: opacity .3s 0, visibility 0 0;
	-moz-transition: opacity .3s 0, visibility 0 0;
	-ms-transition: opacity .3s 0, visibility 0 0;
	-o-transition: opacity .3s 0, visibility 0 0;
	transition: opacity .3s 0, visibility 0 0;
	visibility: visible;
	opacity: 1
}

#themeDetail .tile,
#themeList .tile {
	box-sizing: border-box;
	position: relative;
	float: left;
	width: 379.5px;
	height: 230px;
	background-color: #0b0b0c;
	background-size: cover;
	color: #fff;
	text-decoration: none
}

#themeDetail .tileName,
#themeList .tileName {
	margin-right: 10px;
	color: rgba(255, 255, 255, .8);
	font-weight: 400;
	font-size: 19px;
	line-height: 1.15
}

#themeDetail {
	background-color: #1c2023
}

#themeDetail .tile {
	width: 100%
}

#themeDetail .themeTitle {
	margin-top: 1em
}

#themeDetailTiles {
	padding: 2em 0 8em 0
}

.themeDetailBackgroundHeader {
	position: absolute;
	left: 0;
	bottom: 0;
	position: fixed;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: auto 100%;
	opacity: .25
}

#themeMap {
	position: relative;
	width: 100vw;
	height: 100%;
	height: -webkit-calc(100vh - 96px);
	height: -moz-calc(100vh - 96px);
	height: calc(100vh - 96px);
	margin: 0;
	background: #474c53
}

#themesponsor {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding: 60px 0
}

#themesponsorlogo {
	max-height: 75px;
	max-width: 200px;
	vertical-align: middle
}

#themeDetailContent {
	bottom: 40px;
	top: 94px;
	position: absolute;
	width: 100vw;
	display: inline-grid
}

#themefilters {
	position: absolute;
	top: 96px;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 80;
	height: 54px;
	background: #474c53;
	border-bottom: 1px solid #000
}

#themelistfilters {
	position: fixed;
	top: 46px;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 80;
	height: 54px;
	background: #474c53;
	border-bottom: 1px solid #000
}

.themeTimelineInfoBox {
	top: 87px
}

.mapKey {
	box-sizing: border-box;
	position: absolute;
	top: auto;
	right: 5px;
	bottom: 5px;
	left: auto;
	border-radius: 6px;
	background-clip: padding-box;
	height: auto;
	padding: 30px;
	width: 300px;
	background: rgba(11, 18, 27, .75);
	outline: 0;
	color: #fff;
	z-index: 100
}

.mapKey.show {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	top: 5px;
	opacity: 1
}

.mapKey h2 {
	font-family: abril, georgia, serif;
	padding-bottom: 10px;
	font-size: 22px;
	margin-left: -6px
}

.mapKeyInfo {
	border-radius: 50%;
	background-clip: padding-box;
	position: absolute;
	right: 10px;
	top: 10px;
	-webkit-transition: background-color .2s;
	-moz-transition: background-color .2s;
	-ms-transition: background-color .2s;
	-o-transition: background-color .2s;
	transition: background-color .2s;
	display: block;
	width: 28px;
	height: 28px;
	background-color: rgba(11, 11, 12, .5);
	cursor: pointer
}

.mapKeyInfo:after {
	position: absolute;
	left: 50%;
	top: 50%;
	background-image: url(../images/sprite.png);
	background-position: -482px -387px;
	width: 6px;
	height: 12px;
	content: '';
	margin-top: -6px;
	margin-left: -3px
}

.mapKeyInfo:hover {
	background-color: #00a5ff
}

.mapKeyInfo.highlight {
	background-color: #00a5ff
}

.mapKeyDetails {
	box-sizing: border-box;
	position: absolute;
	top: 62px;
	right: 310px;
	bottom: 5px;
	left: auto;
	border-radius: 6px;
	background-clip: padding-box;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	height: auto;
	padding: 30px;
	width: 600px;
	background: rgba(11, 18, 27, .75);
	outline: 0;
	opacity: 0;
	color: #fff;
	z-index: 100
}

.mapKeyDetails.show {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1
}

.mapKeyDetails.noanimation {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none
}

.mapKeyDetails h2 {
	font-family: abril, georgia, serif;
	padding-bottom: 10px;
	font-size: 22px;
	margin-left: -6px
}

.mapBoxClose {
	border-radius: 50%;
	background-clip: padding-box;
	position: absolute;
	right: 14px;
	top: 14px;
	-webkit-transition: background-color .2s;
	-moz-transition: background-color .2s;
	-ms-transition: background-color .2s;
	-o-transition: background-color .2s;
	transition: background-color .2s;
	width: 40px;
	height: 40px;
	background-color: rgba(11, 11, 12, .5);
	cursor: pointer
}

.mapBoxClose:after {
	position: absolute;
	left: 50%;
	top: 50%;
	background-image: url(../images/sprite.png);
	background-position: -531px -542px;
	width: 12px;
	height: 12px;
	content: '';
	margin-top: -6px;
	margin-left: -6px
}

.mapBoxClose:hover {
	background-color: #00a5ff
}

.mapHotSpotTheme {
	cursor: pointer;
	z-index: 10!important
}

.graph-container,
.graph-container a,
.graph-container div,
.graph-container span {
	margin: 0;
	padding: 0
}

.graph-container,
.graph-info a {
	background: #232629;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px
}

.graph-container {
	position: relative;
	width: 550px;
	height: 300px;
	padding: 20px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .1)
}

.graph-container>div {
	position: absolute;
	width: inherit;
	height: inherit;
	top: 60px;
	left: 25px
}

.graph-info {
	width: 590px;
	margin-bottom: 10px
}

#tooltip {
	background: rgba(11, 18, 27, .75);
	position: absolute;
	display: none;
	color: #fff;
	padding: 5px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px
}

#bars,
#lines {
	width: 34px;
	height: 32px;
	padding: 0;
	margin-right: 0;
	margin-left: 10px;
	border-bottom: 2px solid #3f9ecf;
	float: right;
	cursor: pointer
}

#bars.active,
#lines.active {
	background: #3f9ecf
}

.graph-container:after,
.graph-container:before,
.graph-info:after,
.graph-info:before {
	content: '';
	display: block;
	clear: both
}

#filtersLeft,
#filtersRight,
#timeline {
	height: 54px
}

#themeSearch {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	min-width: 0;
	max-width: 500px;
	height: auto;
	min-height: 0;
	max-height: none;
	padding: 0 130px 0 20px;
	background: 0 0;
	border: 0;
	color: #cacdcf;
	font-size: 28px
}

#themeSearch::-webkit-input-placeholder {
	color: #787c81
}

#themeSearch::-moz-placeholder {
	padding-top: 6px;
	color: #787c81
}

#themeSearch:-ms-input-placeholder {
	padding-top: 6px;
	color: #787c81
}

#themefiltersReset {
	position: absolute;
	right: 125px;
	top: 0;
	-webkit-transition: opacity .2s;
	-moz-transition: opacity .2s;
	-ms-transition: opacity .2s;
	-o-transition: opacity .2s;
	transition: opacity .2s;
	display: none;
	width: 30px;
	height: 54px;
	opacity: .4;
	cursor: pointer
}

#themefiltersReset:hover {
	opacity: .8
}

#themefiltersReset:after {
	background-image: url(../images/sprite.png);
	background-position: -351px -542px;
	width: 15px;
	height: 15px;
	position: absolute;
	left: 50%;
	top: 50%;
	content: '';
	margin-left: -8px;
	margin-top: -8px
}

.showReset #projectSearch {
	padding-right: 165px
}

.showReset #filtersReset {
	display: block
}

.themeSectionMediaItem {
	box-sizing: border-box;
	width: 65.3333%;
	margin-right: 1.3333%;
	margin-bottom: 1.3333%;
	padding-bottom: 65.3333%;
	position: relative;
	background-color: #373c42;
	background-position: center center;
	background-size: cover;
	cursor: pointer
}

.themeSectionMediaItem:after {
	-webkit-transition: opacity .2s;
	-moz-transition: opacity .2s;
	-ms-transition: opacity .2s;
	-o-transition: opacity .2s;
	transition: opacity .2s;
	position: absolute;
	left: 50%;
	top: 50%;
	background-image: url(../images/sprite.png);
	background-position: -440px -197px;
	width: 44px;
	height: 44px;
	content: '';
	margin-top: -22px;
	margin-left: -22px;
	opacity: 0
}

.themeSectionMediaItem:hover:before {
	opacity: 0
}

.themeSectionMediaItem:hover:after {
	opacity: 1
}

#graphTotal {
	color: #646464;
	display: inline;
	font-size: .75em
}

#graphTitle {
	color: #fff;
	display: inline;
	padding-bottom: 5px
}

#theme-scottish-ten {
	background-image: url(/images/themes/theme-scottish10.jpg)
}

#theme-el-camino-real {
	background-image: url(/images/themes/theme-camino.jpg)
}

#theme-wwii-japanese-american-confinement-sites {
	background-image: url(/images/themes/theme-wwii.jpg)
}

#theme-john-muirs-legacy {
	background-image: url(/images/themes/theme-johnmuir.jpg)
}

#theme-atlantic-slave-trade {
	background-image: url(/images/themes/theme-atlantic.jpg)
}

#theme-historic-cities {
	background-image: url(/images/themes/theme-cities.jpg)
}

.mpPopup {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
	z-index: 100;
	display: none
}

.mpPopup .mpOverlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(2, 6, 10, .9)
}

.mpPopup .mpMediaOuter {
	position: absolute;
	left: 0;
	top: 0
}

.mpPopup .mpMedia {
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 6px;
	background-clip: padding-box;
	-webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, .75);
	-moz-box-shadow: 0 10px 40px rgba(0, 0, 0, .75);
	box-shadow: 0 10px 40px rgba(0, 0, 0, .75);
	-webkit-box-shadow: 0 2px 0 10px 40px rgba(0, 0, 0, .75) 0 rgba(0, 0, 0, .75);
	-moz-box-shadow: 0 2px 0 10px 40px rgba(0, 0, 0, .75) 0 rgba(0, 0, 0, .75);
	box-shadow: 0 2px 0 10px 40px rgba(0, 0, 0, .75) 0 rgba(0, 0, 0, .75);
	background: #000
}

.mpPopup .mpMedia>iframe,
.mpPopup .mpMedia>img,
.mpPopup .mpMedia>video {
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 6px;
	background-clip: padding-box;
	width: 100%
}

.mpPopup iframe {
	width: 100%;
	height: 100%
}

.mpPopup .mpClose {
	border-radius: 50%;
	background-clip: padding-box;
	position: absolute;
	right: 14px;
	top: 14px;
	-webkit-transition: background-color .2s;
	-moz-transition: background-color .2s;
	-ms-transition: background-color .2s;
	-o-transition: background-color .2s;
	transition: background-color .2s;
	width: 40px;
	height: 40px;
	background-color: rgba(11, 11, 12, .8);
	cursor: pointer
}

.mpPopup .mpClose:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	background-image: url(../images/sprite.png);
	background-position: -531px -542px;
	width: 12px;
	height: 12px;
	margin-left: -6px;
	margin-top: -6px
}

.mpPopup .mpClose:hover {
	background-color: #00a5ff
}

.mpPopup .mpLoader {
	display: none
}

.mpPopup .mpCaption {
	position: absolute;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 0 0 6px 6px;
	background-clip: padding-box;
	padding: 10px;
	background-color: rgba(2, 6, 10, .75);
	color: #fff;
	font-family: proximanova, sans-serif;
	font-size: 15px;
	z-index: 10;
	text-align: left
}

.mpPopup .mpCaptionContent {
	text-align: left;
	max-width: 900px
}

.mpPopup .mpMedia-audio .mpCaption,
.mpPopup .mpMedia-video .mpCaption {
	position: absolute;
	top: 0;
	right: 0;
	bottom: auto;
	left: 0;
	border-radius: 6px 6px 0 0;
	background-clip: padding-box
}

.mpPopup .mpThumbs {
	box-sizing: border-box;
	position: absolute;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
	height: 60px;
	padding: 0 0 20px 0;
	font-size: 0;
	text-align: center;
	opacity: 0
}

.mpPopup .mpThumbs .mpThumb {
	border-radius: 3px;
	background-clip: padding-box;
	-webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .25);
	-moz-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .25);
	box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .25);
	display: inline-block;
	width: 80px;
	height: 40px;
	background-size: cover;
	background-color: #85888d;
	margin: 0 6px;
	border-bottom: 1px solid #000;
	cursor: pointer;
	position: relative;
	top: -10px
}

.mpPopup .mpThumbs .mpThumb:after {
	content: '';
	border-radius: 3px;
	background-clip: padding-box;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transition: opacity .2s;
	-moz-transition: opacity .2s;
	-ms-transition: opacity .2s;
	-o-transition: opacity .2s;
	transition: opacity .2s;
	background: #02060a;
	opacity: .65
}

.mpPopup .mpThumbs .mpThumb:hover:after {
	opacity: 0
}

.mpPopup .mpThumbs .mpThumb.selected:after {
	opacity: 0
}

.mpPopup .mpThumbs.hidePreviews .mpThumb {
	width: 32px;
	height: 32px;
	margin: 0;
	background: 0 0!important;
	opacity: .35
}

.mpPopup .mpThumbs.hidePreviews .mpThumb:after {
	position: absolute;
	left: 12px;
	top: 12px;
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 50%;
	background-clip: padding-box;
	opacity: 1
}

.mpPopup .mpThumbs.hidePreviews .mpThumb.selected {
	opacity: 1
}

.mpPopup .mpThumbs.hidePreviews .mpThumb:hover {
	opacity: 1
}

.mpPlayerControls {
	border-radius: 25px;
	background-clip: padding-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-webkit-user-drag: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	user-drag: none;
	-webkit-transition: opacity .8s;
	-moz-transition: opacity .8s;
	-ms-transition: opacity .8s;
	-o-transition: opacity .8s;
	transition: opacity .8s;
	position: absolute;
	background: rgba(2, 6, 10, .75);
	width: 520px;
	height: 50px;
	color: #fff;
	font-family: proximanova, sans-serif;
	font-size: 11px;
	display: none
}

.mpPlayerControls.hideControls {
	opacity: 0
}

.mpMute,
.mpPlay,
.mpReplay {
	-webkit-transition: opacity .2s;
	-moz-transition: opacity .2s;
	-ms-transition: opacity .2s;
	-o-transition: opacity .2s;
	transition: opacity .2s;
	width: 40px;
	height: 50px;
	position: absolute;
	top: 0;
	cursor: pointer
}

.mpMute:after,
.mpPlay:after,
.mpReplay:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%
}

.mpPlay {
	left: 6px
}

.mpPlay:after {
	background-image: url(../images/sprite.png);
	background-position: -201px -427px;
	width: 40px;
	height: 40px;
	margin-left: -20px;
	margin-top: -20px
}

.playing .mpPlay:after {
	background-image: url(../images/sprite.png);
	background-position: -141px -427px;
	width: 40px;
	height: 40px;
	margin-left: -20px;
	margin-top: -20px
}

.mpMute {
	left: 46px
}

.mpMute:after {
	content: '';
	background-image: url(../images/sprite.png);
	background-position: -317px -542px;
	width: 14px;
	height: 16px;
	margin-left: -7px;
	margin-top: -8px
}

.muted .mpMute:after {
	background-image: url(../images/sprite.png);
	background-position: -281px -542px;
	width: 16px;
	height: 16px;
	margin-left: -8px -1px;
	margin-top: -8px
}

.mpTime {
	position: absolute;
	left: 94px;
	top: 0;
	height: 50px;
	line-height: 50px
}

.mpCurrentTime {
	color: #fcfdf8;
	display: inline
}

.mpTotalTime {
	color: #85888d;
	display: inline
}

.mpTrack {
	border-radius: 4px;
	background-clip: padding-box;
	position: absolute;
	top: 50%;
	right: 16px;
	bottom: auto;
	left: 182px;
	height: 8px;
	min-width: 8px!important;
	margin-top: -4px;
	background: #fff
}

.mpProgress {
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 4px 0 0 4px;
	background-clip: padding-box;
	height: 8px;
	width: 40%;
	background: #00a5ff
}

.complete .mpProgress {
	border-radius: 4px;
	background-clip: padding-box
}

.newsBody aside.newsConatactBox {
	padding-bottom: .5em
}

.newsBody aside.newsConatactBox h5 {
	margin: 0
}

h3.storyTitle {
	margin-top: -.1em
}

h3.storyTitle a {
	color: inherit;
	text-decoration: none
}

a.storyItemLink {
	text-decoration: none;
	font-size: .7em;
	color: #3f9ecf
}

.storyThumb {
	width: 100%;
	max-width: 300px;
	height: 198px;
	background-size: contain;
	background-repeat: no-repeat
}

.storyMedia {
	width: 100%;
	max-width: 240px;
	height: 70px;
	margin: 0 auto;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center
}

.storyThumbContainer {
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 300px
}

.storyThumbContainer img {
	width: 100%;
	height: auto;
	max-width: 300px
}

.storyItem {
	padding: 2em 0
}

.storyAuthorPhoto {
	float: left;
	margin-right: 12px
}

.storyCaption {
	margin-top: .6em;
	font-size: 1.05em
}

.storyCaption .actionLink {
	margin-left: 0
}

.mediaStoryCaption {
	margin-top: .6em
}

.storyListStoryHtml img {
	padding-right: 12px
}

#filtersRight,
#newsfiltersLeft,
#timeline {
	height: 54px;
	float: left
}

#newsSearch {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	min-width: 0;
	max-width: 500px;
	height: auto;
	min-height: 0;
	max-height: none;
	padding: 0 130px 0 20px;
	background: 0 0;
	border: 0;
	color: #787c81;
	font-size: 28px
}

#newsSearch::-webkit-input-placeholder {
	color: #cacdcf
}

#newsSearch::-moz-placeholder {
	padding-top: 6px;
	color: #cacdcf
}

#newsSearch:-ms-input-placeholder {
	padding-top: 6px;
	color: #cacdcf
}

.mediaItem .unit {
	padding-right: 1em
}

.educationBody {
	margin-bottom: 60px
}

.educationBody h3 {
	margin-top: 0
}

.techCenterHeadRow {
	padding-bottom: 2em
}

.techCenterAnswear {
	margin-bottom: 3em
}

.techCenterImage {
	margin-bottom: 2em;
	max-width: 500px;
	margin-left: auto
}

.techCenterPartners {
	text-align: center
}

.techCenterPartners h4 {
	text-align: left
}

.techCenterPartners p {
	width: 125px;
	margin: .5em .1em;
	text-align: center;
	height: 125px;
	font-size: .8em;
	display: inline-block;
	vertical-align: top;
	padding: 1.5em .8em .5em .8em;
	background: #f1f3ef;
	border-radius: 6px
}

.techCenterPartners img {
	width: auto;
	height: 60px
}

.content .lessonRow {
	margin-bottom: 6em;
	margin-top: 2em
}

.content .lessonDownloadLink {
	margin-top: .4em
}

.content .lessonTitle {
	margin: .2em 0
}

.content .lessonCaption {
	font-size: .8em
}

.content .lessonInfo {
	font-size: .8em;
	line-height: 1.7em
}

#privacyMain {
	position: relative;
	top: 46px
}

#privacyMain strong {
	font-weight: 700
}

#ppHeader {
	font-family: abril, georgia, serif;
	font-size: 40px;
	max-width: 960px;
	margin: 0 auto;
	padding-top: 60px
}

#ppBody {
	font-size: 16px;
	max-width: 960px;
	margin: 0 auto;
	text-align: justify;
	padding-bottom: 40px
}

.blueText,
.grayText {
	font-size: 1.4em;
	font-family: abril, georgia, serif
}

.blueText strong,
.grayText strong {
	font-weight: 400!important
}

.ppConsistencies {
	display: none
}

@media only screen and (max-width:1200px) {
	.resDot:nth-child(1) {
		background: #ff4500
	}
}

@media only screen and (max-width:1140px) {
	.resDot:nth-child(2) {
		background: orange
	}
	#homeSliderContent {
		font-size: 16px
	}
}

@media only screen and (max-width:960px) {
	.resDot:nth-child(3) {
		background: gold
	}
	#topNav .topNavLink {
		padding: 17px 10px;
		font-weight: 700;
		font-size: .9em
	}
	#topNav #topNavArchiveLink {
		display: none
	}
	.idSectionMediaItem {
		width: 48%!important;
		margin-right: 2%!important;
		margin-bottom: 2%!important;
		padding-bottom: 48%!important
	}
	.idSectionMediaLayout-1 .idSectionMediaItem {
		width: 98%!important;
		margin-right: 2%!important;
		margin-bottom: 2%!important;
		padding-bottom: 98%!important
	}
}

@media only screen and (max-width:735px) {
	#topNav #topNavRight {
		display: contents
	}
	#topNavRight .topNavButton,
	#topNavRight .topNavLink {
		float: left
	}
	.topNavButton {
		margin: 5px 4px 5px 15px
	}
	#themeList #themes {
		margin-top: 44px
	}
	#themeList .theme {
		padding: 0;
		padding-bottom: 2em;
		border-bottom: none
	}
	#themeList .themeProjects {
		position: relative;
		left: 0;
		width: 100%!important
	}
	#themeList .themeScrollButton {
		display: none!important
	}
	#themeList .themeContentInner {
		position: relative;
		overflow: visible;
		background: #1e1f22
	}
	#themeList .themeContentOuter {
		height: auto
	}
	#themeList .tile {
		width: 50%;
		height: 184px
	}
	#themeList .theme {
		background-image: none
	}
	#themeList .themeTitleContainer {
		position: relative;
		left: 0;
		width: 100%;
		height: auto;
		padding: 6em 12em 3em 2em;
		font-size: .65em
	}
	#themeList .themeTitleContainer a.buttonLink {
		position: initial!important;
		position: absolute;
		right: 2em;
		top: 6.25em;
		font-size: 1.2em
	}
	#themeList .themeTitleContainer .themeTitle {
		font-size: 4em
	}
	#themeList .themeTitleContainer .themeText {
		font-size: 1.5em
	}
}

@media only screen and (max-width:640px) {
	.resDot:nth-child(4) {
		background: #9acd32
	}
	#home #topNav,
	#topNav {
		-webkit-transition: background 350ms cubic-bezier(.785, .135, .15, .86);
		-moz-transition: background 350ms cubic-bezier(.785, .135, .15, .86);
		-ms-transition: background 350ms cubic-bezier(.785, .135, .15, .86);
		-o-transition: background 350ms cubic-bezier(.785, .135, .15, .86);
		transition: background 350ms cubic-bezier(.785, .135, .15, .86);
		height: 44px;
		background: #02060a
	}
	#home #topNav #topNavHomeTextImage,
	#topNav #topNavHomeTextImage {
		display: none
	}
	#home #topNav #topNavHomeText,
	#topNav #topNavHomeText {
		display: block
	}
	#home #topNav #topNavMenuToggle,
	#topNav #topNavMenuToggle {
		position: absolute;
		left: 0;
		top: 0;
		display: block;
		width: 116px;
		height: 44px;
		background: #ffce00
	}
	#home #topNav #topNavMenuToggle:hover,
	#topNav #topNavMenuToggle:hover {
		background: #ffd31a
	}
	#home #topNav #topNavSubNavHeader,
	#topNav #topNavSubNavHeader {
		position: absolute;
		left: 134px;
		top: -1px;
		display: block;
		height: 44px;
		padding: 0;
		color: #fff;
		font-family: din, proximanova, sans-serif;
		font-weight: 700;
		font-size: 15px;
		line-height: 44px;
		text-transform: uppercase
	}
	#home #topNav #topNavMenuToggleImage,
	#topNav #topNavMenuToggleImage {
		position: absolute;
		left: 11px;
		top: 10px;
		display: block;
		width: 89px
	}
	#home #topNav #topNavMenu,
	#topNav #topNavMenu {
		position: fixed;
		top: 0;
		right: auto;
		bottom: 0;
		left: 0;
		-webkit-transition: left 350ms cubic-bezier(.785, .135, .15, .86), opacity 350ms cubic-bezier(.785, .135, .15, .86);
		-moz-transition: left 350ms cubic-bezier(.785, .135, .15, .86), opacity 350ms cubic-bezier(.785, .135, .15, .86);
		-ms-transition: left 350ms cubic-bezier(.785, .135, .15, .86), opacity 350ms cubic-bezier(.785, .135, .15, .86);
		-o-transition: left 350ms cubic-bezier(.785, .135, .15, .86), opacity 350ms cubic-bezier(.785, .135, .15, .86);
		transition: left 350ms cubic-bezier(.785, .135, .15, .86), opacity 350ms cubic-bezier(.785, .135, .15, .86);
		z-index: 95;
		width: 0;
		overflow: visible;
		opacity: .2
	}
	#home #topNav #topNavMenuInner,
	#topNav #topNavMenuInner {
		position: absolute;
		top: 44px;
		right: 0;
		bottom: 0;
		left: -180px;
		z-index: 95;
		width: 180px;
		overflow: auto;
		overflow-x: hidden;
		overflow-y: auto;
		background: rgba(2, 6, 10, .8)
	}
	#home #topNav #topNavMenuInner #topNavHome,
	#home #topNav #topNavMenuInner .topNavLink,
	#topNav #topNavMenuInner #topNavHome,
	#topNav #topNavMenuInner .topNavLink {
		position: relative;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 54px;
		padding: 0 20px;
		background: 0 0;
		border-bottom: 1px solid rgba(0, 0, 0, .35);
		color: #fff;
		font-weight: 500;
		font-size: 13px;
		line-height: 54px
	}
	#home #topNav #topNavMenuInner #topNavHome:hover,
	#home #topNav #topNavMenuInner .topNavLink:hover,
	#topNav #topNavMenuInner #topNavHome:hover,
	#topNav #topNavMenuInner .topNavLink:hover {
		background: rgba(2, 6, 10, .2);
		color: #ffce00
	}
	#home #topNav #share,
	#topNav #share {
		display: none
	}
	.subNav {
		top: 0px;
		height: 40px
	}
	.subNav a {
		height: 40px;
		padding: 0 6px;
		font-size: 11px;
		line-height: 40px
	}
	.subNav a:after {
		right: 8px;
		left: 8px
	}
	.subNav h2 {
		display: none
	}
	.navInfo {
		bottom: 5px
	}
	#projectBody {
		/*top: 82px;
		bottom: 30px*/
	}
	#newsSearch {
		top: 40px;
		height: 40px;
		max-width: inherit;
		background: #f9f9f9;
		font-size: 18px
	}
	#home #topNav {
		background: rgba(2, 6, 10, .6)
	}
	#homeSliderBackgrounds .homeSliderBackgroundVideo {
		display: none
	}
	#homeSliderBackgrounds .homeSliderBackgroundPoster {
		display: block
	}
	#homeSliderContent {
		font-size: 14px
	}
	.homeSliderContentTitle,
	.homeSliderContentTitle a {
		font-size: 1.4em
	}
	.homeSliderContentItem {
		padding-left: 20px
	}
	#homeSliderSelectors {
		left: 20px
	}
	#home.mobileNavMenuOpen #topNav #topNavMenu,
	.mobileNavMenuOpen #topNav #topNavMenu {
		left: 180px;
		opacity: 1
	}
	#home.mobileNavMenuOpen #topNav,
	.mobileNavMenuOpen #topNav {
		background: rgba(2, 6, 10, .9)
	}
	#home.mobileNavMenuOpen #topNavMenuOverlay,
	.mobileNavMenuOpen #topNavMenuOverlay {
		display: block
	}
	#timeline {
		display: none
	}
	#projectSearch {
		font-size: 20px
	}
	#projectBrowse #topNav {
		background: #02060a
	}
	#projectBrowse #filters {
		top: 44px
	}
	#projectBrowse #filtersLeft {
		width: 100%!important;
		padding-left: 20px;
		padding-right: 20px;
		background: #373c42
	}
	#projectBrowse #filtersRight {
		width: 100%!important;
		padding-left: 20px;
		padding-right: 20px
	}
	#projectBrowse #projects {
		top: 152px;
		bottom: 30px
	}
	#projectBrowse #viewsSelector {
		top: 113px
	}
	#themeList .themeTitleContainer {
		font-size: .5em
	}
	#themeList .tileName {
		margin-right: 7px;
		font-size: 15px
	}
	#about .aboutBlock {
		width: 70%;
		right: 8%;
		font-size: 15px
	}
}

@media only screen and (max-width:900px) {
	.exploreButtonGroup {
		display: none
	}
}

@media only screen and (max-width:360px) {
	.resDot:nth-child(5) {
		background: #add8e6
	}
	.subNav a {
		padding: 0 5px;
		font-size: 11px
	}
	.subNav a:after {
		right: 5px;
		left: 5px
	}
	.subNav .subNavShortName {
		display: block
	}
	.subNav .subNavLongName {
		display: none
	}
	#homeSliderContent {
		font-size: 12px
	}
	.homeSliderContentTitle,
	.homeSliderContentTitle a {
		font-size: 1.3em
	}
	.homeSliderContentItem {
		padding-left: 10px
	}
	#homeSliderSelectors {
		left: 10px
	}
	#about .aboutBlock {
		width: 90%;
		right: 5%
	}
}

@media only screen and (max-width:1140px) {
	#homeFooterNews {
		left: 160px
	}
}

@media only screen and (max-width:1060px) {
	#homeFooterNews {
		left: 200px;
		width: 455px
	}
	#homeFooterNewsHeader {
		left: 265px
	}
	.homeFooterNewsItemImage {
		display: none
	}
	.homeFooterNewsItemTitle {
		padding-left: 0
	}
}

@media only screen and (max-width:900px) {
	#homeFooterNews {
		left: 160px
	}
}

@media only screen and (max-width:860px) {
	#homeSlider {
		bottom: 40px
	}
	#home #homeFooterMission,
	#home #homeFooterNews {
		display: none
	}
	#home #homeFooter {
		height: 40px
	}
	#home #footer {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		padding-top: 10px;
		padding-left: 10px;
		font-size: 13px;
		text-align: left
	}
	#home #footer #footerLinks {
		position: static;
		top: auto
	}
	#home #footer #footerBreak {
		display: none
	}
	#home #footer #footerDonate {
		position: relative;
		top: 8px;
		left: -10px
	}
}

@media only screen and (max-width:768px) {
	#footerDonate {
		display: none
	}
	#footer,
	#home #footer {
		padding-right: 10px;
		padding-left: 10px;
		text-align: center
	}
}

@media only screen and (max-width:640px) {
	#footer {
		height: 30px;
		padding-top: 0;
		line-height: 30px
	}
	#footer,
	#home #footer {
		font-size: 10px
	}
}

@media only screen and (max-width:480px) {
	#footerBreak,
	#home #footerBreak {
		display: block!important
	}
}

@media only screen and (max-width:528px) {
	.partnersFilter {
		float: none;
		font-size: .8em
	}
	.row.partnersFilters .partnersFilterContainer {
		padding-right: 0
	}
}

.tour-controls {
	display: contents
}

.tour-controls button {
	cursor: pointer
}

.infoBoxAnnotationTitle {
	float: left;
	display: flex;
	font-weight: 700;
	font-size: 16px
}

.tourNo {
	font: 14px Arial, sans-serif;
	background-color: #ffce00;
	color: #000;
	border-radius: 50%;
	padding: 4px;
	font-weight: 700;
	height: fit-content;
	width: 16px;
	height: 16px;
	text-align: center
}

.annotationTitleFromSketchfab {
	padding: 2px 0
}

.infoBoxContainerGuidedTour {
	left: 0;
	background-color: rgba(33, 33, 33, .81);
	position: absolute;
	border-radius: 5px;
	margin: 45px 25px 58px 25px;
	width: 300px;
	overflow: auto;
	text-align: center;
	max-height: -webkit-fill-available;
	color: #fff;
	border-radius: 0
}

.infoBoxAnnotationTitleBlock {
	margin-bottom: 10px;
	display: inline-block;
	padding: 0 15px;
	font-family: proximanova, sans-serif
}

.infoBoxButtons {
	float: right;
	padding-right: 7px;
	padding-top: 10px
}

.infoBoxButtons button {
	background: 0 0;
	border: none;
	font-size: 25px;
	color: rgba(255, 255, 255, .2)
}

.infoBoxButtons button:hover {
	color: #fff
}

.infoBoxTopButtonsBox {
	display: flow-root
}

.infoBoxTopLanguageButton {
	display: none
}

.infoButtonContainer {
	position: absolute;
	font-size: 30px;
	padding: 10px 16.5px;
	cursor: pointer;
	display: none
}

.infoButton {
	color: #adadad
}

.infoButton:hover {
	color: #fff
}

.infoBoxTopCloseButton:hover {
	color: #fff
}

@media only screen and (max-width:640px) {
	.infoBoxContainerGuidedTour {
		margin: unset;
		width: -webkit-fill-available;
		height: -webkit-fill-available;
		display: none;
		margin-bottom: 50px;
		border-radius: 0
	}
	.infoBoxTopCloseButton {
		display: contents
	}
	.infoBoxTopButtonsBox {
		height: 20px
	}
	.infoButtonContainer {
		display: block
	}
	.embedVideoBoxMedia-iframe {
		display: none
	}
}

.startPage {
	position: absolute;
	background-color: rgba(0, 0, 0, .8);
	height: -webkit-fill-available;
	width: 100%;
	text-align: center;
	color: #fff;
	overflow: hidden
}

.startPage button {
	cursor: pointer
}

.startPage-title {
	padding: 30px 30px 0 30px;
	font-size: 30px;
	font-weight: 700;
	font-family: abril, georgia, serif
}

.learnMoreText {
	font-size: 16px;
	text-align: left
}

.startPage-iframe {
	width: 600px;
	height: 450px
}

@media only screen and (max-height:885px) {
	.startPage-iframe {
		width: 600px;
		height: 350px
	}
}

@media only screen and (max-height:790px) {
	.startPage-iframe {
		width: 400px;
		height: 250px
	}
	.tourStartButton {
		margin-top: 0!important
	}
	.sk-fading-circle {
		margin: 50px auto!important
	}
}

@media only screen and (max-width:640px) {
	.startPage-iframe {
		width: 350px;
		height: 200px;
		margin-top: 25px
	}
	.infoButtonContainer {
		display: block
	}
	.learnMoreText {
		font-size: 14px
	}
	.startPage {
		overflow: auto
	}
}

@media only screen and (max-width:330px) {
	.startPage-iframe {
		width: 300px;
		height: 160px;
		margin-top: 25px
	}
	.tourStartButton {
		margin-top: 0!important
	}
	.sk-fading-circle {
		margin: 50px auto!important
	}
}

.tourStartButton {
	margin-top: 25px
}

.tourStartImage {
	width: 80px;
	height: auto;
	cursor: pointer
}

.tourStartText {
	font-weight: 700;
	font-family: proximanova, sans-serif;
	cursor: pointer
}

#closeCloseCaption {
	color: #ffc700
}

.controls a {
	color: #fff;
	padding: 10px 0;
	margin-right: 180px;
	text-align: left
}

.embedVideoBox {
	position: absolute;
	right: 54px;
	bottom: 54px
}

.embedVideoBoxMedia-iframe {
	height: 155px;
	width: 276px;
	box-shadow: 0 0 18px 0 rgba(0, 0, 0, .2), 0 0 25px 0 rgba(0, 0, 0, .19)
}

.controls img {
	color: #fff
}

.infoBoxTitle {
	color: #6f7377;
	margin: 10px 16.5px;
	font-size: 30px;
	float: right;
	cursor: pointer
}

.infoBoxTitle:hover {
	color: #fff
}

.infoBoxGuide {
	color: #fff;
	margin: 0 25px 15px 25px;
	font-size: 15px
}

.infoBoxGuideImage {
	border-radius: 50%!important;
	width: 100px;
	cursor: pointer
}

.infoBoxText {
	color: #fff;
	margin: 15px 25px 25px 25px;
	font-size: 13px;
	text-align: left
}

.infoBoxMedia {
	margin: 5px 25px 15px 25px;
	font-size: 13px
}

@media only screen and (max-width:640px) {
	.infoBoxMedia {
		pointer-events: none
	}
}

#infoBoxMediaBox {
	cursor: pointer;
	position: relative
}

.middle {
	transition: .2s ease;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center
}

#infoBoxMediaBox:hover .infoBoxMedia-image {
	background-color: rgba(0, 0, 0, .8);
	opacity: .5
}

#infoBoxMediaBox:hover .middle {
	opacity: 1;
	font-size: 18px
}

#infoBoxMediaCaption {
	color: #fff;
	font-style: italic;
	text-align: left;
	font-size: 12px
}

.topInfoBox{
	text-align: left;
	margin: 10px 25px;
	font-size: 13px;
	cursor: pointer;

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

}

.infoBoxMedia-iframe {
	width: -webkit-fill-available;
	border: none
}

.infoBoxMedia-image {
	width: 100%;
	border: none
}

.infoBoxGuide button {
	display: inline-flex;
	justify-content: center;
	position: relative;
	border: 2px solid transparent;
	border-radius: 4px;
	padding: 6px;
	font-family: "Titillium Web", sans-serif;
	font-weight: 600;
	text-align: center;
	text-shadow: none;
	text-transform: uppercase;
	line-height: 1.2;
	cursor: pointer;
	outline: 0;
	transition: background .2s;
	color: #fff;
	background-color: #6e7176;
	height: 30px;
	font-size: 12px
}

.infoBoxGuide button:hover {
	background-color: #00a5ff
}

#guideName {
	padding-bottom: 15px;
	font-size: 16px;
	font-family: proximanova, sans-serif
}

#guideNameInfoBox {
	padding-bottom: 15px;
	padding-top: 5px;
	font-size: 14px;
	font-family: proximanova, sans-serif
}

.mediaPanel {
	background-color: rgba(0, 0, 0, .9);
	position: absolute;
	border-radius: 0;
	margin: 0;
	height: -webkit-fill-available;
	width: 100%;
	overflow: visible;
	text-align: center;
	display: grid
}

.mediaPanel-iframe {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	margin: 30px 50px 20px 50px;
	width: 1008px;
	height: 630px;
	border: none
}

@media only screen and (max-width:1077px) {
	.mediaPanel-iframe {
		margin-top: 70px;
		width: 700px;
		height: 500px
	}
}

@media only screen and (max-width:756px) {
	.mediaPanel-iframe {
		margin-top: 150px;
		width: 550px;
		height: 300px
	}
}

.mediaPanel-image {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	margin: 0 50px 10px 50px;
	max-height: 70vh;
	max-width: 80vw;
	border: none
}

.mediaPanelControl {
	margin: 10px;
	display: contents
}

.mediaPanelControl a {
	color: #fff;
	text-decoration: none;
	padding: 7.5px 16px;
	border-radius: 1000px;
	font-size: .875rem!important;
	position: relative
}

.mediaPanelControl button {
	display: inline-flex;
	justify-content: center;
	position: relative;
	border: 2px solid transparent;
	border-radius: 4px;
	padding: 6px;
	font-family: "Titillium Web", sans-serif;
	font-weight: 600;
	text-align: center;
	text-shadow: none;
	text-transform: uppercase;
	line-height: 1.2;
	cursor: pointer;
	outline: 0;
	transition: background .2s;
	color: #000;
	background-color: #ffc700;
	height: 30px;
	font-size: 12px
}

.mediaPanelControlRexponsive {
	display: contents
}

@media only screen and (max-width:640px) {
	.mediaPanelControlRexponsive {
		display: none
	}
}

.mediaPanelMediaCaption {
	color: #fff;
	font-size: 13px;
	padding-bottom: 15px
}

.iframe-container {
	position: relative;
	width: 100%;
	flex: 1;
	display: flex
}

.iframe-container>iframe {
	border: 0;
	width: 100%;
	flex: 1
}

.controls {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	flex-shrink: 0;
	height: 80px;
	padding: 15px 0 0 25px
}

.controlsPatreon {
	margin: 10px
}

.controlsPatreon a {
	color: #000;
	text-decoration: none;
	padding: 7.5px 16px;
	background-color: #ffc700;
	border-radius: 1000px;
	font-size: .875rem!important;
	position: relative
}

.controlsPatreon a:hover {
	color: #fff;
	text-decoration: none;
	padding: 7.5px 16px;
	background-color: #686868;
	border-radius: 1000px;
	font-size: .875rem!important;
	position: relative
}

.infoBoxCaptureControl {
	margin: 10px
}

.infoBoxCaptureControl a {
	color: #fff;
	text-decoration: none;
	padding: 7.5px 16px;
	border-radius: 1000px;
	font-size: .875rem!important;
	position: relative
}

.infoBoxCaptureControl button {
	display: inline-flex;
	position: relative;
	border: 2px solid transparent;
	border-radius: 4px;
	padding: 0 13px;
	font-family: "proximanova, sans-serif";
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.2;
	outline: 0;
	transition: background .2s;
	color: #000;
	background-color: #ffc700;
	height: 35px;
	font-size: 12px;
	margin: 20px
}

.infoBoxCaptureControl button:hover {
	background-color: #686868
}

.infoBoxCaptureControl a img {
	margin-bottom: 10px;
	width: 80%;
	height: 45%
}

.controlBar {
	bottom: 10px;
	position: absolute;
	right: 38%;
	color: #fff;
	display: flex;
	background-color: rgba(33, 33, 33, .81);
	border-radius: 5px
}

.controlBarButtons {
	display: contents;
	position: relative
}

.controlBarButtons div {
	cursor: pointer;
	display: contents;
	padding: 3px
}

.controlBarButtons div svg {
	margin: 15px;
	height: auto
}

.controlBarButtons div svg:hover {
	color: #00a5ff
}

@media only screen and (max-width:1030px) {
	.controlBar {
		right: 36%
	}
}

@media only screen and (max-width:690px) {
	.controlBar {
		right: 35%
	}
}

@media only screen and (max-width:640px) {
	.controlBar {
		right: 0;
		width: -webkit-fill-available;
		height: 50px;
		bottom: 0;
		border-radius: 0;
		background-color: rgba(33, 33, 33, .9)
	}
	.controlBarButtons {
		left: 24%;
		display: flex
	}
	.controlBarButtons div svg {
		padding: 0 2%
	}
}

@media only screen and (max-width:540px) {
	.controlBarButtons {
		left: 17%
	}
}

@media only screen and (max-width:414px) {
	.controlBarButtons {
		left: 8%
	}
}

@media only screen and (max-width:375px) {
	.controlBarButtons {
		left: 5%
	}
}

@media only screen and (max-width:360px) {
	.controlBarButtons {
		left: 3%
	}
}

@media only screen and (max-width:320px) {
	.controlBarButtons div svg {
		padding: 0 1%
	}
}

#playIcon {
	color: #797979;
	pointer-events: none
}

button.disabled {
	cursor: default;
	pointer-events: none;
	color: #ccc;
	background-color: #e7e7e7;
	transition: background-color .25s ease
}

::-webkit-scrollbar {
	width: 5px
}

::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px grey;
	border-radius: 10px
}

::-webkit-scrollbar-thumb {
	background: grey;
	border-radius: 10px
}

::-webkit-scrollbar-thumb:hover {
	background: #00a5ff
}

.sk-fading-circle {
	margin: 50px auto;
	width: 40px;
	height: 40px;
	position: relative
}

.sk-fading-circle .sk-circle {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0
}

.sk-fading-circle .sk-circle:before {
	content: '';
	display: block;
	margin: 0 auto;
	width: 15%;
	height: 15%;
	background-color: #fff;
	border-radius: 100%;
	-webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
	animation: sk-circleFadeDelay 1.2s infinite ease-in-out both
}

.sk-fading-circle .sk-circle2 {
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg)
}

.sk-fading-circle .sk-circle3 {
	-webkit-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	transform: rotate(60deg)
}

.sk-fading-circle .sk-circle4 {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.sk-fading-circle .sk-circle5 {
	-webkit-transform: rotate(120deg);
	-ms-transform: rotate(120deg);
	transform: rotate(120deg)
}

.sk-fading-circle .sk-circle6 {
	-webkit-transform: rotate(150deg);
	-ms-transform: rotate(150deg);
	transform: rotate(150deg)
}

.sk-fading-circle .sk-circle7 {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.sk-fading-circle .sk-circle8 {
	-webkit-transform: rotate(210deg);
	-ms-transform: rotate(210deg);
	transform: rotate(210deg)
}

.sk-fading-circle .sk-circle9 {
	-webkit-transform: rotate(240deg);
	-ms-transform: rotate(240deg);
	transform: rotate(240deg)
}

.sk-fading-circle .sk-circle10 {
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg)
}

.sk-fading-circle .sk-circle11 {
	-webkit-transform: rotate(300deg);
	-ms-transform: rotate(300deg);
	transform: rotate(300deg)
}

.sk-fading-circle .sk-circle12 {
	-webkit-transform: rotate(330deg);
	-ms-transform: rotate(330deg);
	transform: rotate(330deg)
}

.sk-fading-circle .sk-circle2:before {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s
}

.sk-fading-circle .sk-circle3:before {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}

.sk-fading-circle .sk-circle4:before {
	-webkit-animation-delay: -.9s;
	animation-delay: -.9s
}

.sk-fading-circle .sk-circle5:before {
	-webkit-animation-delay: -.8s;
	animation-delay: -.8s
}

.sk-fading-circle .sk-circle6:before {
	-webkit-animation-delay: -.7s;
	animation-delay: -.7s
}

.sk-fading-circle .sk-circle7:before {
	-webkit-animation-delay: -.6s;
	animation-delay: -.6s
}

.sk-fading-circle .sk-circle8:before {
	-webkit-animation-delay: -.5s;
	animation-delay: -.5s
}

.sk-fading-circle .sk-circle9:before {
	-webkit-animation-delay: -.4s;
	animation-delay: -.4s
}

.sk-fading-circle .sk-circle10:before {
	-webkit-animation-delay: -.3s;
	animation-delay: -.3s
}

.sk-fading-circle .sk-circle11:before {
	-webkit-animation-delay: -.2s;
	animation-delay: -.2s
}

.sk-fading-circle .sk-circle12:before {
	-webkit-animation-delay: -.1s;
	animation-delay: -.1s
}

@-webkit-keyframes sk-circleFadeDelay {
	0%,
	100%,
	39% {
		opacity: 0
	}
	40% {
		opacity: 1
	}
}

@keyframes sk-circleFadeDelay {
	0%,
	100%,
	39% {
		opacity: 0
	}
	40% {
		opacity: 1
	}
}

.container {
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	padding: 0 15px
}

.tourBlocks {
	display: flex;
	flex-wrap: wrap
}

.tourBlock {
	width: 45%;
	padding: 0 15px
}

.tourImage {
	width: 100%
}

.titleBox-title {
	font-size: 20px;
	padding: 15px 0
}

.titleBox-description {
	font-size: 14px
}

.tourBlocks a {
	color: #fff!important;
	text-decoration: none!important
}

@media only screen and (max-width:900px) {
	.tourBlock {
		width: 100%;
		padding: 0 15px
	}
}

#topNavRight,
#viewsSelector {
	right: 30px
}

#viewsSelector {
	right: 100px
}

.ieFooter #topNavRight,
.ieFooter #viewsSelector {
	right: 20px
}

.ieFooter #ief {
	display: none!important
}

.ieFooter #topNavDonate {
	display: block
}

.ieFooter #footerDonate {
	display: none
}

.ieFooter #footerIE {
	position: relative;
	top: 8px;
	display: block
}

.ieFooter #footerIELink {
	float: right
}

.ieFooter #footerIELogo {
	width: 219px;
	margin-right: 10px
}

.ieFooter #footerIEButton {
	float: right
}

.ieFooter #homeFooter #footerIE {
	top: 4px;
	right: -9px;
	width: 340px
}