#full-page h1 {
	padding-left: 20px;
	padding-right: 20px;
}

#full-page .title {
	padding-left: 20px;
	padding-right: 20px;
}

article.community {
	padding-left: 20px;
	padding-right: 20px;
}

.comm-nav {
    margin-top: 1.5em;
    margin-bottom: 4em;
}

.comm-nav ul {
    list-style-type: none;
    text-transform: uppercase;
    margin: 0;
    font-size: 1em;
    text-align: center;
}

.comm-nav li {
    display: inline-block;
    width: 20%;
    background-color: #94939B;
    margin-left: -4px;
}

.comm-nav li.active,
.comm-nav li:hover {
    background-color: #036;
}

.comm-nav a {
    color: #FFF;
    display: block;
    font-weight: 500;
    letter-spacing: 0.05em;
    padding: 10px;
    cursor: pointer;
}

.chart-wrapper {
	position: relative;
    min-height: 600px;
}

.chart-wrapper .footnotes {
	position: absolute;
	right: 10px;
	bottom: 0;
	margin-bottom: 0;
	font-size: 0.9em;
	max-width: 30%;
	text-align: right;
}

.main-chart figure {
	margin-top: 0;
}

.main-chart figcaption {
    text-align: center;
}

.main-chart figcaption h2 {
    text-transform: uppercase;
    font-weight: 600;
    color: #036;
    letter-spacing: 0.03em;
}

.main-chart figcaption p {
    font-size: 0.9em;
}

.main-chart canvas {
	display: block;
	margin: 0 auto;
	cursor: pointer;
}

.chart-info h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 1.2em;
}

.chart-info .amount {
    text-align: center;
    font-size: 4em;
    line-height: 1;
    font-weight: 600;
    color: #036;
    margin-top: 5px;
}

.chart-info blockquote {
    border-left: 0;
    border-top: 1px solid #ccc;
    margin-top: 1.4em;
    padding-top: 20px;
    color: #036;
    font-family: "Source Serif Pro", Georgia, serif;
    font-size: 1.8em;
    line-height: 1;
    font-weight: 600;
    text-align: center;
}

#legend {
    font-size: 0.85em;
    font-style: italic;
    padding: 0;
}

#legend article:nth-child(n+3) {
    margin-top: 10px;
}

#legend span {
    width: 20px;
    height: 20px;
    line-height: 1;
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 5px;
}

.cat-desc {
    border-top: 1px solid #CCC;
    margin-top: 20px;
    padding-top: 30px;
}

.cat-desc > section {
	padding-right: 35px;
}

.cat-desc h5 {
    font-size: 1.3em;
    margin-bottom: 1em;
}

.cat-desc .cat1 h5 {
    color: #2C8ACD;
}

.cat-desc .cat2 h5 {
    color: #cb34c1;
}

.cat-desc .cat3 h5 {
    color: #f58220;
}

.cat-desc .cat4 h5 {
    color: #9fcf3b;
}

.story, .stories {
    margin-top: 30px;
    border-top: 1px solid #CCC;
    padding-top: 25px;
    padding-bottom: 15px;
}

.story .story-text {
}

.story .story-text img {
    display: inline-block;
    float: right;
    max-width: 50%;
    margin-left: 2em;
}

.story .story-text h2 {
    font-size: 2.75em;
    line-height: 1;
    text-transform: uppercase;
    color: #999;
}

.story .story-text p {
    margin-top: 20px;
}

.story .story-text a {
    text-transform: uppercase;
}

.stories h5 {
	margin: 0.5em 0;
}


.banner {
    margin-top: 20px;
}

.banner p {
    background-color: #999;
    color: #FFF;
    text-align: center;
    padding: 10px 0;
    font-size: 1.4em;
}

.banner + div {
    margin-top: 10px;
}

.fast-facts {
    border-right: 1px solid #CCC;
    padding-right: 20px;
}

.fast-facts h2 {
    color: #009da5;
    font-size: 5em;
    line-height: 1;
    text-transform: uppercase;
}

.fast-facts p {
    margin-top: 10px;
}

.fast-facts a {
    width: 100%;
}

.fast-links h3 {
    color: #009da5;
    margin-bottom: 0.25em;
    margin-left: 0.75em;
}

.fast-links ul {
    list-style-type: disc;
    list-style-position: outside;
    margin-bottom: 2em;
}

.fast-links ul a {
    display: list-item;
    margin-left: 1.125em;
}

.fast-links ul a:nth-of-type(4) {
    margin-top: 1.25em;
}

.fast-links.hospital ul {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-width: auto;
    -webkit-column-width: auto;
    column-width: auto;
}

.fast-links.hospital ul a:nth-of-type(3) {
    margin-top: 0;
}

.fast-links p {
    margin-left: 17px;
}

#defaultTotalBenefit {
	display: none;
}

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */