@charset "UTF-8";
/* CSS Document */
html, body {
	padding: 0;
	margin: 0;
	border: 0;
	background-color:#C9C9C9;
}
#header {
	height: 100px;
	width: 100%;
	background: transparent;
	top: 0px;
	z-index: 100;
	position: fixed;
}
#grounder{
	height:60px;
	padding:0;
	background-color:rgba(216,216,216,.9);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5d8d8d8,endColorstr=#e5d8d8d8);
	width:100%;
	margin:0;
	/* backdrop-filter:blur(10px);*/
}
.grounder{
	backdrop-filter:blur(2px);
	transform:scale(1.5);
}
#navigation {
	height: 60px;
	width: 960px;
	margin: 0 auto;
	background:transparent;
	top: 0;
}
#logo {
	margin: 20px 0 0 10px;
}
#links {
	font: 14px #333333;
	font-family: 'Raleway';
	font-weight: 500;
	margin-right: 10px;
	margin-top: 20px;
	float: right;
	position: relative;
}
#links--current{
	font-weight:600;
	color:#333333;
	border-bottom:2px solid #FF0000;
}
#links:hover--current{
	font-weight:600;
	color:#333333;
	border-bottom:3px solid #FF0000;
}
#links a {
	text-decoration: none;
	color:#666666;
	padding-bottom:1px;
	padding-left:15px;
	padding-right:15px;
}
#links a:hover {
	color:#4A4A4A;
	font-weight:500;
	border-bottom: 2px solid #969696;
}
#container {
	width: 100%;
	height: auto;
	background-color: #C9C9C9;
	padding-top: 0;
}
#container2 {
	width: 100%;
	height: auto;
	background-color: #000000;
	padding-top: 0;
}
#content {
	width: 910px;
	height: auto;
	background-color: transparent;
	border: 0px solid #FFFFFF;
	margin: 0 auto;
	padding-top: 140px;
	padding-left: 49px;
}
#description {
	font-size: 14px;
	font-family: 'Raleway';
	font-weight: 300;
	color: #4A4A4A;
	line-height: 150%;
	width: 260px;
	height: auto;
	background-color: transparent;
	border: 0px solid #FFFFFF;
	position: fixed;
	top: 140px;
	padding: 0px;
	box-shadow: none;
}
#title{
	font-family:'Raleway';
	font-size:28px;
	font-weight:300;
	line-height:125%;
	margin-bottom:15px;
}
#title2{
	font-family:'Raleway';
	font-size:48px;
	font-weight:300;
	line-height:125%;
	margin-bottom:15px;
}
p {
	padding: 0;
	margin: 0;
}
#show {
	width: 618px;
	height: auto;
	border: none;
	position: relative;
	margin-left: 280px;
	padding: 0;
}
#subhead {
	text-align: left;
	padding-bottom: 15px;
	color: #696969;
	font-size: 18px;
	font-family: 'Raleway';
	font-weight: 500;
}
#rotating-item-wrapper {
	margin-left: 280px;
	position: relative;
	width: 618px;
	height: 464px;
}
.rotating-item {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}
.subhead {
	text-align: left;
	padding-bottom: 15px;
	color: #696969;
	font-size: 18px;
	font-family: 'Raleway';
	font-weight: 500;
}