


/*=====================================================
	common
=======================================================*/

ul#sideNav li a:hover,
#sideNav a.current{
	color:#00428e;
	background-image:url(/faq/images/icon_arrow.png);
}


#sideNav + .donate{
	margin-top: 2em;
	background:#00a3e8;
	font-weight:bold;
	text-align:center;
	padding:8px 0;
}
#sideNav + .donate a{
	color:#fff;
}
#sideNav + .donate a::before{
	border-left:0;
}


h1{
	color: #4e7f14;
}
h2{
	border-color: #4e7f14;
}


#content strong{
	color:inherit;
}

p.before-ul{
	margin-bottom:0;
}
p.before-ul + ul.list{
	margin-bottom: 1.5em;
}

/*=====================================================
	#ICSConnect
=======================================================*/
#ICSConnect ul.btnList{
	margin:5px auto;
	font-size:115%;
	text-align: center;
}

/*=====================================================
	#LifelongLearning
=======================================================*/
/*
ul.list > li {
	margin-bottom: 2em;
}
ul.list > li li {
	margin-bottom: 3px;
}
*/


/*=====================================================
	#IssueCertificates
=======================================================*/

#IssueCertificates h3{
	font-size: 110%;
}


/*=====================================================
	device
=======================================================*/

/*
	TAB
*/
@media screen and (max-width: 991px) {

}


/*
	7 inch
*/
@media screen and (max-width: 615px) {

}



