@charset "utf-8";
/* CSS Document */
#body{
	width:100%;
	font-size:1em;
}
#body h2, h4{
	text-align:center;
	line-height:100%;
}
h1 {
	color:#0077de;
}
#intro {
	text-align:center;
	margin-top:0px;
	padding-top:0px;
}
#nav-wrapper {
	background:#fff;
	padding-bottom:2px;
	margin-bottom:10px;
	width:100%;
	-moz-box-shadow:    0px 6px 6px -5px #4a4a4a;
	-webkit-box-shadow: 0px 6px 6px -5px #4a4a4a;
	box-shadow:         0px 6px 6px -5px #4a4a4a;
}
#campnav {
	clear:both;
	width:100%;
	margin:0 auto;
	line-height: 2em;
	
}
#campnav a {
	text-align: center;
	margin:0 .6em 0;
	color: #ff9900;
	font-weight: normal;
	font-family:'ralewaymedium';
	font-size: .75 em;
}
#campnav a.left-end{
	margin-left:0;
}
#campnav a.right-end{
	margin-right:0;
}
#campnav a:hover {
	color: #0077de;
}
#campnav a.active {
	color: #0077de;
}
.subnav a {
	margin: 0 .6em 0;
}
.subnav a.active {
	color:#ff9900;
}
.subnav {
	clear:both;
	position:relative;
	background:#fff;
	width:80%;
	padding: .2em;
	margin: .9em auto;
	font-size:.9em;
	border: solid .11em #0077de;
}
.subnav:after, .subnav:before {
	bottom: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.subnav:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 1em;
	left: 47%;
	margin-left: -1em;
}
.subnav:before {
	border-color: rgba(0, 119, 222, 0);
	border-bottom-color: #0077de;
	border-width: 1.1em;
	left: 47%;
	margin-left: -1.09em;
}
#sub-nav {
	margin:10px 0;
}
#sub-nav a {
	padding:4px 20px;
	font-size:24px;
}
.row {
	width:100%;
}
.col1 {
	float:left;
	width:160px;
	margin-top:50px;

}
.col2 {
	margin-left:140px;
	width:800px;
	position:absolute;
}
.topic {
}
.menu {
	margin:0;
	border-top: 1px solid #c1bfbf;
	border-left: 1px solid #c1bfbf;
}
.menu a {
	font-size:20px;
	padding-left:4px;
	font-family:'boulderregular';
	line-height:32px;
}
.menu a.active {
	box-shadow: inset 1px 4px 9px -6px #666;
	color:#ff9900;
}
.menu a:hover{
	box-shadow: inset 1px 4px 9px -6px #666;
}
.sub-menu a {
	padding-left:20px;
	font-size:16px;
	font-family:'ralewaymedium';
}

/* Accordian Style */

.menu li > a {
	 display: block;
	 position: relative;
	 min-width: 160px;
	 height: 32px;
	 
);
	 font: bold 12px/32px ;
	 border-bottom: 1px solid #c1bfbf;

}
.menu > li:hover > a, .menu > li:target > a {
	 background: #fff;
	 
}

/* Sub-Menu */

.sub-menu li a {
	 border-bottom: 1px solid #c1bfbf;
}
.sub-menu li:hover a { 
	background: #fff; 
	box-shadow: inset 1px 4px 9px -6px #666; 
}
.circle-wrapper{
	text-align:center;
}
.circle{
	border-radius:100px;
	font-family:'boulderregular';
	font-size:42px;
	line-height:220px;
	color:#fff;
	/*opacity:0.7;
	filter:alpha(opacity=70);*/
	padding: 70px 45px;
	margin: auto 40px;
	transition:border-radius 0.25s, opacity 0.25s, filter 0.25s;
	-webkit-transition:border-radius 0.25s, opacity 0.25s, filter 0.25s;
	-moz-transition:border-radius 0.25s, opacity 0.25s, filter 0.25s;
	-o-transition:border-radius 0.25s, opacity 0.25s, filter 0.25s;
}
.circle:hover{
	color:#fff;
	opacity:1;
	filter:alpha(opacity=100);
	border-radius:0;
	transition:border-radius 0.25s, opacity 0.25s, filter 0.25s;
	-webkit-transition:border-radius 0.25s, opacity 0.25s, filter 0.25s;
	-moz-transition:border-radius 0.25s, opacity 0.25s, filter 0.25s;
	-o-transition:border-radius 0.25s, opacity 0.25s, filter 0.25s;
}
#one{
	background:#0077de;
}
#two{
	background:#ffd733;
}
#three{
	background:#13c23c;
}
#four{
	background:#ff5000;
}
#five{
	background:#ff9900;
}
.ac-container{
	width: 100%;
	margin: 10px auto 30px auto;
	text-align: center;
}
.ac-container label{
	position: relative;
	z-index: 20;
	display: block;
	height: 30px;
	cursor: pointer;
	margin-bottom:40px;

}
.ac-container label:hover:after,
.ac-container input:checked + label:hover:after{
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 7px;
	background: transparent url(../images/arrow_down.png) no-repeat center center;	
}
.ac-container input:checked + label:hover:after{

}
.ac-container input{
	height: 100%;
	display: none;
	-webkit-transition: height 0.5s;
	-moz-transition: height 0.5s;
	-o-transition: height 0.5s;
	-ms-transition: height 0.5s;
	transition: height 0.5s;
}
.ac-container input ~ div.circle-wrapper{
	height:0px;
	-webkit-transition: height 0.5s;
	-moz-transition: height 0.5s;
	-o-transition: height 0.5s;
	-ms-transition: height 0.5s;
	transition: height 0.5s;
}
.ac-container div{
	background: rgba(255, 255, 255, 0.5);
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	-o-transition: height 0.3s;
	-ms-transition: height 0.3s;
	transition: height 0.3s;
}

.ac-container input:checked ~ div.circle-wrapper{
	height: 700px;
	-webkit-transition: height 0.5s;
	-moz-transition: height 0.5s;
	-o-transition: height 0.5s;
	-ms-transition: height 0.5s;
	transition: height 0.5s;
}
#radio-button{
	text-align:center;
	color:#fff;
	background:#ff9900;
	border-radius: 8px;
	margin: auto auto;
	padding: 10px;
	width: 330px;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff9900), to(#eb8047));
    background-image: -webkit-linear-gradient(top, #ff9900, #eb8047); 
    background-image:    -moz-linear-gradient(top, #ff9900, #eb8047);
    background-image:     -ms-linear-gradient(top, #ff9900, #eb8047);
    background-image:      -o-linear-gradient(top, #ff9900, #eb8047);
	-moz-box-shadow:    2px 2px 4px #888;
	-webkit-box-shadow: 2px 2px 4px #888;
	box-shadow:         2px 2px 4px #888;
}
#radio-button:hover{
	color:#fff;
	background:#eb8047;
}
#radio-button:active{
	-moz-box-shadow:    inset 0 0 10px #000000;
   	-webkit-box-shadow: inset 0 0 10px #000000;
   	box-shadow:         inset 0 0 10px #000000;
}
#link-text{
	position:absolute;
	text-align:center;
	z-index:100;
	margin:120px 230px 0px auto;
	color:#fff;
	width:460px;
	text-shadow: 2px 2px 4px #000;
	background:rgba(0,0,0,0.5);
	padding:6px 10px;
	line-height:100%;
	opacity:0;


}
#link-text:hover{
	background:rgba(0,0,0,0.5);
}
