@charset "utf-8";
a:link {
	color: #0066B4;
}
a:visited {
	color: #204B75;
}
a:hover {
	color: #0066B4;
	text-shadow: 0 0 1px white;
}
a:active {
	color: #0066B4;
}
body {
	background: #ffffff;
	background: -moz-linear-gradient(left, #ffffff 1%, #302c37 10%, #302c37 10%, #302c37 90%, #ffffff 100%);
	background: -webkit-linear-gradient(left, #ffffff 1%,#302c37 10%,#302c37 10%,#302c37 90%,#ffffff 100%);
	background: linear-gradient(to right, #ffffff 1%,#302c37 10%,#302c37 10%,#302c37 90%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );
}
.gridContainer {
}
.articleFormat {
	font-size: 18px;
	font-weight: bolder;
	color: #9B9C9E;
}
.header {
	text-align: center;
	vertical-align: middle;
}
.banner {
	background: url('../images/backgrounds/header_background.jpg') center center;
	height: 250px;
	max-width: 1150px;
	width: 75%;
	margin: auto;
}
.headerDiv {
	width: 100%;
}
.h1Header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-shadow: 0 0 5px #FFFFFF, 0 0 5px #FFFFFF;
	color: #000000;
	text-align:center;
	font-weight:bold;
}
.h2Header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-shadow: 0 0 5px #FFFFFF, 0 0 5px #FFFFFF;
	color: #000000;
	text-align:center;
	font-weight:bold;
}
footer {
	font-size: 10px;
	color: #9B9C9E;
}
.sectionPadding {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.sectionInner {
	background-color: #9B9C9E;
	border: none;
	border-radius: 25px;
	box-shadow: 0 0 2px 5px #AB8D98;
}
.videoContainer{
    position: relative;
    padding-bottom: 50%;
	text-align: center;
	margin: 0 auto;
	width: 75%;
}
.iconContainer {
	text-align: center;
	width: 100%;
}
.iconContainer img {
	display: inline-block;
	margin: 20px;
}
.iconContainer img:hover {
	box-shadow: 0 0 20px white, 0 0 20px white;
	-moz-box-shadow: 0 0 20px white, 0 0 20px white;
	-webkit-box-shadow: 0 0 20px white, 0 0 20px white;
	-o-box-shadow: 0 0 20px white, 0 0 20px white;
	border-radius: 50px;	
}
.videoContainer iframe,
.videoContainer object,
.videoContainer embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.imgLink img:hover {
	box-shadow: 0 0 20px white, 0 0 20px white;
}
.accordion {
    background-color: #c0c0c0c;
    color: #484455;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: solid;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
	border-radius: 10px;
}
.active, .accordion:hover {
    background-color: #0066b4;
	color: #c0c0c0;
}
.panelInner {
	background-color: #c0c0c0;
	border: thin;
	border-color: #204b55;
}
.imgFloatLeft {
	clear: both;
	float: left;
	border: medium solid #204b55;
	padding: 15px;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
	max-height: 250px;
}
.imgFloatRight {
	clear: both;
	float: right;
	margin: 15px;
	border: medium solid #204b55;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 15px;
	max-height: 250px;
}
.panel {
    padding: 0 18px;
    background-color: #9b9c9e;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.accordion:after {
    content: '\02795';
    font-size: 18px;
    color: #777;
    float: right;
    margin-left: 5px;
}
.active:after {
    content: "\2796";
}
a.anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}
