@charset 'utf-8';

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6,p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline;}

input, button {
	font: inherit;
}

blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;}
table {border-collapse: collapse;border-spacing: 0;}


/*
http://nitzsche.info
*/

body {
  background-color: #fff;
}

strong, b {
  font-weight: bold;
}

em, i {
  font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

label,
input[type=button],
input[type=submit],
button {
  cursor: pointer;
}

abbr[title] {
  border-bottom: 1px dotted #888 !important;
  cursor: help;
}

a abbr {
  cursor: pointer !important;
}

.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  line-height: 0;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
  * html .clearfix { height: 1%; }
  .clearfix { display: block; }
/* End hide from IE-mac */


/*
 * HTML5 default styles:
 */
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

body{
	font-family: Open Sans;
	font-weight: 300;
}
body .rtf img{
	max-width: 100%;
}
body .rtf p, body .rtf h1, body .rtf h2, body .rtf h3, body .rtf h4, body .rtf h5, body .rtf h6{
	line-height: 1.5;
	margin: 1em 0px;
}
body .rtf p:first-child, body .rtf h1:first-child, body .rtf h2:first-child, body .rtf h3:first-child, body .rtf h4:first-child, body .rtf h5:first-child, body .rtf h6:first-child{
	margin-top: 0px;
}
body .rtf p:last-child, body .rtf h1:last-child, body .rtf h2:last-child, body .rtf h3:last-child, body .rtf h4:last-child, body .rtf h5:last-child, body .rtf h6:last-child{
	margin-bottom: 0px;
}
body .rtf h1{
	font-size: 1.5em;
	font-weight: 300;
	line-height: 1;
}
body .rtf h2{
	font-size: 1.5em;
}
body .rtf h2, body .rtf h3, body .rtf h4, body .rtf h5, body .rtf h6{
	font-weight: bold;
}
body img{
	max-width: 100%;
}
body a{
	color: inherit;
	text-decoration: none;
}
body #loading{
	font-size: 2em;
	color: silver;
	width: 400px;
	margin: 100px auto;
}
body #page{
	display: none;
}
body nav{
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	height: 50px;
	background: rgba(0,0,0, .8);
	color: white;
	box-shadow: 0 0 10px gray;
	-ms-box-shadow: 0 0 10px gray;
	-moz-box-shadow: 0 0 10px gray;
	-webkit-box-shadow: 0 0 10px gray;
	z-index: 1;
}
body nav .inner{
	max-width: 800px;
	margin: 0 auto;
	padding: 0 20px;
}
body nav .inner ul{
	padding: 0px;
	margin: 0px;
}
body nav .inner ul li{
	display: block;
	line-height: 50px;
	border-bottom: solid gray 1px;
}
body nav .inner ul li:last-child{
	border: none;
}
body nav .inner ul li a{
	padding: 10px 30px;
	display: block;
}
body nav .inner .logo{
	float: left;
}
body nav .inner .menu{
	font-size: 2em;
	display: block;
	text-align: right;
	line-height: 50px;
}
body nav .inner .links{
	text-align: right;
	display: none;
	box-shadow: 0 0 5px gray;
	-ms-box-shadow: 0 0 5px gray;
	-moz-box-shadow: 0 0 5px gray;
	-webkit-box-shadow: 0 0 5px gray;
	position: absolute;
	right: 0px;
	background: black;
}
body nav.menu-open .links{
	display: block;
}
body .stories{
	margin-top: 50px;
}
body .story-page{
	position: relative;
	overflow: hidden;
	border-bottom: solid silver 1px;
}
body .story-page .header-image{
	position: absolute;
	left: 0px;
	right: 0px;
}
body .story-page .inner{
	position: relative;
	max-width: 800px;
	margin: 0 auto;
	padding: 40px 20px;
}
body .story-page.fixed-height{
	display: none;
}
body .slogan{
	margin-top: 0px;
	position: relative;
}
body .slogan .top-bar{
	height: 30px;
	background: linear-gradient(270deg, rgba(255, 255, 255, .2) 40%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0));
}
body .slogan .slogan-bar{
	background: linear-gradient(90deg, rgba(255, 255, 255, .3) 40%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0));
	height: 100px;
}
body .slogan .inner-slogan{
	max-width: 800px;
	margin: 0px auto;
	padding: 10px 20px;
	line-height: 80px;
	font-size: 1.5em;
	font-weight: 300;
}
body .module-cm_columns .columns-wrapper .inner-column{
	border: none;
}
body .content-modules .content-box.color > .content{
	background: rgba(255, 255, 255, .7);
}







	
		@media screen and (min-width: 768px)
	{


	
	body nav{
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: auto;
}
body nav .inner ul li{
	display: inline-block;
	border: none;
}
body nav .inner ul li a{
	padding: 0 20px 0 0;
}
body nav .inner .menu{
	display: none;
}
body nav .inner .links{
	display: block;
	position: static;
	box-shadow: none;
	-ms-box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	background: transparent;
}
body .stories{
	margin-top: 0px;
}
body .story-page .inner{
	padding: 80px 20px;
}
body .story-page.fixed-height{
	display: block;
}
body .slogan .inner-slogan{
	padding: 10px 20px;
	font-size: 2em;
}

	body .rtf h1{
	font-size: 2.5em;
}



	}





	
		@media screen and (min-width: 1024px)
	{


	
	


	}
