/* @group reset */

/* html5 css reset */
html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,abbr, address, cite, code,del, dfn, em, img, ins, kbd, q, samp,small, strong, sub, sup, var,b, i,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, figcaption, figure, footer, .promo, hgroup, menu, nav, section, summary,time, mark, audio, video {margin:0;padding:0;border:0;:0;font-size:100%;font-weight: normal;vertical-align:baseline;background:transparent;}body {line-height:1;}strong {font-weight: bold;}article,aside,details,figcaption,figure,footer,.promo,hgroup,menu,nav,section {display:block;} ul,ol {list-style-type:none;}blockquote, q {quotes:none;}blockquote:before, blockquote:after,q:before, q:after{content:'';content:none;}table {border-collapse:collapse;border-spacing:0;}input, select {vertical-align:middle;}

/* @end */

html {
	-webkit-text-size-adjust: none;
	background-color: #000;
	min-height: 100%;
	box-shadow: inset 5px 5px 0 #fff, inset -5px -5px 0 #fff;
}

html.invert {
	background-color: #fff;
	box-shadow: inset 5px 5px 0 #000, inset -5px -5px 0 #000;
}

html.invert.grey {
	background-color: #f0f0f0;
}

body {
	color: #eee;
	font: .95em/1.6 kepler-std, "times new roman", times, serif;
}

.invert body {
	color: #000;
}

a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;	
	transition: all .2s;		
}


strong {
	font-weight: bold;
	font-style: inherit;
}

em {
	font-weight: inherit;
	font-style: italic;
}



header {
	margin: 60px auto;
	max-width: 930px;
	position: relative;
}

/* clear positioning w/o overflow:hidden */
header:after {
  content: "";
  display: table;
  clear: both;
}

header > a {
	display: block;
	margin: 0 auto;
	width: 193px;
	height: 38px;
	position: relative;
	z-index: 1000;
	overflow: hidden;
	text-indent: -500em;
	background: url(../images/logo-white-sm.png) no-repeat;
	padding-bottom: 6px;
	border-bottom: 1px solid #000;
	background-size: 193px 38px;
}

header > a:hover {
	border-bottom-color: #eee;
}

.invert header > a {
	background-image: url(../images/logo-black-sm.png);
	border-bottom-color: #fff;
}

.invert.grey header > a {
	border-bottom-color: #f0f0f0;
}

.invert header > a:hover {
	border-bottom-color: #000;	
}


header > span {
	display: none;
}

nav {
	position: absolute;
	left: 5%;
	top: 0;
	width: 90%;
	height: 100%;
}

nav > ul {
	text-transform: uppercase;
	letter-spacing: .15em;
	font: .85em "din-2014", tahoma;
}

nav > ul > li {
	text-align: center;
	width: 12%;
	padding: 0 1.5%;
	float: left;
	position: relative;
}

nav > ul > li:nth-child(2) {
	margin-right: 40%;
}

nav > ul > li > a, nav > ul > li > span {
	display: block;
	padding: 6px 0 18px 0;
	border-bottom: 1px solid #000;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;	
	transition: all .2s;		
	cursor: pointer;
}

nav > ul > li > a:hover, nav > ul > li > span:hover {
	border-bottom-color: #eee;
}

.invert nav > ul > li > a, .invert nav > ul > li > span {
	border-bottom-color: #fff;
}

.invert.grey nav > ul > li > a, .invert.grey nav > ul > li > span {
	border-bottom-color: #f0f0f0;
}

.invert nav > ul > li > a:hover, .invert nav > ul > li > span:hover {
	border-bottom-color: #000;
}



nav a.active, nav span.active {
	color: #939598;
	border-bottom-color: #939598 !important;
}

nav ul ul {
	letter-spacing: normal;
	text-transform: none;
	background-color: rgba(0, 0, 0, .9);
	padding: 7px 12px 19px 12px;
	position: absolute;
	z-index: 1000;
	left: 50%;
	margin-left: -80px;
	opacity: 0;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;	
	transition: all .2s;	
	min-width: 130px;
	font-family: kepler-std, "times new roman", times, serif;
}

.invert nav ul ul {
	background-color: rgba(255, 255, 255, .9);
}

.invert.grey nav ul ul {
	background-color: rgba(240, 240, 240, .9);
}

nav ul ul.active {
	opacity: 1;
}

nav ul ul li {
	padding-top: 12px;
}

nav ul ul li a:hover {
	color: #939598;	
}

section {
	max-width: 930px;
	padding: 0 3%;
	margin: 0 auto;
	overflow: hidden;
}

article {
	margin-bottom: 115px;
	overflow: hidden;
	text-align: center;
}

article h1 {
	letter-spacing: .2em;
	text-transform: uppercase;
	font: .9em/1.2 "din-2014", tahoma;
}

article h1 a {
	text-decoration: none;
	font-style: normal;
}

article h2 {
	font-style: italic;
	color: #939598;
}

.invert article h2 {
	color: #000;
}

article h2:before, article h2:after {
	content: "—";
	display: block;
	text-align: center;
	line-height: 1;
	color: #454647;
}

article p {
	margin: 0 20% 1em 20%;	
}

article p:last-child {
	margin-bottom: 0;
}

article img {
	max-width: 100%;
	height: auto;
	margin-bottom: .8em;
}

article .fluid-width-video-wrapper {
	margin-bottom: 1.35em;
}

article a {
	text-decoration: underline;
	font-style: italic;
}

