body {background:#fff}
h1 {
font-family: 'PTSansBold', Arial, sans-serif;
    font-weight:normal;
        font-size:2.2em; /* 32px */
        line-height:1; /* 32px */
        letter-spacing:-0.03125em; /* -1px */
    }

section#archive, section#archive header, section#articles, section#article, section#jobs, section#events, section#about, footer section, article {width:85%;}

section#capabilities div { 
    background: none !important;
    padding:0px; 
    width:100%; 
    margin:0 0 .5em; 
    vertical-align:top
}
section#capabilities div p {width:100%}

footer nav:first-child {display:inline-block; padding:0; width:100%; margin:0 0 .5em; vertical-align:top}

article blockquote {font-size:1.8rem;line-height:1.75;margin-left:0px;margin-right:0px;}
article cite {font-size:1.2rem}
blockquote:before {
    content: "";
    font-size: 1px;
    line-height: 0;
    margin-bottom: 0;
}

figure {
	font-family: 'PTSansCaptionRegular', Arial, sans-serif;
    text-align: center;
    font-size: 105%;
    margin: 0em -9% 1.7em;
    max-width: 960px;
}

article img {
    background:#fff;
    min-height:150px; 
    height:auto !important; 
    height:150px;
    width:100%;
}

img, video, iframe { 
	padding: 0;
	width:100%;
	max-height: 800px; 
	border: none; 
	background-color: transparent; 
	box-shadow: none; 
}

#worktogether {
	background:#fff;
	left:0;
	margin:0;
	position:absolute;
	top:-800px;
	bottom:auto;
	width:100%;
	padding:40px 40px 0;
	min-height:200px; 
    height:auto !important; 
    height:200px;
	box-shadow:3px 3px 7px rgba(0,0,0,.25);
	-moz-box-shadow:3px 3px 7px rgba(0,0,0,.25);
	-webkit-box-shadow:3px 3px 7px rgba(0,0,0,.25);
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	z-index:9999;
}

#worktogether:target {
	top:0;
	bottom:auto;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}
#worktogether h1 {margin: 0 0 10px}
#worktogether .close {
    font-family: 'PTSansBold', Helvetica, Arial, sans-serif;
    font-size: 32px;
	position: absolute;
	top:20px;
	right: 20px;
}