@import 'https://webarchive.lib.cuhk.edu.hk/20250207205056cs_/https://fonts.googleapis.com/css?family=Lato';

@media only screen and (max-width: 600px) {
	.footer-copyright > div > div > div.disclaimer-text {
		text-align: center;	
		margin-top: 10px;
	}
	.footer-copyright > div > div > div.copyright-text {
		text-align: center;	
		margin-top: 10px;
	}	
}
@media only screen and (min-width: 601px) {
	.footer-copyright > div > div > div.disclaimer-text {
		text-align: right;	
	}
}
html {
    line-height: 1.5;
    font-family: "Lato", sans-serif;
    font-weight: normal;
    color: rgba(0,0,0,0.87);
}
body {
	background-color: #eeeeee;
}
.page-flexbox-wrapper {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}  
main {
    flex: 1 0 auto;
}
.nav-wrapper i {
	height: 0px !important;
}
li i.fa {
	margin-right: 5px;
	height: 0px;
}
.content h4.content-title {
	color: #630460;
	font-weight: 700;
}
h5.content-title {
	color: #630460;
	font-weight: 700;
}
table ul {
	list-style-type: disc;
	margin-left: 30px;
}
table ul li {
	list-style-type: disc;
}
.row.no-margin-bottom {
	margin-bottom: 0px;
}
.col.three-cols ul {
	list-style-type: initial; 
	margin-left: 25px;
}
.col.three-cols ul li {
	list-style-type: initial; 
	margin-top: 0px;
}
.col.content ul {
	list-style-type: initial; 
	margin-left: 25px;
}
.col.content ul li {
	list-style-type: initial; 
	margin-top: 0px;
}
.col.search-and-text-wrapper {
	padding-top: 15px;
}
strong {
	font-weight: 700;
}
#header-wrap {
    position: relative;
    z-index: 300;
}
#header {
    padding-top: 16px;
    padding-bottom: 0px;
    position: relative;
    z-index: 990;
}
.row.no-margin {
    margin-bottom: 0;
}
#header .button-collapse-wrap {
    float: left;
    height: 56px;
    overflow: hidden; 
}
#header .button-collapse-wrap a {
		color: #000; 
}
#header .menu {
	margin-top: 50px;
}
#header .font-size-switch {
	line-height: 25px;
}
#header form#search {
	line-height: 55px;
}
#header .search {
	margin-top: 0px;
}
#header .search i {
	color: #a4a4a4;
}
#header #incfont {
	font-size: 18px;
	margin-right: 3px;
}
#header #decfont {
	font-size: 14px;
}
#mainLogo-wrap {
    display: block;
    float: left;
    position: relative;
    height: 29px;
    width: 86%;
}
#mainLogo {
    opacity: 1;
    position: absolute;
    transition: opacity 0.2s;
    color: #000;
}
#mainLogo-small {
    opacity: 0;
    float: left;
    position: absolute;
    margin-top: -2px;
    transition: opacity 0.2s;
}
#header .user-links {
    float: right;
    line-height: 2rem;
}
#header #nav {
    background: transparent;
    box-shadow: none;
    color: inherit;
    position: relative;
    margin-top: 10px;
    height: 36px;
    line-height: normal;
}
nav {
		background-color: transparent; 
		box-shadow: 0 0px 0px 0 rgba(0,0,0,0.16),0 0px 0px 0 rgba(0,0,0,0.12);
}
nav.mobile-menu {
	height: 0px;
}
nav .brand-logo {
    position: absolute;
    color: #000;
}    
nav ul li a {
    color: #fff;
}
nav#mp-menu ul li {
    padding: 0;
    float: none;
    
}
nav .input-field .prefix {
		color: #26a69a;
}
nav .input-field input {
		padding-left: 0px;	
}
nav .input-field input:focus, nav .input-field input[type="text"]:valid, nav .input-field input[type="password"]:valid, nav .input-field input[type="email"]:valid, nav .input-field input[type="url"]:valid, nav .input-field input[type="date"]:valid {
    color: #000;
}
nav .input-field .prefix ~ input {
    margin-left: 3rem;
    width: 40%;
    width: calc(100% - 3rem);
    border: 1px solid #c6c6c6 !important;
    border-radius: 5px;
    padding: 5px;
}
nav label.active {
	display: none;
}
nav > div > ul > li > a:hover {
  color: #000;
}
nav > div > ul > li > a.active {
  color: #000;
} 
nav ul li {
    background-color: #6f186c;
    color: #ffffff;
}
nav > div.nav-wrapper > ul > li {
    border-right: 1px solid #fff;
}
nav.desktop-menu > div > ul > li:hover {
    background-color: #eeeeee;
    opacity: 0.9;
}
nav.desktop-menu > div > ul > li > ul.dropdown-content > li:hover {
    background-color: #eeeeee;
    opacity: 0.9;
}
nav.desktop-menu > div > ul > li.active > a {
    color: #000;
}
nav.desktop-menu > div > ul > li > ul > li > a {
    color: #fff;
}
nav.desktop-menu > div > ul > li > ul.dropdown-content > li > a:hover {
    color: #000;
}
nav.desktop-menu .dropdown-content {
	top: 64px !important;
}
nav .button-collapse {
    float: left;
    position: relative;
    z-index: 1;
    padding: 0px 1px;
    margin-top: 8px;
    background-color: #6f186c;
   height: 38px;
   font-size: 10px;
}
nav .button-collapse:hover {
    background-color: #6f186c;
}
a.dropdown-button i.right {
	margin-left: 0px;
}
.dropdown-content li > a {
    color: #fff;
}
nav#breadcrumb {
	line-height: 20px;
}
a.breadcrumb {
	color: #000;
	font-size: 14px;
}
a.breadcrumb:last-child {
	color: #000;
}
a.breadcrumb:before {
	color: #000;
	font-size: 14px;
}
.slider .slides li img {
	background-position: top left;
}
.banner {
	margin-left: 0px !important;
	margin-right: 0px !important;
}
table, th, td {
    border: 1px solid #bbbbbb;
}
footer.page-footer {
	background-color: rgba(255, 255, 255, 1);	
	margin-top: 40px;
	bottom: 0;
} 
footer.page-footer .footer-copyright {
    color: rgba(0,0,0,0.8);
    background-color: rgba(255,255,255,0.08);
    overflow: initial;
    height: auto;
     line-height: 20px; 
}
footer a.disclaimer {
	color: rgba(0,0,0,0.8);
}
.three-cols p {
	line-height: 25px;
}
img.align_left {
	float: left;
	margin-right: 10px;
}
img.align_right {
	float: right;
	margin-left: 10px;
}
/* Push menu start */

