/* 1.1.1	RESET */

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,ol,ul,li,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}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}a{text-decoration: none;}

/* 1.1.2	GLOBAL BODY-LEVEL ELEMENTS */

html{
	height: 100%; /* Necessary for background image stretching */
}

body{
	font: 14px/20px
		'Ideal Sans SSm A', 'Ideal Sans SSm B',
		"Helvetica Neue",
		Helvetica,
		Arial,
		sans-serif;
	position: relative;
	height: 100%;
	-webkit-text-size-adjust: 100%;
}

h1, h2, h3{
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

h3{
	font-size: 18px;
	line-height: 1.3em;
	font-weight: bold;
	color: #333;
	margin-bottom: 0.5em;
}

h4{
	margin-bottom: 0.5em;
	font-weight: bold;
	color: #333;
}

p{
	font-size: 15px;
	line-height: 22px;
	max-width: 510px;
	margin-bottom: 1em;
}

i, em{
	font-style: italic;
}
b, strong{
	font-weight: bold;
}
a{
	color: #885E28;
}

sup,
sub {
	
	line-height: 1em;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	display: inline-block;
	padding: 0 2px;
	
}

sup {
	bottom: 1ex;
}

sup a{
	color: #C9742C;
}

sub {
	top: .5ex;
}

ol{
	padding-left: 1em;
	margin: 0 0 2em 0.5em;
	list-style-type:decimal;
}

header{
	position: relative;
	min-height: 150px;
	margin-bottom:20px;
	background: #666;
}
header .page-background{
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
header hgroup{
	overflow: hidden;
	position: relative;
	z-index: 2;
}
header hgroup .width-wrapper{
	overflow: visible;
}
header h2{
	padding: 40px 0 10px;
	font-family: "arno-pro";
	font-size: 48px;
	line-height: 48px;
	color: #FFF;
	text-shadow: 0 0 80px black,  0 0 80px black;
}

.footnotes{
	border-top: 1px solid #ddd;
	padding-top: 1em;
}
.footnotes hr{
	display: none;
}

div.image{
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 0 50%;
}

.box img{
	max-width: 100%;
	height: auto;
}

ul.press-releases{
	margin-bottom: 1em;
	
}
ul.press-releases li{
	margin-bottom: 0.5em;
}

.article-body{
	position: relative;
}
.shade{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	pointer-events: none;
}
.article{
	margin-bottom: 2em;
}