/*@import url('https://webarchive.lib.cuhk.edu.hk/20201208094234cs_/https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400');*/

/*RESET*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent;} body {line-height: 1;}ol, ul{list-style:none;} blockquote, q{quotes:none;} blockquote:before, blockquote:after, q:before, q:after{content:'';content:none;} :focus{outline:0;} ins{text-decoration:none;} del{text-decoration:line-through;} table{border-collapse:collapse; border-spacing:0;}


html, body {
	height: 100%;
}

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}


/*Font*/
/*@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(./OpenSansLight.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(./OpenSans.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(./OpenSansSemibold.woff) format('woff');
}
*/

@font-face {
  font-family: 'MyriadPro';
  font-style: normal;
  font-weight: 300;
  src: local('MyriadPro'), local('MyriadPro-Light'), url(./MyriadPro-Light.woff) format('woff');
}
@font-face {
  font-family: 'MyriadPro';
  font-style: normal;
  font-weight: 400;
  src: local('MyriadPro'), local('yriadPro'), url(./MyriadPro-Regular.woff) format('woff');
}
@font-face {
  font-family: 'MyriadPro';
  font-style: normal;
  font-weight: 600;
  src: local('MyriadPro'), local('MyriadPro-Semibold'), url(./MyriadPro-Semibold.woff.woff) format('woff');
}
body, button {
  font-size: 100%;
  font-family: 'MyriadPro', Helvetica, Arial, Verdana, sans-serif;
  color: #333;
  font-weight: 300;
}

body, caption, th, td, input, textarea, select, option, legend, fieldset, h1, h2, h3, h4, h5, h6 {
  font-size-adjust: 0.5;
}

img {
  image-orientation: from-image;
}

p {
  font-size: 1em;
  /* equivalent to 16px */
  line-height: 1.25;
  /* equivalent to 20px */
  font-weight: 300;
  padding-bottom: 1.25em;
}

@media (min-width: 43.75em) {
  p {
    font-size: 1em;
    /* equivalent to 16px */
    line-height: 1.375;
    /* equivalent to 22px */
	padding-bottom: 1.375em;
  }
}

h1 {
  font-size: 2em;
  /* 2x body copy size = 32px */
  line-height: 1.25;
  /* 45px / 36px */
  font-weight: 300;
  padding-bottom: 1.25rem;
}

@media (min-width: 43.75em) {
  h1 {
    font-size: 2.5em;
    /* 2.5x body copy size = 40px */
    line-height: 1.125;
	padding-bottom: 1.375rem;
  }
}

@media (min-width: 56.25em) {
  h1 {
    font-size: 3em;
    /* 3x body copy size = 48px */
    line-height: 1.05;
    /* keep to a multiple of the 20px line height and something more appropriate for display headings */
  }
}

h2 {
  font-size: 1.625em;
  /* 1.625x body copy size = 26px */
  line-height: 1.15384615;
  /* 30px / 26px */
  font-weight: 300;
  color: #59BFFA;
  padding-bottom: 1.25rem;
}

@media (min-width: 43.75em) {
  h2 {
    font-size: 2em;
    /* 2x body copy size = 32px */
    line-height: 1.25;
	padding-bottom: 1.375rem;
  }
}

@media (min-width: 56.25em) {
  h2 {
    font-size: 2.25em;
    /* 2.25x body copy size = 36px */
    line-height: 1.25;
  }
}

h3 {
  font-size: 1.375em;
  /* 1.375x body copy size = 22px */
  line-height: 1.13636364;
  /* 25px / 22px */
  font-weight: 300;
  padding-top: 0.2em;
  padding-bottom: 1.25rem;
  color: #59BFFA;
}

@media (min-width: 43.75em) {
  h3 {
    font-size: 1.5em;
    /* 1.5x body copy size = 24px */
    line-height: 1.25;
	padding-bottom: 1.375rem;
  }
}