.menu-trigger {
	position: relative;
	padding-left: 60px;
	font-size: 0.9em;
}

.menu-trigger:before {
	position: absolute;
	top: 2px;
	left: 0;
	width: 40px;
	height: 6px;
	background: #fff;
	box-shadow: 0 6px #34495e, 0 12px #fff, 0 18px #34495e, 0 24px #fff;
	content: '';
}

.mp-pusher {
	position: relative;
	left: 0;
	height: 100%;
}

.mp-menu {
	position: absolute; /* we can't use fixed here :( */
	top: 0;
	left: 0;
	z-index: 1000;
	width: 300px;
	height: 100%;
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.mp-level {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #630460;
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	z-index: 10;
}

/* overlays for pusher and for level that gets covered */
.mp-pusher::after,
.mp-level::after,
.mp-level::before {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	content: '';
	opacity: 0;
}

.mp-pusher::after,
.mp-level::after {
	background: rgba(0,0,0,0.3);
	-webkit-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
	-moz-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
	transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
}

.mp-level::after {
	z-index: -1;
}

.mp-pusher.mp-pushed::after,
.mp-level.mp-level-overlay::after {
	width: 100%;
	height: 100%;
	opacity: 1;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.mp-level.mp-level-overlay {
	cursor: pointer;
}

.mp-level.mp-level-overlay.mp-level::before {
	width: 100%;
	height: 100%;
	background: transparent;
	opacity: 1;
}

.mp-pusher,
.mp-level {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

/* overlap */
.mp-overlap .mp-level.mp-level-open {
	box-shadow: 1px 0 2px rgba(0,0,0,0.2);
	-webkit-transform: translate3d(-40px, 0, 0);
	-moz-transform: translate3d(-40px, 0, 0);
	transform: translate3d(-40px, 0, 0);
}

/* First level */
.mp-menu > .mp-level,
.mp-menu > .mp-level.mp-level-open,
.mp-menu.mp-overlap > .mp-level,
.mp-menu.mp-overlap > .mp-level.mp-level-open {
	box-shadow: none;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/* cover */
.mp-cover .mp-level.mp-level-open {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.mp-cover .mp-level.mp-level-open > ul > li > .mp-level:not(.mp-level-open) {
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

/* content style */
.mp-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mp-menu h2 {
	margin: 0;
	padding: 1em;
	color: rgba(0,0,0,0.4);
	text-shadow: 0 0 1px rgba(0,0,0,0.1);
	font-weight: 300;
	font-size: 2em;
}

.mp-menu.mp-overlap h2::before {
	position: absolute;
	top: 0;
	right: 0;
	margin-right: 8px;
	font-size: 75%;
	line-height: 1.8;
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.1s 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.1s 0.3s;
	transition: opacity 0.3s, transform 0.1s 0.3s;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	transform: translateX(-100%);
}

.mp-menu.mp-cover h2 {
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 1em;
	color: #ffffff;
}

.mp-overlap .mp-level.mp-level-overlay > h2::before {
	opacity: 1;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	transform: translateX(0);
}

.mp-menu ul li > a {
	display: block;
	padding: 0em 1em 0em 1.8em;
	outline: none;
	box-shadow: inset 0 -1px rgba(0,0,0,0.2);
	text-shadow: 0 0 1px rgba(255,255,255,0.1);
	font-size: 1.4em;
	-webkit-transition: background 0.3s, box-shadow 0.3s;
	-moz-transition: background 0.3s, box-shadow 0.3s;
	transition: background 0.3s, box-shadow 0.3s;
	color: #ffffff;
}
.mp-menu ul li > a:hover {
	color: #fff;
}
.mp-menu ul li::before {
	position: absolute;
	left: 10px;
	z-index: -1;
	color: rgba(0,0,0,0.2);
	line-height: 4.2;
}
.mp-menu ul li a > span.arrow {
	position: fixed;
	right: 10px;
	font-size: 24px;
}
.mp-level > ul > li:first-child > a {
	box-shadow: inset 0 -1px rgba(0,0,0,0.2), inset 0 1px rgba(0,0,0,0.2);
}

.mp-menu ul li a:hover,
.mp-level > ul > li:first-child > a:hover {
	background: rgba(0,0,0,0.2);
	box-shadow: inset 0 -1px rgba(0,0,0,0);
}

.mp-menu .mp-level.mp-level-overlay > ul > li > a,
.mp-level.mp-level-overlay > ul > li:first-child > a {
	box-shadow: inset 0 -1px rgba(0,0,0,0);
}

.mp-level > ul > li:first-child > a:hover,
.mp-level.mp-level-overlay > ul > li:first-child > a {
	box-shadow: inset 0 -1px rgba(0,0,0,0), inset 0 1px rgba(0,0,0,0);
} /* seems like Chrome 34.0.1847.131 needs the second shadow otherwise the transition breaks */

.mp-back {
	background: rgba(0,0,0,0.1);
	outline: none;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	display: block;
	font-size: 0.8em;
	padding: 0 1em 0 1em;
	position: relative;
	box-shadow: inset 0 1px rgba(0,0,0,0.1);
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	transition: background 0.3s;
	line-height: 20px;
	padding-left: 25px;
}

.mp-back::after {
	position: absolute;
	right: 10px;
	font-size: 1.3em;
	color: rgba(0,0,0,0.3);
}

.mp-menu .mp-level.mp-level-overlay > .mp-back,
.mp-menu .mp-level.mp-level-overlay > .mp-back::after {
	background: transparent;
	box-shadow: none;
	color: transparent;
}

/* Fallback example for browsers that don't support 3D transforms (and no JS fallback) */
/* We'll show the first level only */
.no-csstransforms3d .mp-pusher,
.no-js .mp-pusher {
	padding-left: 300px;
}

.no-csstransforms3d .mp-menu .mp-level,
.no-js .mp-menu .mp-level {
	display: none;
}

.no-csstransforms3d .mp-menu > .mp-level,
.no-js .mp-menu > .mp-level {
	display: block;
}

@font-face {
	font-family: 'linecons';
	src:url('/20250207205056oe_/http://www.econ.cuhk.edu.hk/2017AMES/site/templates/fonts/linecons/linecons.eot');
	src:url('/20250207205056oe_/http://www.econ.cuhk.edu.hk/2017AMES/site/templates/fonts/linecons/linecons.eot#iefix') format('embedded-opentype'),
		url('/20250207205056oe_/http://www.econ.cuhk.edu.hk/2017AMES/site/templates/fonts/linecons/linecons.woff') format('woff'),
		url('/20250207205056oe_/http://www.econ.cuhk.edu.hk/2017AMES/site/templates/fonts/linecons/linecons.ttf') format('truetype'),
		url('/20250207205056oe_/http://www.econ.cuhk.edu.hk/2017AMES/site/templates/fonts/linecons/linecons.svg#linecons') format('svg');
	font-weight: normal;
	font-style: normal;
}

.icon:before {
	font-family: 'linecons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	display: inline-block;
	margin-right: 0.6em;
	-webkit-font-smoothing: antialiased;
}
.icon-female:before {
	content: "\f182";
}
.icon-male:before {
	content: "\f183";
}
.icon-arrow-left:before {
	content: "\e032";
}
.icon-arrow-left-2:before {
	content: "\e034";
}
.icon-arrow-left-3:before {
	content: "\e036";
}
.icon-arrow-left-4:before {
	content: "\e038";
}
.icon-arrow-right:before {
	content: "\e035";
}
.icon-arrow-right-2:before {
	content: "\e037";
}
.icon-arrow-right-3:before {
	content: "\e039";
}
.icon-arrow-right-4:before {
	content: "\e033";
}

.icon-phone:before {
	content: "\e000";
}
.icon-news:before {
	content: "\e001";
}
.icon-photo:before {
	content: "\e002";
}
.icon-shop:before {
	content: "\e003";
}
.icon-wallet:before {
	content: "\e004";
}
.icon-t-shirt:before {
	content: "\e005";
}
.icon-heart:before {
	content: "\e006";
}
.icon-cloud:before {
	content: "\e007";
}
.icon-display:before {
	content: "\e008";
}
.icon-diamond:before {
	content: "\e009";
}
.icon-banknote:before {
	content: "\e00a";
}
.icon-data:before {
	content: "\e00b";
}
.icon-music:before {
	content: "\e00c";
}
.icon-location:before {
	content: "\e00d";
}
.icon-star:before {
	content: "\e00e";
}
.icon-tv:before {
	content: "\e00f";
}
.icon-eye:before {
	content: "\e010";
}
.icon-megaphone:before {
	content: "\e011";
}
.icon-study:before {
	content: "\e012";
}
.icon-bubble:before {
	content: "\e013";
}
.icon-sound:before {
	content: "\e014";
}
.icon-video:before {
	content: "\e015";
}
.icon-stack:before {
	content: "\e016";
}
.icon-lab:before {
	content: "\e017";
}
.icon-food:before {
	content: "\e018";
}
.icon-cup:before {
	content: "\e019";
}
.icon-trash:before {
	content: "\e01a";
}
.icon-user:before {
	content: "\e01b";
}
.icon-key:before {
	content: "\e01c";
}
.icon-fire:before {
	content: "\e01d";
}
.icon-clip:before {
	content: "\e01e";
}
.icon-mail:before {
	content: "\e01f";
}
.icon-search:before {
	content: "\e020";
}
.icon-settings:before {
	content: "\e021";
}
.icon-like:before {
	content: "\e022";
}
.icon-calendar:before {
	content: "\e023";
}
.icon-camera:before {
	content: "\e024";
}
.icon-tag:before {
	content: "\e025";
}
.icon-note:before {
	content: "\e026";
}
.icon-clock:before {
	content: "\e027";
}
.icon-lock:before {
	content: "\e028";
}
.icon-vynil:before {
	content: "\e029";
}
.icon-truck:before {
	content: "\e02a";
}
.icon-paperplane:before {
	content: "\e02b";
}
.icon-bulb:before {
	content: "\e02c";
}
.icon-pen:before {
	content: "\e02d";
}
.icon-params:before {
	content: "\e02e";
}
.icon-world:before {
	content: "\e02f";
}
/* push menu end */

/* site map start */

.sitemap ul {
	list-style-type: square;
}
.sitemap ul > li {
	list-style-type: square;
	padding: 10px; 
}
.sitemap ul > li > ul{
	margin-left: 20px;
}
.sitemap ul > li > ul > li {
	padding: 10px;
}
/* site map end */