article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary
{
display: block;
}

audio,
canvas,
video
{
display: inline-block;
*display: inline;
*zoom: 1;
}

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

[hidden]
{
display: none;
}

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

html,
button,
input,
select,
textarea
{
font-family: sans-serif;
}

body
{
margin: 0;
}

a:focus
{
outline: thin dotted;
}

a:active,
a:hover
{
outline: 0;
}

abbr[title]
{
border-bottom: 1px dotted;
}

b,
strong
{
font-weight: bold;
}

blockquote
{
margin: 1em 40px;
}

dfn
{
font-style: italic;
}

hr
{
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0;
}

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

p
{
margin: 0 0 1em;
}

*+p,
pre
{
margin: 1em 0;
}

code,
kbd,
pre,
samp
{
font-family: monospace, serif;
_font-family: 'courier new', monospace;
font-size: 1em;
}

pre
{
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word;
}

q
{
quotes: none;
}

q:before,
q:after
{
content: '';
content: none;
}

small
{
font-size: 80%;
}

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

sup
{
top: -0.5em;
}

sub
{
bottom: -0.25em;
}

dl,
menu,
ol,
ul
{
margin: 1em 0;
}

dd
{
margin: 0 0 0 40px;
}

menu,
ol,
ul
{
padding: 0 0 0 40px;
}

nav ul,
nav ol
{
list-style: none;
list-style-image: none;
}

img
{
border: 0;
-ms-interpolation-mode: bicubic;
}

svg:not(:root)
{
overflow: hidden;
}

figure
{
margin: 0;
}

form
{
margin: 0;
}

fieldset
{
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}

legend
{
border: 0;
padding: 0;
white-space: normal;
*margin-left: -7px;
}

button,
input,
select,
textarea
{
font-size: 100%;
margin: 0;
vertical-align: baseline;
*vertical-align: middle;
}

button,
input
{
line-height: normal;
}

