@charset "UTF-8";
header.row h2 {
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-size: 350%;
	text-align: center;
	text-shadow: 0px 5px 5px rgba(0,0,0,0.40);
}
header.row p {
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-weight: bold;
	text-align: center;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.50);
	letter-spacing: 0.5em;
	font-size: 200%;
}
header.row {
	padding: 20px 0px;
	background-image: url(Assets/PKS_Logo_245_350_300.jpg), -webkit-linear-gradient(270deg,rgba(229,127,126,1.00) 0%,rgba(229,0,0,1.00) 100%);
	background-image: url(Assets/PKS_Logo_245_350_300.jpg), -moz-linear-gradient(270deg,rgba(229,127,126,1.00) 0%,rgba(229,0,0,1.00) 100%);
	background-image: url(Assets/PKS_Logo_245_350_300.jpg), -o-linear-gradient(270deg,rgba(229,127,126,1.00) 0%,rgba(229,0,0,1.00) 100%);
	background-image: url(Assets/PKS_Logo_245_350_300.jpg), linear-gradient(180deg,rgba(229,127,126,1.00) 0%,rgba(229,0,0,1.00) 100%);
	background-repeat: no-repeat;
	background-size: auto 80%, 100% auto;
	background-position: 9% center,left top;
	background-color: #E50000;
}
nav.row .navbar.navbar-default {
	background-color: #000000;
	background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,1.00) 0%,rgba(90,88,88,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(0,0,0,1.00) 0%,rgba(90,88,88,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(0,0,0,1.00) 0%,rgba(90,88,88,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(0,0,0,1.00) 0%,rgba(90,88,88,1.00) 100%);
}
nav.row .nav.navbar-nav > li > a:link  , nav.row .nav.navbar-nav > li > a:visited{
	border-left: 1px solid #E50000;
	border-right: 1px solid rgba(229,127,126,1.0);
	border-bottom: 1px solid rgba(229,127,126,1.00);
	border-top: 1px solid #E50000;
	color: #FFF;
}
nav.row .nav.navbar-nav > li > a:hover {
	background-image: -webkit-linear-gradient(90deg,rgba(0,0,0,1.00) 0%,rgba(90,88,88,1.00) 100%);
	background-image: -moz-linear-gradient(90deg,rgba(0,0,0,1.00) 0%,rgba(90,88,88,1.00) 100%);
	background-image: -o-linear-gradient(90deg,rgba(0,0,0,1.00) 0%,rgba(90,88,88,1.00) 100%);
	background-image: linear-gradient(0deg,rgba(0,0,0,1.00) 0%,rgba(90,88,88,1.00) 100%);
	color: #FFFFFF;
}
nav.row {
	border-top: 5px solid #D3D3D3;
}
nav.row .nav.navbar-nav {
	margin: 0px auto;
	width: 735px;
	float: none;
}
nav.row .navbar {
	margin-bottom: 0px;
}
article.row aside {
	border-top: 5px solid rgba(90,88,88,1.00);
	margin: 1em 0px;
	padding: 1em 0px;
	border-bottom: solid 3px rgba(90,88,88,1.0);
	font-size: 95%;
}
.sidebar2 h2 {
	margin-top: 10px;
	padding: 0px 10px;
	margin-bottom: 5px;
	font-size: 130%;
	line-height: 1.4em;
}
.sidebar1 h2 {
	margin-top: 10px;
	padding: 0px 10px;
	margin-bottom: 5px;
	font-size: 130%;
	line-height: 1.4em;
}
.sidebar2 p {
	padding: 0px 10px;
	margin-bottom: 5px;
	line-height: 1.3em;
}
.sidebar1 p {
	padding: 0px 10px;
	margin-bottom: 5px;
	line-height: 1.3em;
}
.sidebar2 {
	background-color: #E9E9E9;
}
footer {
	padding: 1em 0px;
	background-color: #E50000;
	background-image: -webkit-linear-gradient(270deg,rgba(229,127,126,1.00) 0%,rgba(229,0,0,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(229,127,126,1.00) 0%,rgba(229,0,0,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(229,127,126,1.00) 0%,rgba(229,0,0,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(229,127,126,1.00) 0%,rgba(229,0,0,1.00) 100%);
	color: #000;
}
body {
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-size: 16px;
	line-height: normal;
}
article.row section h1 {
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 300%;
	line-height: 1.4em;
}
.col.sm-pull-8 {
}
.sidebar1 section figure img {
	margin: 0px auto;
	display: block;
}
.sidebar2 section figure img {
	margin: 0px auto;
	display: block;
}
.sidebar1 section figure figcaption {
	margin: 5px 10px 15px 10px;
	text-align: center;
}
.sidebar2 section figure figcaption {
	margin: 5px 10px 15px 10px;
	text-align: center;
}
article table {
	border-bottom: 3px solid #E50000;
	width: 95%;
	margin-bottom: 2em;
	font-size: 90%;
}
article td, article th {
	padding: 4px;
	text-align: left;
	border-top: solid 1px #E57F7E;
}
header h2 a:link, header h2 a:visited {
	color: inherit;
	text-decoration: none;
}
.ctr {
	text-align: center;
}
article .panel-default > .panel-heading {
	background-color: #E50000;
	background-image: -o-linear-gradient(270deg,rgba(229,127,126,1.00) 0%,rgba(229,0,0,1.00) 100%);
	background-image: -webkit-linear-gradient(270deg,rgba(229,127,126,1.00) 0%,rgba(229,0,0,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(229,127,126,1.00) 0%,rgba(229,0,0,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(229,127,126,1.00) 0%,rgba(229,0,0,1.00) 100%);
	color: #000;
}
article .panel-default > .panel-heading:hover  {
	background-color: #E50000;
	background-image: -o-linear-gradient(90deg,rgba(229,127,126,1.00) 0%,rgba(229,0,0,1.00) 100%);
	background-image: -webkit-linear-gradient(90deg,rgba(229,127,126,1.00) 0%,rgba(229,0,0,1.00) 100%);
	background-image: -moz-linear-gradient(90deg,rgba(229,127,126,1.00) 0%,rgba(229,0,0,1.00) 100%);
	background-image: linear-gradient(0deg,rgba(229,127,126,1.00) 0%,rgba(229,0,0,1.00) 100%);
	color: #FFF;
}
article #accordion1 {
	border-radius: 5px;
	border: solid 1px #E50000;
}
article .panel-body {
	background-color: #F3C6C6;
}
.panel-title a:hover  , .panel-title a:focus{
	text-decoration: none;
}
.ftl_rgt {
	float: right;
	margin-left: 10px;
}
table tbody tr {
	border-bottom: 1px solid rgba(0,0,0,1.00);
}
tbody tr td {
	padding: 5px;
}
.flt_lft {
	float: left;
	margin-right: 10px;
}

@media (max-width: 646px){
.sidebar1 section figure figcaption {
	margin: 5px 10px 15px 10px;
}
.sidebar1 section figure figcaption {
	margin: 5px 10px 15px 10px;
}
header.row p {
	letter-spacing: 0.1em;
}
header.row {
	padding: 10px 0px;
	background-size: auto 80%,auto auto,100% auto;
	font-size: 80%;
}
article.row section h1 {
	padding-top: 15px;
	font-size: 185%;
	line-height: 1.1em;
	text-align: center;
}
article.row section h2 {
	font-size: 150%;
	line-height: 1.1em;
}
.flt_lft, .ftl_rgt {
	max-width: 95%;
	margin: 0px auto;
	display: block;
	float: none;
}
}
