#page {
	font-family: 'Average Sans', Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
	/* color: #7b7c7e; */
	/* -webkit-text-stroke: 0.3px; */
	
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
}

.nojs #page {
	font-size: 12px;
}

#page,
#page .ccm-page-list-link {
	color: #555;
}

#page .nav {
	/* -webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	-o-hyphens: none;
	hyphens: none; */
	
	font-size: 12px;
}

#page a {
	outline: 0;
}

#page .nav a:hover,
#page a {
	color: #5A99B4;
	text-decoration: underline;
}

#page .ccm-page-list-link,
#page a {
	transition: color .1s;
}

#page .ccm-page-list-link {
	text-decoration: none;
}

#page .ccm-page-list-link:hover {
	text-decoration: none;
}

#page .clear {
	clear: both;
}

#page .nav a,
#page a:hover {
	color: #005673;
	text-decoration: none;
}

#page h1,
#page h2,
#page h3,
#page h4,
#page h5 {
	font-size: 100%;
	line-height: 150%;
	font-weight: 400;
	color: #004667;
	margin: 1em 0;
}

#page h1:first-of-type,
#page h2:first-of-type,
#page h3:first-of-type,
#page h4:first-of-type,
#page h5:first-of-type {
	margin-top: 0;
}

#page .ccm-page-list-article h4 {
	margin: 0;
}

#page h1 {
	font-size: 150%;
}

#page h2 {
	font-size: 140%;
}

#page h3 {
	font-size: 130%;
}

#page h4 {
	font-size: 115%;
}

#page h5 {
	font-size: 110%;
}

#page p {
	margin-bottom: 1em;
}

#page p#meta {
	margin-bottom: 0;
}

#page p.ccm-page-description {
	font-weight: 600;
}

#page ul,
#page ol {
	margin: .5em 0 1em 2em;
}

#page #footer {
	font-size: 11px;
}