body {
	font-family: 'Century Gothic', sans-serif;
}

header {
	background-color: #F0F0F0;
	position: relative;
}

header > h1 {
	text-align: center;
	margin: auto;
	text-transform:uppercase;
	letter-spacing: 0.05em;
	padding: 0.45em 0; /*0.5em*/
	font-size: 5em;
}

@media (min-width: 1176px) {
	header > h1 {
		font-size: 5em;
	}
}

@media (max-width: 1175px) {
	header > h1 {
		font-size: 4em;
	}
}

@media (max-width: 1125px) {
	header > h1 {
		font-size: 3em;
	}
}

@media (max-width: 800px) {
	header > h1 {
		font-size: 2em;
	}
}

@media (max-width: 400px) {
	header > h1 {
		font-size: 1.5em;
	}
}

header > h1 > a {
	text-decoration: none;
	color: #383838;
	font-weight: bold;
}

header > h1 > a:hover {
	color: #7F8BB1;
}

/*#pt-header-img1, #pt-header-img2, #pt-header-img3, #pt-header-img4, #pt-header-img5, #pt-header-img6,
#pt-header-img7, #pt-header-img8, #pt-header-img9, #pt-header-img10, #pt-header-img11, #pt-header-img12 {
	position: relative;
}

#pt-header-img2, #pt-header-img4, #pt-header-img6, #pt-header-img8, #pt-header-img10, #pt-header-img12 {
	transform: scaleY(-1);
	bottom: 0.4em;
}

@media (max-width: 1790px) {
	#pt-header-img6, #pt-header-img7 {
		display: none;
	}
}

@media (max-width: 1650px) {
	#pt-header-img5, #pt-header-img8 {
		display: none;
	}
}

@media (max-width: 1500px) {
	#pt-header-img4, #pt-header-img9 {
		display: none;
	}
}

@media (max-width: 1325px) {
	#pt-header-img3, #pt-header-img10 {
		display: none;
	}
}

@media (max-width: 1175px) {
	#pt-header-img3, #pt-header-img10 {
		display: inline-block;
	}
}

@media (max-width: 1125px) {
	#pt-header-img4, #pt-header-img9 {
		display: inline-block;
	}
}

@media (max-width: 1060px) {
	#pt-header-img4, #pt-header-img9 {
		display: none;
	}
}

@media (max-width: 900px) {
	#pt-header-img3, #pt-header-img10 {
		display: none;
	}
}

@media (max-width: 800px) {
	#pt-header-img3, #pt-header-img10 {
		display: inline-block;
	}
}

@media (max-width: 700px) {
	#pt-header-img3, #pt-header-img10 {
		display: none;
	}
}

@media (max-width: 600px) {
	#pt-header-img2, #pt-header-img11 {
		display: none;
	}
}

@media (max-width: 500px) {
	#pt-header-img1, #pt-header-img12 {
		display: none;
	}
}*/

/*******************************************************************************************************************************************************************/

@media (min-width: 1301px) {
	body > .nav {
		position: fixed;
		top: 0;
		left: 0;
		background-color: #F2F2F2;
		height: 100%;
		width: 300px;
		overflow-y: auto;
		overflow-x: hidden;
		box-sizing: border-box;
	}
	body > .nav ul.sub-ul > li {
		border-top: solid 1px #FFFFFF;
	}

	body > .nav ul.sub-ul > li > a {
		font-size: 0.95em;
		display: block;
		padding: 1em 1em;
		text-decoration: none;
		color: #121212;
		text-align: left;
	}

	body > .nav ul.sub-ul > li.title,
	body > .nav ul.sub-ul > li.sub-title {
		border-top: none;
		margin-bottom: -1px;
		z-index: 1;
		position: relative;
	}

	body > .nav ul.sub-ul > li.title > a {
		font-size: 1.5em;
		padding: 0.5em;
		color: #FFFFFF !important;
		text-align: center;
	}

	body > .nav ul.sub-ul > li.sub-title > a {
		font-size: 1.1em;
		padding: 0.5em 0.75em;
		color: #FFFFFF !important;
		letter-spacing: 0.5px;
		box-sizing: border-box;
	}


	body > .nav ul.sub-ul > li:not(.sub-title):not(.title) > a {
		border-left-style: solid;
		border-left-width: 0.5em;
	}

	body > .nav ul.sub-ul > li:not(.sub-title):not(.title) > a:hover {
		border-left-width: 1em !important;
	}
	body > .nav ul.sub-ul > li.selected > a {
		border-left-width: 0.75em !important;
	}

	/*
	span.sub-title-button {
		width: 22px;
		height: 3px;
		position: absolute;
		top: 45%;
		right: 12px;
		box-sizing: border-box;
		background-color: #FFFFFF;
		cursor: pointer;
	}

	span.sub-title-button:after {
		background-color: #FFFFFF;
		height: 3px;
		width: 22px;
		content: '';
		display: block;
		position: relative;
		top: -10px;
	}

	span.sub-title-button:before {
		background-color: #FFFFFF;
		height: 3px;
		width: 22px;
		content: '';
		display: block;
		position: relative;
		top: 7px;
	}
	*/
}


@media (min-width: 1301px) {
	#pf-subpage {
		padding-left: 300px;
	}
}

