/* html reset */
html {
    box-sizing:border-box
}

*, * :before, * :after {
    box-sizing: inherit
}
/* Extract from normalize.css by Nicolas Gallagher and Jonathan Neal git.io/normalize */

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust:100%
}

body {
    margin: 0
}

article, aside, details, figfigcaption, figure, footer, header, main, menu, nav, section {
    display:block
}

summary {
    display: list-item
}

audio, canvas, progress, video {
    display:inline-block
}

progress {
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height:0
}

[hidden], template {
    display: none
}

a {
    background-color:transparent
}

a:active, a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight:bolder
}

dfn {
    font-style:italic
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size:80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom:-0.25em
}

sup {
    top:-0.5em
}

figure {
    margin:1em 40px
}

img {
    border-style: none
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size:1em
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

button, input, select, textarea, optgroup {
    font: inherit;
    margin:0
}

optgroup {
    font-weight: bold
}

button, input {
    overflow:visible
}

button, select {
    text-transform: none
}

button, [type=button], [type=reset], [type=submit] {
    -webkit-appearance: button
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space:normal
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}
/* End extract */


body {
	background-color: white;
	font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #414042;
}
#wrapper {
	width: 1440px;
	margin: auto;
}
a {
	color: #087faa;
	text-decoration: none;
	font-weight: bold;
}
p {
	font-size: 20px;
	margin: 0 20px 10px 20px;
}
h2 {
	text-align: center;
	font-size: 24px;
	margin: 20px auto;
}

.clear {
	clear: both;
}
.top_bar {
	text-align: center;
	margin: 20px auto;
}
.top_bar img {
	display: block;
	margin: auto;
}

.headshot, 
.declaration {
	display: inline-block;
	width: 49%;
	float: left;
}

.img_container img,
.headshot img {
	width: 710px;
}

.declaration {
	margin-top: 0;
	padding-top: 0;
}


.helpout {
	width: 1080px;
	position: relative;
	margin: 40px auto;
}

.link_text {
	position: absolute;
	bottom: 40px;
	font-size: 30px;
	color: white;
	left: 250px;
}

.neighbours {
	float: right;
}

.StreamsFoundation .initiatives li {
	width: 25%;
	margin: 20px auto;
	float: left;
	display: block;
	list-style-type: none;
	position: relative;
	padding: 10px;
}

.StreamsFoundation .initiatives li p {
	margin: 0;
}

.StreamsFoundation .projects li {
	width: 32%;
	margin: 20px auto;
	float: left;
	text-align: center;
	display: block;
	list-style-type: none;
	position: relative;
}

.StreamsFoundation .projects li figcaption,
.StreamsFoundation .projects li img {
	width: 90%;
	text-align: center;
	display: block;
}

.StreamsFoundation .projects li figcaption {
	margin-top: 15px;
}

.StreamsFoundation h2 {
	width: 1000px;
}

.StreamsFoundation h2 a {
	float: left;
}

.StreamsFoundation h2 span {
	display: inline-block;
	float: left;
	width: 750px;
	margin-top: 50px;
	margin-left: 30px;
}

.VotingInfo a {
	color: #d71b1e;
}

@media (min-width: 601px) {
	
}

@media (min-width: 993px) {

}

@media (max-width: 1205px) {

}

@media (max-width: 600px) {

}

@media (max-width: 768px) {

}

@media (min-width: 993px) {

}

@media (max-width: 992px) and(min-width: 601px) {

}

@media (max-width: 992px) {

}
