@charset "UTF-8";
/* CSS Document */

#accordian {
	font-family: 'Chivo', sans-serif;
	width: 100%;
	height:auto;
	margin:20px auto;
	color: #FFFFFF;
	/*Some cool shadow and glow effect
	box-shadow: 
		0 5px 15px 1px rgba(0, 0, 0, 0.6), 
		0 0 200px 1px rgba(255, 255, 255, 0.5);*/
}
/*heading styles*/
#accordian h3, #accordian h3 a {
	font-size:.9em;
	cursor: pointer;
	color: #FFFFFF;
	/*fallback for browsers not supporting gradients
	background: #003040; 
	background: linear-gradient(#003040, #002535);*/
}

.currentAcoordion, .currentAcoordion a {
	font-size: .9em;
	line-height: 1em;
	padding:8px;
	cursor: pointer;
	color: #FFFFFF;
	text-shadow: 0 0 1px rgba(255, 255, 255, 0.7);
}
.currentAcoordion a {
	color: #EECC70;
}
/*heading hover effect*/
#accordian h3:hover, #accordian h3 a:hover {
	color: #EECC70;
	text-shadow: 0 0 1px rgba(255, 255, 255, 0.7);
}
#accordian h3 a:hover, {
	color: #EECC70;
}
/*iconfont styles*/
#accordian h3 span {
	font-size: .9em;
	margin-right: 10px;
}
/*list items*/
#accordian li, #accordian li .currentSecc {
	list-style-type: none;
	text-align:left;
	width:97%;
	height:30px;
	padding-top:0px;
	padding-left:3%;
	background:none;
	border-bottom:1px dotted #555a5f; border:none;
	margin:0 auto;
	color:#afb4b9;
}
#accordian .currentSecc {
	background:#B83030 !important; background:none !important;
}
#accordian .currentSecc a {
	color:#afb4b9 !important; text-decoration:underline !important;
}
/*links*/
#accordian ul ul li  {
	width:85%;
	padding-left:15%;
}
#accordian ul ul li:hover  {
	background: #EECC70;
}
#accordian ul ul li a {
	color: #EECC70;
	text-decoration: none;
	font-size: 0.8em;
	line-height: 1.3em;
	display: block;
	padding:8px;
	/*transition for smooth hover animation*/
	transition: all 0.15s;
}
/*hover effect on links*/
#accordian ul ul li a:hover {
	padding:10px;
}
/*Lets hide the non active LIs by default*/
#accordian ul ul {
	display: none;
}
#accordian li.active ul {
	display: block;
}
/* /////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////// */
#accordian2 {
	display:block;
	font-family: 'Chivo', sans-serif;
	width: 100%;
	height:auto;
	margin:20px auto;
	color: #FFFFFF;
	/*Some cool shadow and glow effect
	box-shadow: 
		0 5px 15px 1px rgba(0, 0, 0, 0.6), 
		0 0 200px 1px rgba(255, 255, 255, 0.5);*/
}
/*heading styles*/
#accordian2 h3, #accordian2 h3 a {
	font-size:.9em;
	cursor: pointer;
	color: #FFFFFF;
	/*fallback for browsers not supporting gradients
	background: #003040; 
	background: linear-gradient(#003040, #002535);*/
}

.currentAcoordion, .currentAcoordion a {
	font-size: .9em;
	line-height: 1em;
	padding:8px;
	cursor: pointer;
	color: #FFFFFF;
	text-shadow: 0 0 1px rgba(255, 255, 255, 0.7);
}
.currentAcoordion a {
	color: #EECC70;
}
/*heading hover effect*/
#accordian2 h3:hover, #accordian2 h3 a:hover {
	color: #EECC70;
	text-shadow: 0 0 1px rgba(255, 255, 255, 0.7);
}
#accordian2 h3 a:hover, {
	color: #EECC70;
}
/*iconfont styles*/
#accordian2 h3 span {
	font-size: .9em;
	margin-right: 10px;
}
/*list items*/
#accordian2 li, #accordian2 li .currentSecc {
	list-style-type: none;
	text-align:left;
	width:97%;
	height:auto;
	padding-top:0px;
	padding-left:3%;
	background:none;
	border-bottom:1px dotted #555a5f; border:none;
	margin:0 auto;
	color:#FFF;
	font-size:.85em; line-height:1.5em;
}
#accordian2 .currentSecc {
	background:#B83030 !important; background:none !important;
}
#accordian2 .currentSecc a {
	color:#afb4b9 !important; text-decoration:underline !important;
}
/*links*/
#accordian2 ul ul li  {
	width:95%;
	padding-left:3%;
}
#accordian2 ul ul li:hover  {
	background: #EECC70;
}
#accordian2 ul ul li a {
	color: #EECC70;
	text-decoration: none;
	font-size: 0.8em;
	line-height: 1.3em;
	display: block;
	padding:8px;
	/*transition for smooth hover animation*/
	transition: all 0.15s;
}
/*hover effect on links*/
#accordian2 ul ul li a:hover {
	padding:10px;
}
/*Lets hide the non active LIs by default*/
#accordian2 ul ul {
	display: none;
}
#accordian2 li.active ul {
	display: block;
}

@media only screen and (min-width: 481px) {
#accordian2 {
	display:none;
}	
}