#funding-scheme .step{
	width: 30%;
	height: 200px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    position: relative;
}
#funding-scheme .step .title,
#funding-scheme .step img+p{
	font-size: 18px;
	font-weight: bold;
	margin: 10px;
}
#funding-scheme .step .desc{
	margin: 0;

}

#funding-scheme .step:after{
	position: absolute;
	content: url('/20240727100755oe_/https://wys.cuhk.edu.hk/cms/wp-content/themes/wysc/img/stud/step_arrow.png');
	left: 100%;
	top: 30%;
}
#funding-scheme .step:last-child:after{
	content:none;
}


#funding-scheme .shceme-menu ul{
	margin-bottom: 0em;
}
#funding-scheme .shceme-menu li{
	list-style: none;
	font-size: 15px;
	line-height: 2em;
}
#funding-scheme .shceme-menu li a{
	text-decoration: none;
	-webkit-transition: padding .5s;
	-o-transition: padding .5s;
	transition: padding .5s;
}
#funding-scheme .shceme-menu li a:hover{
	    padding-left: 10px;
}
#funding-scheme .shceme-menu li.selected a:hover{
	    padding-left: 0px;
}
#funding-scheme .shceme-menu li a{
	color: #888;
	opacity: .4;
}
#funding-scheme .shceme-menu li.selected a{
	color: #cac06d;
	opacity: 1;
}

#funding-scheme .shceme-menu h3{
	font-size: 18px;
	text-transform: uppercase;
}
#funding-scheme .shceme-menu li:before{
	padding: 0px 10px 0px 0px;
	opacity: .4;
	display: inline-block;
    height: 22px;
    top: 6px;
    position: relative;
    content: url('/20240727100755oe_/https://wys.cuhk.edu.hk/cms/wp-content/themes/wysc/img/stud/scheme-entrepreneurial-icn.png');
    margin: 0 0 0 -40px;
}
#funding-scheme .shceme-menu li.selected:before{
	opacity: 1;

}
#funding-scheme .shceme-menu .entrepreneurial:before{
	content: url('/20240727100755oe_/https://wys.cuhk.edu.hk/cms/wp-content/themes/wysc/img/stud/scheme-entrepreneurial-icn.png');
	margin: 0px 0px 0px -40px;
}
#funding-scheme .shceme-menu .global:before{
	content: url('/20240727100755oe_/https://wys.cuhk.edu.hk/cms/wp-content/themes/wysc/img/stud/scheme-global-icn.png');
	margin: 0px 0px 0px -40px;
}
#funding-scheme .shceme-menu .service:before{
	content: url('/20240727100755oe_/https://wys.cuhk.edu.hk/cms/wp-content/themes/wysc/img/stud/scheme-service-icn.png');
	margin: 0px 0px 0px -40px;
}
#funding-scheme .shceme-menu .sunny:before{
	content: url('/20240727100755oe_/https://wys.cuhk.edu.hk/cms/wp-content/themes/wysc/img/stud/scheme-sunny-icn.png');
	margin: 0px 0px 0px -40px;
	top: 9px;
}

#funding-scheme .template_content .row{
    background-color: #cac06d;
}
#funding-scheme .template_content .shceme-menu .row{
	background-color: #f2f2f2;
}

#funding-scheme .template_content .row .scheme_title{
	color: white;
}

#funding-scheme .contact_block{
	background-color: #ddd8ab;
}

#funding-scheme .contact_block .download_list{
	background-color: #f6f5ea;
}

#funding-scheme .contact_block .download_list li:before{
	content: url('/20240727100755oe_/https://wys.cuhk.edu.hk/cms/wp-content/themes/wysc/img/stud/download_icn.gif');
}

#funding-scheme .scheme_content{
	position: absolute;
}

#funding-scheme .scehem_container .scheme{
	display: none;
}
#funding-scheme .scehem_container .scheme table{
	width: 100%;
}
#funding-scheme .scehem_container .scheme table td,
#funding-scheme .scehem_container .scheme table th{
	padding: 5px;
	border: 1px solid #333;
}
#funding-scheme .scehem_container .scheme p a{
	color: white;
}
#funding-scheme .scehem_container .scheme .rightcol{
	min-width: 0;
}