@media (min-width: 56.25em) {
  h3 {
    font-size: 1.75em;
    /* 1.75x body copy size = 28px */
    line-height: 1.25;
  }
}

h4 {
  font-size: 1.125em;
  /* 1.125x body copy size = 18px */
  line-height: 1.11111111;
  font-weight: 300;
  color: #59BFFA !important;
  padding-bottom: 1.25rem;
}

@media (min-width: 43.75em) {
  h4 {
    line-height: 1.22222222;
	padding-bottom: 1.375rem;
    /* (22px / 18px */
  }
}

h1.button, h2.button, h3.button, h4.button {
	font-weight: 400;
	text-transform: uppercase;
	padding-top: 1em;
}

blockquote {
  font-size: 1.25em;
  /* 20px / 16px */
  line-height: 1.25;
  /* 25px / 20px */
}

@media (min-width: 43.75em) {
  blockquote {
    font-size: 1.5em;
    /* 24px / 16px = */
    line-height: 1.45833333;
    /* 35px / 24px */
  }
}

a {	color:#012051; text-decoration:none; }
a:hover { color:#59BFFA; text-decoration:none; }
a img {outline : none;}
strong { font-weight:400; color:#59BFFA; }
img {border : 0;}

/*Header*/
header {
	width: 100%;
	background: #fff;
}

#banner {
	width: 100%;
	height: 95px;
	max-width: 1200px;
	margin: 0 auto;
	z-index: 10000;	
}
#bannerleft {
	float: left;
	display: inline-block;
	height: 95px;
}

#bannerleft:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

#bannerright {
	float: right;
	display: inline-block;
	height: 95px;
}

#bannerright:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.leftlogo {
	margin: 20px 20px 15px 20px;
  	display: inline-block;
  	vertical-align: middle;
}

.rightlogo {
	margin: 20px 20px 15px 20px;
	display: inline-block;
	vertical-align: middle;
}

#menu, #nomenu {
	margin: 10px 10px 15px 10px;
	vertical-align: middle;
	display: none;
	width: 35px;
	height: 35px;
	background-image: url(images/menu-icon.png);
	background-size: contain;
}

a:hover#menu, #nomenu {

	background-color: #444;
	border-radius: 4px;
	cursor: pointer;
}

#navcontainer {
	margin: 0 auto;
	width: 100%;
/*	background: #012051; */
	border-bottom: 1px solid #ccc;
}

nav {
	margin: 0 auto -1em auto;
	max-width: 1200px;
	width: 100%;
	color: #333/*#012051*/;
	font-weight: 400;
/*	background: #012051;*/
	 text-align: justify;
	 text-transform: uppercase;
	 line-height: 1em;
	 z-index: 1000;
}


nav ul {
	display: inline;
	padding: 1em 0 1em 0;
	list-style: none;
	text-align: center;
	z-index: 1000;
}
nav > ul:after { content:' '; display:inline-block; width: 100%; height: 0 }

@media only screen and (max-width : 1112px) {
	nav > ul:after { display: none;}
	nav { margin-bottom: 0;}
	#navcontainer { 
		
		border-bottom: 1px solid #ccc;
		}
}
nav ul li {
	text-align: left;
	display: inline-block;
	position: relative;
	padding: 1em 1em;
	margin: 0 0;
	margin-bottom: 0;
	color:  #333 /*#012051*/;
	cursor: pointer;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	border-top: 5px solid rgba(255,255,255,0);
}
nav ul li:hover, nav ul li.active {
/*  background: #2b7fba;*/
	color: #59BFFA /*#fff*/;
	border-top: 5px solid #012051;
}