article a:hover, aside a:hover {
	color: #939598;		
}

article a.more-link {
	text-decoration: none;
	font-size: .7em;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-style: italic;
	padding-left: 20px;
}

article a.more-link span {
	opacity: 0;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;	
	transition: all .2s;		
}

article a.more-link:hover {
	color: #eee;
	padding-left: 30px;
}

.invert article a.more-link:hover {
	color: #000;
}

article a.more-link:hover span {
	opacity: 1;
	padding-left: 10px;
}

section ul.navigation {
	max-width: 320px;
	margin: 0 auto 115px auto;
	overflow: hidden;
	border-top: 1px solid #939598;
	padding-top: 15px;
	font-size: .7em;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-style: italic;
	text-align: center;
}

ul.navigation a:hover {
	color: #939598;		
}

ul.navigation li {
	float: left;
	width: 25%;
}

ul.navigation li:nth-child(2) {
	width: 50%;
}

ul.navigation li:nth-child(2):before, ul.navigation li:nth-child(2):after {
	content: "//";
}

ul.navigation li:nth-child(2):before {
	margin-right: 18%;
}

ul.navigation li:nth-child(2):after {
	margin-left: 18%;
}


article.about {
	padding: 2.5em 0;
	font-size: 1.7em;
	margin-bottom: 0;
}

article.about p {
	margin-left: 10%;
	margin-right: 10%;	
}

aside {
	margin-bottom: 115px;
	text-align: center;
	font: .85em "din-2014", tahoma;	
}

aside p:first-child {
	margin-bottom: 2.5em;
}

aside a.email {
	display: inline-block;
	margin: 15px 0;
	text-decoration: underline;
	font: 1.5em kepler-std, "times new roman", times, serif;
}


footer {
	margin-bottom: 60px;
	font-size: .85em;
}

footer ul {
	text-align: center;
}

footer ul li {
	display: inline-block;
	padding: 0 .5em;
}

footer ul li:nth-child(2):before, footer ul li:nth-child(2):after {
	content: "//";
}

footer ul li:nth-child(2):before {
	margin-right: 1.25em;
}

footer ul li:nth-child(2):after {
	margin-left: 1.25em;
}

footer a:hover {
	color: #939598;			
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {

header > a {
	background-image: url(../images/logo-white.png);
}

.invert header > a {
	background-image: url(../images/logo-black.png);
}

} /* retina */

@media only screen and (max-width: 46.5em) {

/* avoid menu overlapping black border */

nav ul ul {
	left: 42%;
}

	
} /* <740px; */


@media only screen and (max-width: 42em) {

nav {
	position: static;
	margin: 20px auto 0 auto;;
}

nav > ul > li {
	width: 20%;
	padding: 0 2.5%;
}

nav > ul > li:nth-child(2) {
	margin-right: 0;
}

article p {
	margin-right: 12%;
	margin-left: 12%;
}

article.about p {
	margin-right: 7%;
	margin-left: 7%;
}
	
} /* <650px */



@media only screen and (max-width: 29.9em) {

html {
	/*border: none !important;*/
	box-shadow: none !important;
}

header > a {
	margin-bottom: 30px;
}
	
.js header > span {
	display: block;
	text-transform: uppercase;
	letter-spacing: .15em;
	font: .85em "din-2014", tahoma;
	text-align: center;
	cursor: pointer;	
	padding-bottom: 10px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;	
	transition: all .2s;	
}

header > span:after {
	content: "▾";
	display: block;
	padding: 5px;
	font-size: 1.1em;
}


header > span:hover, header > span.active {
	color: #939598;
}

nav {
	background-color: rgba(44, 44, 44, .95);
	overflow: hidden;
	padding: 0;
	left: 0;
	width: auto;
	height: auto;
	margin: 0;
	color: #fff;
}

.invert nav {
	background-color: rgba(240, 240, 240, .95);
	color: #000;
}

.invert.grey nav {
	background-color: rgba(44, 44, 44, .9);
	color: #fff;
}

.js nav {
	position: absolute;
	display: none;
	width: 100%;
	top: 100%;
	left: 0;
	z-index: 3000;
}

nav ul, nav ul li {
	float: none !important;
	width: auto;
}

nav > ul {
	padding: 24px 0;
}

nav > ul > li {
	padding-left: 0;
	padding-right: 0;
}

nav > ul > li > a {
	border: none;
	padding: 6px 0;
}

nav ul ul a {
	display: block;
	padding: 0;
}

nav > ul > li > a:hover, nav ul ul a:hover {
	color: #939598;
}
	
nav > ul > li > span {
	display: none;
}
	
nav ul ul {
	position: static;
	opacity: 1;
	background-color: transparent !important;
	padding: 20px 0 0 0;
	margin-left: 0;
}

nav ul ul > li {
	padding: 6px 0;
}


section {
	padding-left: 1%;
	padding-right: 1%;	
	font-size: 90%;
}

article.about {
	padding-top: 0;
	font-size: 1.5em;
	line-height: 1.5;
}

article, ul.navigation, aside {
	margin-bottom: 85px;
}

article p {
	margin-right: 8%;
	margin-left: 8%;
}

footer {
	font-size: 70%;
}
	
} /* <480px */


@media only screen and (max-width: 24em) {

footer ul li {
	display: block;
}

footer ul li:nth-child(2):before, footer ul li:nth-child(2):after {
	display: none;
}

	
} /* <380px */