body {
    background-color: #64c9d5;
    color: #000000;
    font-family: calibri,arial,helvetica,sans-serif;
    font-size: 13px;
		margin: 0;
}
a, a:visited {
	color: #0b4963;
	text-decoration: underline;
}
h1 {
    font-size: 21px;
}
h2 {
    font-size: 18px;
}
h3{
	font-size: 15px;
}
small {
	font-size: 0.85em;
}
strong {
	font-weight: bold;
}
.hidden {
	display: none;
}
/* =Blockquote
-------------------------------------------------------------- */
blockquote {
    position: relative;
    margin: 0;
    padding: 1em 4em;
    font-size: 1em;
		color: #999;
		font-style: italic;
}
blockquote:before, blockquote:after {
    position: absolute;
    width: 60px;
    height: 60px;
    font-size: 120px;
    line-height: 1;
}
.home blockquote {
    margin: 0;
    padding: 1em 3em;
    text-align: center;
    font-size: 2.5em;
}
.home blockquote:before, .home blockquote:after {
    width: 60px;
    height: 60px;
    font-size: 120px;
}
blockquote:before {
    top: 0;
    left: 0;
    content: "\201C";
}
blockquote:after {
    top: 0;
    right: 0;
    content: "\201D";
}
.wrapper {
	margin: auto;
	width: 90%;
	max-width: 58em;
	padding: 1em 0;
}
#header, #footer {
	width: 100%;
}
#header {
	margin-top: 1em;
	border-top: 0.2em solid #0b4963;
	background-color: #fa9911;
}
#navbar {
  background-color: #0b4963;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}
#navbar ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: -1px;
}
#navbar li {
    flex-grow: 1;
    flex-basis: auto;
    margin: .25em 0;
    padding: 0.5em 1em;
    text-align: center;
    border-left: 1px solid #ccc;
    background-color: transparent;
}
#navbar li:first-child {
	border: none;
}
#navbar a {
    color: #ccc;
    text-decoration: none;
}
#navbar li.current {
  background-color: #ffffff;
}
#navbar li.current a {
    color: #000000;
}
.content {
	background-color: #fff;
  line-height: 160%;
  padding: 0 1.4em;
}
.section-header {
	background-color: #0b4963;
	padding: 1em 1.5em;
}
.article-header {
	padding: 0.5em 0;
	padding-top: 1em;
}
.article-header h1 {
    line-height: 110%;
}
.section-header h1, .section-header h2, .section-header h3 {
	color: #fff;
}
.article-content {
	padding: 0;
	padding-bottom: 0.001em;
}
.article-content h2, .article-content h3 {
	margin-bottom: 0.6em;
}
.content ul, .content ol {
	padding-left: 1em;
	list-style-position: inside;
}
.content ul, .content ol, .content p, .content-table, .content-video, .content-figure, .content-image {
	margin-bottom: 1em;
}
.content ul {
	list-style-type: disc;
}
.content ol {
	list-style-type: decimal;
}
#sidebar {

}
.sidebar-item {
	margin-bottom: 0.5em;
}
.sidebar-item .content {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
.sidebar-item .content p {
	margin: 0;
}
.sidebar-item .content ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.sidebar-item .content ul li {
	border-bottom: 1px solid #ccc;
	padding: 0.5em 0;
}
.sidebar-item .content ul li:first-child {
	padding-top: 0;
}
.sidebar-item .content ul li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}
.sidebar-item .content ul li a {
	text-decoration: none;
}
.sidebar-item .content ul li a:hover {
	color: #84c2d9;
}

#footer {
		border-top: 0.2em solid #ffe1bd;
    clear: both;
    color: #ffffff;
    white-space: nowrap;
		background-color: #8a3e1d;
}
#footer a, #footer a:visited {
	color: #fff;
	text-decoration: underline;
}
#footer p{
	margin-bottom: 0.6em;
}
#footer p:last-child{
	margin-bottom: 0;
}
/* =Fluid width video fix
See more: https://css-tricks.com/NetMag/FluidWidthVideo/Article-FluidWidthVideo.php
-------------------------------------------------------------- */
.content-video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.content-video iframe,
.content-video object,
.content-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