nav ul li a {
	color: #333 /*#012051*/;
	padding: 1em 1em;
	margin: -1em -1em;
}
nav ul li:hover a, nav ul li.active a {
	/*  background: #2b7fba;*/
  color: #59BFFA /*#fff*/;
}
nav ul li ul {
	font-weight: 400;
	padding: 0;
	position: absolute;
	top: 48px;
	left: 0;
	display: none;
	opacity: 0;
	visibility: hidden;
	border: none !important;
	-webkit-transiton: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	-transition: opacity 0.2s;
	z-index: 100;
}
nav ul li ul li { 
	background: rgba(1, 32, 81, 0.85); 
	margin-bottom: 0;
	color: #fff;
	border: none !important;
	display: block; 
}
nav ul li ul li a {
	color: #fff !important;
	display: block; 
	border: none !important;
}
nav ul li ul li:hover {
	background: #59BFFA; 
	border: none !important;
}
nav ul li ul li:hover a {
	color: #fff; 
	border: none !important;
}

nav ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}

/*MEDIA QUERY*/
@media only screen and (max-width : 768px) {
	
	#banner {
		height: 60px !important;
		position: fixed; /* Set the navbar to fixed position */
   	 	top: 0; /* Position the navbar at the top of the page */
   		width: 100%; /* Full width */
		background-color: #fff;
		border-bottom: 1px solid #ccc;
	}

	#bannerleft {
		height: 60px !important;
	}

	#bannerright {
		height: 60px !important;
	}
		
	#menu {
		display: inline-block;
	}
		
	#nomenu {
		display: none; 
	}
	
	#sitemap {
		display: none !important;
	}
	
	#navcontainer {
	padding-bottom: 60px !important;
	width: 100%;
	}
	
	.leftlogo {
		height: 40px !important;
		margin: 10px 10px 15px 10px !important;
		display: inline-block;
		vertical-align: middle;
	}

	.rightlogo {
		display: none;
	}
	
	nav {
		position: fixed;
		top: 44px;
		margin-bottom: -1em;
	}
	
	nav ul { 
		border-top: solid #ccc 1px;
		overflow: hidden;
		display: block;
		visibility: hidden;
		opacity: 0;
		right: 100%;
		position: absolute;
		padding: 0 0;
		margin: 1em 0 0 0;
		width: 100%;
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		-ms-transition: all 0.2s;
		-o-transition: all 0.2s;
		transition: all 0.2s;
		-webkit-transform: translate3d(0,0,0);
	}
	nav ul li, nav ul li ul li {
		width: 100%;
		margin: 0 !important;
	}
	nav ul li ul li{
		padding-left: 3em;
		background: none; 
		margin-right: -3em;
		padding-right: -3em;
		background: rgba(1, 32, 81, 0.85);
		border: none;
	}
	nav ul li {
	color: #333 /*#fff*/;
	border-top: none !important;
	border-bottom: solid #ccc 1px;
	background: rgba(255, 255 ,255 , 0.9)/*rgba(1, 32, 81, 0.85)*/; 
}	
nav ul li:hover, nav ul li.active {
	color:#fff;
	border-top: none !important;
	border-bottom: solid #ccc 1px;
	margin: 0;
	background: #59BFFA;
}
nav ul li a {
	color: /*#fff#*/ #333;
	margin: -1em -1em;
	display: block; 
}
nav ul li:hover a, nav ul li.active a {
	color:#fff;
	border-top: none !important;
	border-bottom: solid #ccc 1px;
}
nav ul li ul {
	position: relative;
	top: 1em;
	margin-top: 0;
	margin-left: -1em;
	width: 100%;
/*	display: none;*/
	opacity: 1;
	visibility: visible;
	z-index: 100;
}

nav > ul:after { display: none }

}

	
/*content*/
section {
	width: 100%;
	margin: 0 auto;
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	}
section.withimage {
	min-height: 600px !important;
	background: #fff;
	background-size: cover !important;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	section.withimage {
	height: 700px;
	}
}

section.noimage {
	background: #fff;
}
article {
	width: 100%;
	max-width: 1200px !important;
	margin: 0 auto;
	align-self: flex-end;
	-webkit-align-self: flex-end;
}