@media (max-width: 1300px) {
	body > .nav {
		background-color: #DDDDDD;
		padding: 0.5em;
	}
	li.title, li.sub-title {
		font-size: 1.1em;
		font-weight: bold;
		margin: 0.5em;
		padding: 0.5em;
	}
	.title a, .sub-title a {
		color: #FFFFFF;
	}

	body > .nav > ul {
		text-align: center;
	}
	body > .nav > ul > ul {
		display: inline-block;
		vertical-align: top;
		min-width: 250px;
		max-width: 500px;
		text-align: left;
	}
	body > .nav > ul li > a {
		font-size: 0.9em;
		margin: 0.15em 0px;
		padding: 0.5em;
		color: #121212;
		text-decoration: none;
		display: block;
		box-sizing: border-box;
	}
	body > .nav > ul li:not(.sub-title):not(.title) > a {
		color: #000000;
		border-left-color: #616f9E !important;
		border-left-style: solid;
		border-left-width: 0.125em;
	}
	body > .nav ul li > a:hover {
		font-weight: bold;
	}
}

/*******************************************************************************************************************************************************************/




section > div#content {
	max-width: 1000px;
	margin: auto;
	padding: 1rem;
	/*font-size: 0;*/
	box-sizing: border-box;
}

section > div#content > * {
	display: inline-block;
	font-size: 1rem;
	box-sizing: border-box;
	vertical-align: top;
}

section > div#content > #left-column {
	max-width: 650px;
	padding-right: 1em;
}

section > div#content > #right-column {
	width: 301px;
	text-align: center;
}

#right-column > * + * {
	margin-top: 1em;
	width: 100%;
}

#top-ad {
	max-width: 1000px;
	margin: auto;
	padding-top: 1em;
	text-align: center;
}

div#left-column > h1 {
	font-size: 2.5em;
	padding-bottom: 0.1em;
	border-bottom: solid 1px #AAAAAA;
	margin-bottom: 0.1em;
}

div#left-column > h2 {
	font-size: 2em;
	padding-bottom: 0.25em;
}

div#left-column > h3 {
	font-size: 1.5em;
	padding-bottom: 0.25em;
}

div#left-column > p {
	line-height: 1.5em;
}
div#left-column > p + p {
	margin-top: 1em;
}

div#left-column a {
	color: #046EAF;
	text-decoration: none;
}

div#left-column a:hover {
	text-decoration: underline;
}

div#left-column figure.figure-alignleft {
	float: left;
	text-align: center;
}

div#left-column figure.figure-alignright {
	float: right;
}

div#left-column figure {
	padding: 0 1rem 1rem 1rem;
}

div#left-column figure > figcaption {
	font-size: 0.8em;
	max-width: 250px;
	line-height: 1.2em;
}


div#related-pages > span {
	font-weight: bold;
	display: block;
}

div#top-area {
	text-align: center;
}

div#top-area > .top-area-heading {
	padding: 0.5em 0;
	display: block;
	font-size: 2em;
}

#anchors > span {
	display: block;
	padding-top: 1em;
	font-weight: bold;
}

#anchors > ul {
	display: inline-block;
	vertical-align: top;
	padding: 1em;
}

#anchors > ul > li {
	text-align: left;
}

#anchors > ul > li > a	{
	color: #046EAF;
	padding: 0.25em 0;
	display: block;
}

#top-content >
#top-content > p {
	line-height: 1.5em;
	text-align: left;
	padding: 0 1em;
}

#top-content > p + p {
	margin-top: 1em;
}

div.block:nth-of-type(odd) {
	background-color: #F2F2F2;
}

.block {
	/*font-size: 0;*/
	padding: 1.5rem;
	text-align: center;
}

.block p {
	line-height: 1.5em;
}
.block p + p {
	margin-top: 1em;
}

.block h1 {
	padding-bottom: 0.1em;
	font-size: 2em;
}

.block > .img-block, .block > .content-block {
	display: inline-block;
	vertical-align: middle;
	font-size: 1rem;
	box-sizing: border-box;
	text-align: left;
}

.block > .img-block {
	width: 280px;
	text-align: center;
	padding: 0.5em;
	position: relative;
}

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

.block > .img-block figcaption {
	margin: auto;
	padding: 0 2em;
	font-weight: bold;
	max-width: 250px;
	line-height: 1.4em;
}

.block > .content-block {
	width: 650px;
}

.content-block > ul {
	margin-top: 1em;
}

.content-block a {
	text-decoration: none;
	color: #5472C0;
	font-weight: bold;
}

.content-block a:hover {
	text-decoration: underline;
}

.content-block > ul > li {
	line-height: 1.5em;
	list-style-type: disc;
	margin-left: 1em;
	padding-bottom: 1em;
}

.do-not-heading, .do-heading {
	font-size: 2rem;
	padding: 1em;
	color: #FFFFFF;
}
.do-not-heading {
	background-color: #C04040;
}

.do-heading {
	background-color: #4A9D43;
}

.ad-container {
	text-align: center;
	padding: 1em 0;
}

#share-this {
	padding: 1em;
}

#share-this > * {
	display: inline-block;
	vertical-align: middle;
}

#share-this > span {
	font-weight: bold;
}



/*******************************************************************************************************************************************************************/


footer {
	background-color: #F0F0F0;
	text-align: center;
}

footer > h1 {
	font-size: 2em;
	color: #383838;
	text-transform: uppercase;
	padding: 0.5em;
	letter-spacing: 0.25em;
	line-height: 1.5em;
}

footer > ul {
	max-width: 1440px;
	margin: auto;
	padding: 0 1em;
}

footer > ul > li {
	display: inline-block;
}

footer > ul > li > a {
	color: #383838;
	line-height: 1.5em;
	padding: 0em 0.5em;
	white-space: nowrap;
	display: block;
}

footer > img {
	height: 0;
}