button,
select
{
text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"]
{
-webkit-appearance: button;
cursor: pointer;
*overflow: visible;
}

button[disabled],
html input[disabled]
{
cursor: default;
}

input[type="checkbox"],
input[type="radio"]
{
box-sizing: border-box;
padding: 0;
*height: 13px;
*width: 13px;
}

input[type="search"]
{
-webkit-appearance: textfield;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration
{
-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner
{
border: 0;
padding: 0;
}

textarea
{
overflow: auto;
vertical-align: top;
}

table
{
border-collapse: collapse;
border-spacing: 0;
}

/* opinionated defaults */

html,
button,
input,
select,
textarea
{
color: #333;
}

::-moz-selection
{
background: #b3d4fc;
text-shadow: none;
}

::selection
{
background: #b3d4fc;
text-shadow: none;
}

hr
{
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0;
}

img
{
vertical-align: middle;
}

fieldset
{
border: 0;
margin: 0;
padding: 0;
}

textarea
{
resize: vertical;
}

/* custom styles */

@font-face
{
font-family: 'roboto';
src: url('roboto-regular-webfont.eot');
src: url('roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
	url('roboto-regular-webfont.woff2') format('woff2'),
	url('roboto-regular-webfont.woff') format('woff'),
    url('roboto-regular-webfont.ttf') format('truetype'),
    url('roboto-regular-webfont.svg#roboto-regular') format('svg');
font-weight: normal;
font-style: normal;
}

@font-face
{
font-family: 'roboto';
src: url('roboto-bold-webfont.eot');
src: url('roboto-bold-webfont.eot?#iefix') format('embedded-opentype'),
	url('roboto-bold-webfont.woff2') format('woff2'),
	url('roboto-bold-webfont.woff') format('woff'),
    url('roboto-bold-webfont.ttf') format('truetype'),
    url('roboto-bold-webfont.svg#roboto-bold') format('svg');
font-weight: bold;
font-style: normal;
}

@font-face
{
font-family: 'roboto-condensed';
src: url('roboto-condensed-regular-webfont.eot');
src: url('roboto-condensed-regular-webfont.eot?#iefix') format('embedded-opentype'),
	url('roboto-condensed-regular-webfont.woff2') format('woff2'),
	url('roboto-condensed-regular-webfont.woff') format('woff'),
	url('roboto-condensed-regular-webfont.ttf') format('truetype'),
	url('roboto-condensed-regular-webfont.svg#roboto-condensed-regular') format('svg');
font-weight: normal;
font-style: normal;
}

html
{
background: #0b0e10;
}

body
{
background: #FFF;
font: 14px/1.375 roboto, Helvetica, Arial, sans-serif;
color: #333;
text-align: center;
-webkit-font-smoothing: antialiased;
}

a
{
color: #3ea9d6;
text-decoration: none;
}

a:hover
{
text-decoration: underline;
}

h2,
h3,
h4,
h5,
h6
{
/* font-family: roboto-condensed, Helvetica, Arial, serif; */
font-weight: normal;
}

dt,
dd
{
margin: 0 0 0.5em 0;
}

.charitydata
{
font-family: Georgia, Times, serif;
font-weight: bold;
}

.l
{
text-align: left;
}

.c
{
text-align: center;
}

.r
{
text-align: right;
}

body>header,
main,
html:not(.wide) main>div,
html.wide main>div>section,
body>footer
{
margin: 0 auto;
width: 100%;
float: left;
}

body>header>div,
html:not(.wide) main>div,
html.wide main>div>section>div,
body>footer>div
{
margin: 0 auto;
text-align: left;
padding-left: 16px;
padding-right: 16px;
}

html.wide.page main .page
{
margin-top: 2em;
margin-bottom: 2em;
}

html.wide.page main .page h2
{
margin-top: 0;
}

main
{
background: #FFF;
}

/* header */

body>header
{
background: #FFF;
padding: 1em 0;
}

body>header h1
{
float: left;
margin: 0 1em 0 0;
}

body>header h1 a
{
color: #222;
}

body>header h1 a img
{
width: 223px;
height: 40px;
}

body>header .blumbergs img
{
width: 150px;
}

body>header .search
{
float: right;
margin: 0.5em 0 0.5em 1em;
}

body>header form,
body>header nav
{
display: inline;
}

body>header .search *+a
{
margin-left: 0.75em;
}

body>header input
{
-webkit-appearance: none;
-webkit-border-radius: 0px;
border: 0;
border-bottom: 1px solid #07446b;
background: transparent url('../img/search_16_blue.png') no-repeat right center;
padding: 0.25em 0;
}

html.backgroundsize body>header input
{
background-image: url('../img/search_32_blue.png');
background-size: 16px 16px;
}

body>header nav a
{
text-decoration: underline;
}

body>header nav a:hover
{
text-decoration: none;
}

body>header nav a
{
margin-left: 0.75em;
}

body>footer
{
color: #FFF;
padding: 2em 0;
}

body>footer .charitydata
{
font-size: 1.5em;
color: #FFF;
}

body>footer .charitydata img
{
width: 180px;
height: auto;
}

body>footer nav ul
{
float: left;
width: 100%;
padding: 0;
margin: 0 0 1em;
}

body>footer nav li
{
float: left;
}

body>footer nav li+li
{
margin-left: 1em;
}

html.home main
{
background: #095586;
color: #FFF;
}

html.home main .introduction
{
padding: 6em 0;
}

html.home main .introduction p
{
font-family: Georgia, Times, serif;
font-size: 1.75em;
}

html.home main form.search
{
font-size: 1.5em;
}

html.home main form.search label
{
font-weight: bold;
text-transform: uppercase;
margin-right: 0.75em;
float: left;
display: block;
padding: 0.125em 0 0;
}

html.home main form.search div
{
overflow: hidden;
display: block;
}

html.home main form.search input,
html.page main form.search input
{
-webkit-appearance: none;
-webkit-border-radius: 0px;
background: transparent url('../img/search_16.png') no-repeat right center;
color: #FFF;
border-radius: 0;
border: 0;
border-bottom: 1px solid #FFF;
width: 100%;
padding: 0 0 0.25em;
}

html.backgroundsize main form.search input
{
background-image: url('../img/search_32.png');
background-size: 16px 16px;
}

form .filter
{
background: #3ea9d6 url('../img/close_12.png') no-repeat 98% center;
color: #FFF;
padding: 0.0625em 0.625em 0.1875em;
font-size: 0.875em;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
cursor: pointer;
}

form .filter.error
{
background-color: #F00;
}

html.backgroundsize form .filter
{
background-image: url('../img/close_24.png');
background-size: 12px 12px;
}

/* home page */

html.home .news
{
background: #05243d;
float: left;
padding: 3em 0;
}

html.home .news .date
{
font-size: 0.75em;
}

html.home .news h3
{
margin: 0 0 1em;
font-size: 1.5em;
font-weight: normal;
}

html.home .news h4
{
font-size: 1.25em;
color: #3ea9d6;
margin: 0.375em 0 0.5em;
}

/* search page */

html.search main
{
padding: 2.5em 0;
}
	
html.search h2,
html.search h3
{
font-size: 1.75em;
margin: 0 0 0.75em;
}

html.search h4
{
font-size: 1.125em;
margin: 0;
}

html.search div.results
{
margin: 2em 0;
}

html.search div.results .match
{
font-weight: bold;
}

html.search div.results a:hover
{
text-decoration: none;
}

html.search div.results a:hover h4
{
text-decoration: underline;
}

html.search div.results a div
{
color: #333;
}

html.search div.results article div.sortValue
{
font-weight: bold;
}

html.search div.results article+article
{
margin-top: 1em;
}

html.search .pagination
{
margin: 0.5em 0 2.5em;
}

html.search main *+label
{
margin-top: 1em;
}

main section.search
{
background: #07446b;
}

main section.search form.search
{
padding: 1em 0;
color: #FFF;
}

body>header input:focus,
html.home form.search input:focus,
html.page form.search input:focus
{
border-bottom: 1px solid #3ea9d6;
outline: 0;
}

main form label
{
display: block;
font-weight: bold;
text-transform: uppercase;
}

/* charity page */

html.charity h2,
html.charity h3,
html.charity h4
{
margin: 0;
color: #3ea9d6;
}

html.charity h2
{
font-size: 1.75em;
margin: 0 0 1em;
}

html.charity h3
{
font-size: 1.375em;
margin: 0 0 1em;
}

html.charity h4
{
font-size: 1.125em;
}

html.charity *+h4
{
margin-top: 0.75em;
}

html.charity .historic-data h4,
html.charity .historic-data table
{
margin-bottom: 1em;
}

html.charity main>div>section
{
margin-bottom: 2.5em;
}

html.charity main section.overview
{
margin: 0;
padding: 2.5em 0;
background: #EEE;
}

html.charity main section.overview h3
{
margin: 0;
padding: 0 0 0.5em;
border-bottom: 2px solid #999;
}

html.charity main section.programs
{
padding: 2.5em 0;
background: #095586;
color: #FFF;
}

nav.solid,
nav.solid ul,
nav.solid ol
{
padding: 0;
margin: 0;
float: left;
}

nav.solid li
{
display: block;
float: left;
}

nav.solid li a,
nav.solid>a
{
display: block;
color: #FFF;
background: #555;
padding: 0.5em;
margin-right: 0.25em;
}

nav.solid>a
{
padding: 0.5em 0.75em;
float: left;
}

nav.solid a.active
{
background: #095586;
}

table th,
table td
{
padding: 0.75em;
}

table.financial
{
font-size: 0.9375em;
margin: 0 0 1em;
}

table.financial.sticky-left-header tbody th[colspan]
{
background-color: transparent;
color: transparent;
}

table.financial td,
table.financial th+th
{
text-align: right;
}

html.charity main table thead th
{
vertical-align: bottom;
background: #3ea9d6;
color: #FFF;
}

table.financial th[scope]
{
border-bottom-color: #FFF;
min-width: 160px;
max-width: 160px;
width: 160px;
}

table.financial tbody th
{
font-weight: normal;
background: #EEE;
}

table.financial tbody th.indent
{
padding-left: 2em;
}

table.directors
{
min-width: 100%;
}

table th,
table td
{
border-bottom: 1px solid #EEE;
}

*+.sticky-wrap
{
margin-top: 1.5em;
}

table.financial thead th+th,
table.financial td.num,
thead.nowrap th,
.nowrap
{
white-space: nowrap;
}

td.num
{
text-align: right;
}

table.financial td
{
min-width: 60px;
max-width: 120px;
}

table.financial .temp
{
color: #00F;
}

table.financial .neg
{
color: #F00;
}

/* loader */
.loading
{
background: transparent url('../img/loader_16.gif') no-repeat left center;
padding-left: 20px;
}

html.backgroundsize .loading
{
background-image: url('../img/loader_32.gif');
background-size: 16px 16px;
}

.terms main ol li+li
{
margin-top: 1em;
}

.faq main .page h3
{
margin: 0 0 1em 1em;
text-indent: -1em;
}
.faq main .page article div
{
margin-left: 1em;
}

.faq main .page h3:before 
{
content: "+"; 
display: inline-block;
width: 1em;
text-align: center;
}

.faq main .page .open h3:before 
{
content: "\2013"; 
}

.faq blockquote 
{
font-style: italic;
margin: 1em 0;
}

.faq main .page article+article
{
margin-top: 1em;
}

.c1,
.c2,
.c3,
.c1-2,
.c1-3,
.c1-4,
.c2-3
{
float: left;
width: 100%;
}

.c1,
.c1-2,
.c1-3,
.c1-4
{
clear: both;
}

.c4,
.c2-4,
.c3-4
{
float: right;
width: 100%;
}

.c1-4
{
width: 100%;
}

.c1-2 .c1-2,
.c1-2 .c3-4,
.c3-4 .c1-2,
.c3-4 .c3-4
{
width: 45.75%;
}

a.block
{
display: block;
}

a.block img
{
display: block;
max-width: 50%;
}

/* graph */

div.graph
{
height: 240px;
}

svg text.y-label,
svg text.x-label,
svg text.legend
{
fill: #333;
font: 14px/1.375 roboto, Helvetica, Arial, sans-serif !important;
}

svg text.x-label
{
font-weight: bold !important;
}

svg path.y-line
{
fill: none;
stroke: #BBB;
stroke-width: 1;
}

svg rect.bar-value-0,
svg rect.legend-0
{
fill: #3bb061;
stroke: none;
}

svg rect.bar-value-1,
svg rect.legend-1
{
fill: #cd3f1d;
stroke: none;
}

/* Helper classes */

.scroll-x
{
overflow-x: auto;
position: relative;
}

.ir
{
text-indent: -100%;
white-space: nowrap;
overflow: hidden;
}

@media only screen and (max-width: 900px) {

	body>header .blumbergs
	{
	float: right;
	}

	body>header .search
	{
	clear: both;
	float: left;
	margin: 1em 0 0.5em;
	}

}

@media only screen and (max-width: 800px) {

	.c1+.c2,
	.c2+.c3,
	.c3+.c4,
	.c1-2+.c3,
	.c1-2+.c3-4
	.c2-3+.c4
	{
	margin-top: 1em;
	}
	
}

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

	body>header>div,
	html:not(.wide) main>div,
	html.wide main>div>section>div,
	body>footer>div
	{
	max-width: 1160px;
	padding-left: 32px;
	padding-right: 32px;
	}

	a.block img
	{
	max-width: 100%;
	}

	table.financial th[scope]
	{
	min-width: 220px;
	max-width: 220px;
	width: 220px;
	}

	html.search main form div
	{
	margin: 0 0 1em;
	}

	html.search form.search select,
	html.search form.search input
	{
	width: 100%;
	}

	html.charity h3
	{
	font-size: 1.125em;
	}

	.c1,
	.c2,
	.c3,
	.c4
	{
	width: 22%;
	}

	.c2,
	.c2-3,
	.c3
	{
	margin-left: 4%;
	}

	.c1-2,
	.c2-3,
	.c3-4
	{
	width: 48%;
	}

	.c1-3,
	.c2-4
	{
	width: 74%;
	}

	.right,
	.c4,
	.c3-4,
	.c2-4
	{
	float: right;
	}

	.left
	{
	float: left !important;
	clear: none;
	}

}

/* print styles */

@media print {

	*
	{
	background: transparent !important;
	color: #000 !important; /* Black prints faster: h5bp.com/s */
	box-shadow: none !important;
	text-shadow: none !important;
	}

	body
	{
	font-size: 10pt;
	line-height: 1.2;
	}

	body>footer
	{
	clear: both;
	}

	th,
	td
	{
	font-size: 6pt;
	}

	.print
	{
	display: block !important;
	}

	.no-print
	{
	display: none !important;
	}

	a,
	a:visited
	{
	text-decoration: underline;
	}

	/*
	a[href]:after
	{
	content: " (" attr(href) ")";
	}
	*/

	abbr[title]:after
	{
	content: " (" attr(title) ")";
	}

	/*
	 * Don't show links for images, or javascript/internal links
	 */

	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after
	{
	content: "";
	}

	pre,
	blockquote
	{
	border: 1px solid #999;
	page-break-inside: avoid;
	}

	thead
	{
	display: table-header-group; /* h5bp.com/t */
	}

	tr,
	img
	{
	page-break-inside: avoid;
	}

	img
	{
	max-width: 100% !important;
	}

	@page
	{
	margin: 0.5cm;
	}

	p,
	h2,
	h3
	{
	orphans: 3;
	widows: 3;
	}

	h2,
	h3
	{
	page-break-after: avoid;
	}

}