article img {
	width: 100%;
}

article.blue {
	background: rgba(1, 32, 81, 0.75); 
	color: #fff;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}


article.blue h2, h3, h4 {
	color: #59BFFA;
}

article.nobg {
	background: transparent;
}
article.nobg h1 {
	color: #012051;
}
article.nobg h2 {
	color: #59BFFA;
}


div.inner-1column{
	padding: 1.25em 2em 0em 2em;
	display: inline-block;
}

div.inner-2columntitle{
	padding: 1.25em 2em 0 2em;
	display: block;
	margin-bottom: -1.25em;
}

div.inner-leftcolumn{
	padding: 1.25em 2em 0em 2em;
	display: block;
}

div.inner-rightcolumn{
	padding: 1.25em 2em 0em 2em;
	float: right;
	display: block;
}

article div {
	word-wrap: break-word;
}

@media only screen and (min-width : 43.75em) {
	div.inner-leftcolumn {
		float: left;
		width: calc(58.33333% - 3em);
		padding: 1em 1em 0em 2em;
	}
	div.inner-rightcolumn {
		float: right;
		width: calc(41.66667% - 3em);
		padding: 1em 2em 0em 1em;
	}
	section.withimage {
	min-height: 600px !important;
	}
}

@media only screen and (min-width : 56.25em) {
	div.inner-leftcolumn {
		float: left;
		width: calc(66.66667% - 3em);
		padding: 1em 1em 1em 2em;
	}
	div.inner-rightcolumn {
		float: right;
		width: calc(33.33333% - 3em);
		padding: 1em 2em 1em 1em;
	}
	section.withimage {
	min-height: 700px !important;
	}
}

a:hover section article.blue {
	background: rgba(89, 191, 250, 0.75) !important;
}

a:hover section article.blue h4 {
	color: #012051 !important;
}


/*footer*/
footer {
	/*background: rgba(1, 32, 81, 1);*/
	background: #26354d;
	color: #fff;
	width: 100%;
}

#sitemap {
display: inline-block;
}

#sitemap a{
color: #fff;
font-size: 0.9em;
}
#sitemap a:hover{
color: #59BFFA;
}

#sitemap h4 a {
	color: #59BFFA;
	font-size: 1em;
}
#sitemap h4 {
	margin-bottom: -12px;
	font-size: 1em;
}
#sitemap h4 a:hover{
	color: #bbb;
}

#sitemap ul {
  list-style: none;
  display: inline-block;
  float: left;
  min-width: calc(25% - 4em);
  width: auto;
  padding: 1.25em 2em 0em 2em;
}
#sitemap ul li{
	padding-bottom: 0.25em;
}

footer a {
	color: #fff;
}

#footercontainer {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
#footerleft {
	float: left;
	display: inline-block;
	max-width: 200px;
	padding: 0;
}

#footerleft:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

#footerright {
	float: right;
	display: inline-block;
	max-width: 400px;
	text-align: right;
	padding: 0 2em;
	margin-bottom: 1em;
}

#footerright:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

#footerright p.footer {
	font-size: 0.9em;
	padding-bottom: 0.3em;
	margin: 0;
	}


#footerright p.copyright {
	font-size: 0.9em;
	margin: 0 0 1em 0;
	padding: 0em;
	}
	
a.footer-icon {
	margin: 8px 0 1em 30px;
  	display: inline-block;
  	vertical-align: middle;
	border-radius: 50%;
	background-color: #fff;
	width: 30px;
	height: 30px;
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: center center;
}

a.footer-icon:hover {
	background-color: #59BFFA;
}

	
/*back to top*/
#totop {
	position: fixed;
	right: 2em;
	bottom: 4em;
	z-index: 10000;
	cursor: pointer;
}
#totop img {
	width: 50px;
	height: 50px;
	opacity: 0.25;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
#totop a:hover img{
	opacity: 1;
}