@import url('https://webarchive.lib.cuhk.edu.hk/20241029040144cs_/https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,700,800');

/* Site Color: Blue #153A6C / #1E3A68; Green: #91D2BD / 9FD0BE; */

/*** RESET ***/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
* {
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}
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, 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, flegend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, textarea, span {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  vertical-align: baseline;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html, body {
  height: 100%;
}
svg {
  overflow: hidden;
}


html {  
  font-size: 16px;
}
img {
  border: 0;
  max-width: 100%;
}
em {
  font-style: italic;
}
strong {
  font-weight: 700;
}
span.description {
  font: 0/0 a;
  color: transparent;
}
h1 p, h2 p, h3 p, h4 p, h5 p, h6 p,
p p, p h1, p h2, p h3, p h4, p h5, p h6,
li li, li p, li td,
td td, td p, th th, th p,
p a, a a, li a, td a, th a {
  font-size: 1em;
}
input {
  border: 0;
  outline: none;
  width: auto;
  line-height: normal;
  overflow: visible;
  -webkit-appearance: none;
  -webkit-border-radius: 0; 
  -moz-border-radius: 0; 
  border-radius: 0;
}
[type="search"] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
}
*:focus {
  outline: none;
}
::-webkit-input-placeholder, :-moz-placeholder,
::-moz-placeholder, :-ms-input-placeholder, ::-ms-input-placeholder {
   color: #C9C9C9;
}


/*** CUSTOM ***/

/* GENERAL */

body {
  min-width: 300px;
  color: #FFF;
  background-color: #153A6C;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400; /* regular */
  font-size: 62.5%; /* 10px */
  line-height: 1.2;
  overflow: auto;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: 'liga', 'kern';
}
a:link, a:visited, a:hover, a:active {
  color: #153A6C;
  text-decoration: none;
}
span.small {
	font-size: 0.8em;
}
.content p {
  margin-bottom: 1em;
  font-size: 1.8em;
  line-height: 1.4;
  text-align: left;
}
.content p:last-child {
  margin-bottom: 0;
}
.content ul {
  list-style: outside disc;
  margin-left: 3em;
}
.content ol {
  list-style: outside decimal;
  margin-left: 3em;
}
.content li {
  font-size: 1.8em;
  margin-bottom: 1em;
}

.content table {
	width: 100%;
	margin-bottom: 20px;
}
.content th, .content td {
	border: 1px solid #153A6C;
	color: #153A6C;
	text-align: left;
}
.content th {
	padding: 15px;
	background-color: #9FD0BE;
	font-size: 1.5em;
	font-weight: 700;
}
.content td {
	padding: 15px;
	background-color: #EFEFEF;
	font-size: 1.6em;
}
.content tr:nth-child(even) td {
	background-color: #FFF;
}
.content tr.footnote td {
	padding: 25px;
}
.content td a {
	color: #153A6C;
}
.content td a:hover {
	text-decoration: underline;
}
.content hr {
	margin: 30px 0;
	border: 1px solid #CCC;
}
.content li p, .content p li, .content p p,
.content li li, .content th p, .content td p,
.content th li, .content td li {
  font-size: 1em;
}
.content th ul, .content th ol,
.conten td ul, .content td ol {
	margin-left: 1em;
}
.content p a, .content p a:visited, .content p a:hover, .content p a:active,
.content li a, .content li a:visited, .content li a:hover, .content li a:active,
.content th a, .content th a:visited, .content th a:hover, .content th a:active,
.content td a, .content td a:visited, .content td a:hover, .content td a:active {
  text-decoration: underline;
}
.content h3 {
	font-size: 2em;
	line-height: 1.4;
	font-weight: 800;
	margin: 30px 0 5px 0;
	text-transform: uppercase;
}
.content h3:first-child {
	margin-top: 0;
}
.container {
	width: 100%;
	min-width: 300px;
	margin: 0 auto;
}
.wrapper {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.video-container {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
}
.video-container iframe, .video-container object,
.video-container embed {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.lower {
	text-transform: lowercase !important;
}

.faculty-highlight {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.faculty-email, .staff-email {
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
}

/* HEADER */

.header {
	width: 100%;
	background-color: #FFF;
}
.header-wrapper {
	padding: 30px 25px;
	overflow: hidden;
}
.header-logo {
	float: left;
	display: block;
	width: 300px;
}
.header-right {
	float: right;
	text-align: right;
}
.header-search {
	display: inline-block;
	max-width: 382px;
	padding: 4px;
	border: 0.5px solid #153A6C;
	margin: 19px 0;
}
input.gsc-input {
	display: block;
	float: left;
	width: 342px;
	height: 25px;
	padding: 3px 5px;
	color: #153A6C;
	font-size: 1.4em !important;
}
input.gsc-input::-webkit-input-placeholder {
	font-size: 1em !important;
}
input.gsc-search-button, input.gsc-search-button-v2 {
	display: block;
	float: right;
	width: 39px !important;
	min-width: 0 !important;
	height: 25px !important;
	min-height: 0 !important;
	padding: 6px 13px !important;
	border: 0 !important;
	margin: 0 !important;
	background: #9FD0BE !important;
}

.gsc-control-cse {
	padding: 0 !important;
	font-family: inherit !important;
	font-size: 1em !important;
}
form.gsc-search-box, table.gsc-search-box {
	margin-bottom: 0 !important;
	font-size: 1em !important;
}
.gsc-search-box-tools .gsc-search-box .gsc-input {
	padding-right: 0 !important;
}
.gsc-input-box, .gsc-input-box-hover {
	border: 0 !important;
	box-shadow: none !important;
}
.gsc-input-box-focus {
	border: 0 !important;
	box-shadow: none !important;
}
.gsib_a {
	padding-top: 5px !important;
}
.gsst_b {
	font-size: 1em !important;
}
.gsst_a {
	padding-top: 0 !important;
}
.gscb_a {
	padding-top: 3px !important;
	font-size: 2em !important;
	line-height: 1 !important;
	font-family: inherit !important;
}
.menu-btn-mobile {
	display: none;
	clear: both;
	width: 100%;
	padding: 10px;
	color: #FFF;
	background-color: #153A6C;
	font-size: 1.4em;
	font-weight: 700;
	text-align: center;
	cursor: pointer;
}
.menu-btn-mobile span:after {
	display: inline-block;
	content: '\2630';
	padding-left: 10px;

}
.menu-btn-close {
	display: none;
	width: 100%;
	padding: 10px 20px 0 20px;
	color: #153A6C;
	font-size: 4em;
	font-weight: 300;
	text-align: right;
	opacity: 0.7;
	cursor: pointer;
}
.menu-mask {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.6);
	z-index: 99;
}


/* FOOTER */

.footer {
	width: 100%;
	background-color: #FFF;
	overflow: hidden;
}
.footer-wrapper {
	padding: 30px 25px;
}
.footer-logo, .footer-social-icons, .copyright {
	display: inline-block;
	vertical-align: middle;
}
.footer-logo {
	width: 32%;
	max-width: 355px;
}
.footer-social-icons {
	width: 35%;
	padding: 0 20px;
	text-align: center;
}
.footer-social-icon {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 0 10px;
}
.footer-social-icons-mobile {
	display: none;
	padding: 30px 0;
	background-color: #153A6C;
	text-align: center;
}
.footer-social-icon-mobile {
	display: inline-block;
	width: 32px;
	height: 32px;
	margin: 0 15px;
}
.copyright {
	display: inline-block;
	float: right;
	width: 32%;
	color: #153A6C;
	font-size: 1.4em;
	line-height: 1.5;
	font-weight: 300;
	text-align: right;
}
.copyright span.line-break {
	display: block;
}

span.footer-tel, span.footer-email {
	display: inline-block;
}
span.footer-email {
	margin-left: 20px;
}
.footer-tel a, .footer-email a {
	font-size: 1em;
	color: #153A6C;
	text-decoration: none;
}
.footer-menu {
	clear: both;
	padding: 10px 0 0 0;
}
.footer-menu ul {
	text-align: right;
}
.footer-menu li {
	display: inline-block;
	padding: 0 4px;
	margin-bottom: 3px;
	color: #153A6C;
	border-right: 1px solid #153A6C;
}
.footer-menu li:first-child {
	padding-left: 0;
}
.footer-menu li:last-child {
	border-right: 0;
	padding-right: 0;
}
.footer-menu li a {
	display: inline-block;
	padding: 0 10px;
	color: #153A6C;
	font-size: 1.4em;
	line-height: 1;
	font-weight: 300;
}
.footer-menu li:first-child a {
	padding-left: 0;
}
.footer-menu li:last-child a {
	padding-right: 0;
}


/* MAIN */

.content-top {
	height: 647px;
	overflow: hidden;
}

.page-banner {
	position: relative;
	float: right;
	width: 84%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}


.banner-slider-container .bx-wrapper, .banner-slider-container .bx-viewport,
.banner-slider, .banner-slider-container .slide {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.banner-slider {
	visibility: hidden;
}
.banner-slider-container .slide {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.page-banner-overlay {
	position: absolute;
	display: table;
	table-layout: fixed;
	width: 100%;
	height: auto;
	min-height: 37%;
	padding: 25px 40px;
	left: 0;
	bottom: 0;
	color: #FFF;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	bottom: 265px; /* update this if .page-banner-overlay height is updated */
}
.page-banner.home-page-banner .page-banner-overlay {
	color: #153A6C;
}
.page-banner-overlay:before {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #91D2BD;
	opacity: 0.5;
	z-index: 1;
}
.page-banner.home-page-banner .page-banner-overlay:before {
	opacity: 0.8;
}
.page-banner-heading {
	display: table-cell;
	position: relative;
	width: 100%;
	vertical-align: middle;
	z-index: 10;
}
.page-banner-heading h1 {
	font-size: 3.5em;
	line-height: 1.1;
	font-weight: 800;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0 0 10px rgba(0,0,0,0.7);
}
.page-banner.home-page-banner .page-banner-heading h1 {
	text-shadow: none;
}
.page-banner-heading h1 span.small {
	font-size: 0.75em;
	font-weight: 400;
}
.page-banner-heading h1 span.line-break {
	display: block;
}
.page-banner-text {
	width: 43%;
	padding-left: 30px;
}
.page-banner-text p {
	font-size: 1.4em;
	font-weight: 300;
}
.page-banner-text a.email {
	font-weight: 400;
}
.page-banner-text span.line-break {
	display: block;
}


.main-menu {
	float: left;
	width: 16%;
	height: 100%;
	padding: 30px 0 10px 0;
	border-right: 5px solid #153A6C;
	background-color: #FFF;
	overflow: auto;
}
.main-menu ul ul {
	display: none;
}
.main-menu ul li.active-parent ul {
	display: block;
}
.main-menu ul li.active ul {
	display: block;
}
.main-menu li a {
	display: block;
	padding: 10px 10px 10px 25px;
	font-size: 1.6em;
	font-weight: 300;
	text-transform: uppercase;
}
.main-menu li.has-children > a > span {
	display: inline-block;
	width: 100%;
	height: auto;
	color: #153A6C;
	cursor: pointer;
}
.main-menu li > a:hover, .main-menu li.active > a {
	background-color: #9FD0BE;
}
.main-menu ul ul li a {
	padding: 10px 10px 10px 40px;
	text-transform: none;
}


.content {
	padding: 15px 0 70px 0;
}


/* HOME */

.motto {
	padding-top: 10px;
	font-family: 'Dancing Script', cursive;
	font-weight: normal;
	text-transform: none;
}

h2.subheading {
	padding: 30px 15px 32px 15px;
	color: #FFF;
	background-color: #153A6C;
	font-size: 3.6em;
	font-weight: 700;
	text-transform: uppercase;
}
h2.subheading a {
	color: #FFF;
}
.news-entries {
	position: relative;
	overflow: hidden;
}
.news-entry {
	float: left;
	display: block;
	width: 33.33333%;
	background-color: #FFF;
}
.news-entry:hover {
	background-color: #9FD0BE;
}
.news-image {
	width: 100%;
	height: 267px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.news-text {
	width: 100%;
	height: 230px;
	padding: 30px;
	color: #153A6C;
}
.news-entries.long .news-text {
	height: 400px;
}
.news-date {
	margin-bottom: 30px;
	font-size: 2.2em;
	font-weight: 800;
}
.news-title {
	font-size: 1.8em;
	line-height: 1.3;
}
.news-details {
	height: 200px;
	padding-top: 20px;
	border-top: 1px solid #153A6C;
	margin-top: 20px;
	overflow: auto;
}
a.news-more {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 15px 20px;
	color: #FFF;
	background-color: #153A6C;
	font-size: 2em;
	font-weight: 800;
	text-align: center;
}
a.news-more:hover {
	color: #FFF;
	background-color: #9FD0BE;
}


.home-content-bottom {
	margin-top: 25px;
	overflow: hidden;
}

.home-video {
	float: right;
	width: 63%;
}

.home-download {
	display: block;
	float: left;
	width: 35%;
	margin-right: 2%;
	background-color: #FFF;
}
.home-download:hover {
	background-color: #9FD0BE;
}
.home-download-image {
	width: 100%;
	height: 0;
	padding-bottom: 76.25%;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.home-download-text {
	display: block;
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 25%;
	color: #153A6C;
}
.home-download-text-inner {
	position: absolute;
	top: 50%;
	width: 100%;
	padding: 10px;
	font-size: 2.2em;
	font-weight: 800;
	text-align: center;
	transform: translateY(-50%);
}
.home-download-text-inner span.line-break-2 {
	display: block;
}


/* FACULTY */

.faculty-entries, .staff-entries {
	width: 100%;
	overflow: hidden;
}
a.faculty-entry, .faculty-entry, .staff-entry {
	display: block;
	float: left;
	width: 25%;
	margin-bottom: 10px;
	color: #153A6C;
	background-color: #FFF;
}
a.faculty-entry, .faculty-entry {
	height: 720px;
}
.faculty-entries.short a.faculty-entry,
.faculty-entries.short .faculty-entry {
	height: 550px;
}
a.faculty-entry:hover {
	background-color: #9FD0BE;
}
.staff-entry {
	height: 420px;
}
.staff-entries.short .staff-entry {
	height: 250px;
}
.faculty-image {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	background-position: center 15%;
	background-repeat: no-repeat;
	background-size: cover;
}
.faculty-text, .staff-text {
	padding: 30px 25px;
}
.faculty-highlight {
	margin-bottom: 20px;
	font-size: 3em;
	font-weight: 800;
}
.faculty-lab {
	margin-bottom: 20px;
	font-size: 2em;
	font-weight: 800;
}
.faculty-name, .staff-name {
	font-size: 1.8em;
	line-height: 1.3;
	font-weight: 700;
}
.faculty-email {
	font-size: 1.6em;
	margin-top: 5px;
}
.staff-email, .staff-tel, .staff-address {
	margin-top: 20px;
	font-size: 1.6em;
}
.staff-address {
	line-height: 1.4;
}
.faculty-info {
	display: inline-block;
	padding: 5px 10px;
	margin-top: 15px;
	color: #153A6C;
	background-color: #9FD0BE;
	font-size: 1.5em;
	font-weight: 800;
}
.faculty-entry:hover .faculty-info {
	color: #FFF;
	background-color: #153A6C;
}
.faculty-position {
	margin-top: 20px;
	font-size: 1.6em;
	line-height: 1.4;
}
.staff-details {
	margin-top: 20px;
	font-size: 1.6em;
	line-height: 1.4;
}


/* LINK BLOCKS */

.link-entries {
	width: 100%;
	overflow: hidden;
}
.link-entry {
	display: table;
	table-layout: fixed;
	position: relative;
	float: left;
	width: 50%;
	height: 280px;
	border-right: 1px solid #153A6C;
	border-bottom: 1px solid #153A6C;
	color: #153A6C;
	background-color: #FFF;
}
.link-entry:nth-child(even) {
	border-right: 0;
}
.link-entry:hover {
	color: #FFF;
}
.link-image {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1;
}
.link-entry:hover .link-image {
	display: block;
}
.link-text {
	display: table-cell;
	position: relative;
	width: 100%;
	font-size: 2.8em;
	font-weight: 800;
	text-align: center;
	vertical-align: middle;
	z-index: 10;
}
.link-text-inner {
	width: 80%;
	margin: 0 auto;
	text-align: left;
}


/* RESEARCH AREAS */

.research-entries {
	width: 100%;
	overflow: hidden;
}
.research-entry {
	float: left;
	width: 50%;
	height: 480px;
	color: #153A6C;
	background-color: #FFF;
}
.research-image {
	position: relative;
	width: 100%;
	height: 260px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.research-title-container {
	display: table;
	table-layout: fixed;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.research-title {
	display: table-cell;
	width: 100%;
	color: #FFF;
	font-size: 2.8em;
	font-weight: 800;
	vertical-align: middle;
}
.research-text {
	padding: 40px 0 10px 0;
	color: #153A6C;
	font-size: 1.8em;
	text-align: left;
}
.research-title-inner, .research-text-inner {
	width: 70%;
	margin: 0 auto;
	text-align: left;
}


/* RESEARCH CENTERS */

.research-table {
	width: 100%;
}


/* CONTENT BOX (LINKS) */

.content-box {
	display: table;
	table-layout: fixed;
	width: 100%;
	margin-bottom: 10px;
	color: #153A6C;
}
.content-heading, .content-text {
	display: table-cell;
	vertical-align: middle;
}
.content-heading {
	width: 25%;
	padding: 40px 20px;
	background-color: #9FD0BE;
	text-align: center;
	font-weight: 800;
	text-transform: uppercase;
}
.content-heading h2 {
	font-size: 2.5em;
}
.content-text {
	padding: 40px;
	background-color: #FFF;
}


/* DOWNLOADS */

.file-entries {
	width: 100%;
	overflow: hidden;
}
.file-entry {
	position: relative;
	display: table;
	table-layout: fixed;
	float: left;
	width: 50%;
	height: 400px;
}
.file-image, .file-image:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.7;
}
.file-image {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.file-image:before {
	display: block;
	content: '';
	background-color: #153A6C;
}
.file-entry:hover .file-image:before {
	background-color: #9FD0BE;
	opacity: 0.3;
}
.file-name {
	position: relative;
	display: table-cell;
	width: 100%;
	color: #FFF;
	font-size: 2.8em;
	font-weight: 800;
	vertical-align: middle;
}
.file-name-inner {
	width: 70%;
	margin: 0 auto;
	text-align: left;
}

.gallery-entries {
	width: 100%;
	overflow: hidden;
}
.gallery-entry {
	display: block;
	width: 50%;
	float: left;
	color: #153A6C;
	background-color: #FFF;
}
.gallery-entry:hover {
	color: #153A6C;
	background-color: #9FD0BE;
}
.gallery-image {
	width: 100%;
	height: 0;
	padding-bottom: 66.67%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.gallery-title {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 60px;
	padding: 0 10px;
	font-size: 1.6em;
	text-align: center;
}
.gallery-title-inner {
	display: table-cell;
	vertical-align: middle;
}


/* SITE MAP */

.sitemap ul ul {
	margin-top: 1em;
}



/*** MEDIA QUERIES ***/

@media screen and (max-width: 1200px) {
	.main-menu {
		width: 18%;
	}
	.page-banner {
		width: 82%;
	}
	h2.subheading {
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media screen and (max-width: 1060px) {
	.main-menu {
		width: 20%;
	}
	.page-banner {
		width: 80%;
	}
}
@media screen and (max-width: 960px) {
	.main-menu {
		width: 22%;
	}
	.page-banner {
		width: 78%;
	}
}

@media screen and (max-width: 900px) {
	.wrapper {
		width: 100%;
	}
	.header-wrapper {
		padding: 20px 40px;
	}
	.header-logo {
		width: 230px;
	}
	.header-search {
		margin: 10px 0 0 0;
	}
	input.header-search-text {
		width: 246px;
	}
	.header-menu {
		display: none;
	}

	.main-menu {
		float: none;
		width: 100%;
		padding: 0;
		border-right: 0;
		overflow: hidden;
	}
	.main-menu ul {
		float: left;
		width: 50%;
	}
	.main-menu ul ul {
		float: none;
		width: 100%;
		margin-left: 0;
		border-top: 1px solid #9FD0BE;
	}
	.main-menu li {
		width: 100%;
		border-bottom: 1px solid #9FD0BE;
	}
	.main-menu ul ul li:last-child {
		border-bottom: 0;
	}
	.main-menu li a {
		display: table;
		table-layout: fixed;
		width: 100%;
		height: 56px;
		padding: 0 120px 0 40px;
		background-color: #FFF;
		font-size: 1.6em;
	}
	.main-menu li.has-children a {
		position: relative;
	}
	.main-menu li.has-children > a:before {
		position: absolute;
		display: block;
		content: '';
		right: 0;
		top: 0;
		width: 56px;
		height: 100%;
		background-color: #153A6C;
	}
	.main-menu li.has-children > a:after {
		position: absolute;
		display: block;
		content: '\25BC';
		right: 0;
		top: 50%;
		width: 56px;
		height: auto;
		margin-top: -10px;
		color: #FFF;
		font-size: 1em;
		text-align: center;
	}
	.main-menu li.has-children > a:hover:before {
		width: 56px;
		background-color: #9FD0BE;
	}
	.main-menu li.has-children > a:hover:after {
		color: #153A6C;
	}
	.main-menu > ul:first-child > li a {	/* left column only */
		border-right: 1px solid #9FD0BE;
	}
	.main-menu li.has-children > a:hover {
		background-color: #FFF;
	}
	.main-menu li.welcome.active > a {
		background-color: #FFF;
	}
	.main-menu ul ul li a {
		padding: 0 10px 0 55px;
	}
	.main-menu ul ul li a:hover,
	.main-menu ul ul li.active a {
		background-color: #9FD0BE;
	}
	.main-menu li.has-children > a > span,
	.main-menu li a span {
		display: table-cell;
		vertical-align: middle;
	}

	.content-top {
		height: auto;
	}
	.page-banner {
		float: none;
		width: 100%;
		height: 350px;
	}
	.page-banner-heading h1 {
		font-size: 2.2em;
	}
	.page-banner-text {
		width: 55%;
	}
	.page-banner-overlay {
		min-height: 25%;
		padding: 15px;
	}
	body#home .page-banner-heading h1 span.line-break {
		display: inline;
	}
	.motto {
		padding-top: 5px;
	}
	.bx-wrapper .bx-pager,
	.bx-wrapper .bx-controls-auto {
		bottom: 35%; /* update this if .page-banner-overlay height is updated */
	}

	.footer-wrapper {
		padding: 25px 40px;
	}
	.footer-logo {
		width: 40%;
		max-width: 268px;
	}
	.footer-social-icons {
		display: none;
	}
	.footer-social-icons-mobile {
		display: block;
	}
	.copyright {
		display: inline-block;
		width: 59%;
		font-size: 1.2em;
	}
	.footer-menu li a {
		font-size: 1.2em;
	}
	span.footer-email {
		margin-left: 15px;
	}
	.footer-menu {
		display: block;
	}
	.content {
		padding: 0;
	}
	h2.subheading {
		width: 100%;
		padding: 15px;
		font-size: 1.8em;
		text-align: center;
	}
	.news-entry {
		width: 50%;
	}
	.news-image {
		height: 300px;
	}
	.news-text {
		height: 180px;
	}
	.news-entries.long .news-text {
		height: 300px;
	}
	.news-date {
		font-size: 1.8em;
	}
	.news-title {
		font-size: 1.6em;
	}
	.news-details {
		height: 100px;
	}
	a.news-more {
		position: static;
		display: table;
		table-layout: fixed;
		width: 50%;
		height: 480px;
		font-size: 2.6em;
	}
	.news-more-inner {
		display: table-cell;
		vertical-align: middle;
	}
	.news-more-inner span {
		display: block;
	}
	.home-content-bottom {
		margin: 0;
	}
	.home-video, .home-download {
		float: none;
		width: 100%;
	}
	.home-download {
		height: auto;
		overflow: hidden;
	}
	.home-download-image, .home-download-text {
		display: block;
		float: left;
		width: 50%;
		height: 0;
		padding-bottom: 50%;
		vertical-align: middle;
	}

	a.faculty-entry, .faculty-entry, .staff-entry {
		width: 33.3333%;
		margin-bottom: 0;
		color: #FFF;
		background-color: #153A6C;
	}
	a.faculty-entry, .faculty-entry {
		height: 640px;
		color: #FFF;
	}
	.faculty-entries.long a.faculty-entry, .faculty-entries.long .faculty-entry {
		height: 730px;
	}
	a.faculty-entry:hover {
		color: #153A6C;
	}

	.prog-entry {
		height: 195px;
		border-right: 1px solid #FFF;
		border-bottom: 1px solid #FFF;
		color: #FFF;
		background-color: #153A6C;
	}
	.prog-entry:nth-child(even) {
		border-right: 0;
	}
	.prog-entries.long .prog-entry {
		float: none;
		width: 100%;
		height: auto;
		min-height: 195px;
		padding: 40px;
		border-right: 0;
	}
	.prog-text {
		font-size: 2.4em;
	}
	.prog-text-inner {
		overflow: hidden;
	}
	.prog-number, .prog-title {
		float: left;
	}
	.prog-number {
		width: 12%;
		max-width: 50px;
	}
	.prog-title {
		width: 88%;
	}

	.file-entry {
		height: 300px;
	}
	.file-name {
		font-size: 2em;
	}

	.content-box, .content-heading, .content-text {
		display: block;
		width: 100%;
	}
	.content-box {
		margin-bottom: 0;
	}
	.content-heading, .content-text {
		padding: 30px;
	}
	.content-text {
		color: #FFF;
		background-color: #153A6C;
	}
	.content-text a:link, .content-text a:visited, .content-text a:hover, .content-text a:active {
	  color: #FFF;
	}
	.content-text-inner {
		width: 80%;
		margin: 0 auto;
	}

	.gallery-entry {
		color: #FFF;
		background-color: #153A6C;
	}
	.gallery-entry:hover {
		color: #153A6C;
		background-color: #9FD0BE;
	}
}


@media screen and (max-width: 750px) {
	.header-search {
		max-width: 250px;
	}
}

@media screen and (max-width: 600px) {
	body.menu-open {
		overflow: hidden;
	}
	body.menu-open .container {
		position: relative;
	}

	.header-wrapper {
		padding: 20px 35px;
	}
	.header-logo, .header-right {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	.header-right {
		width: 100%;
		text-align: center;
	}
	.page-banner-overlay {
		padding: 10px;
	}

	input.gsc-input {
		font-size: 1.2em !important;
	}

	.menu-btn-mobile, .menu-btn-close,
	body.menu-open .menu-mask {
		display: block;
	}
	.main-menu {
		display: block;
		position: fixed;
		left: -100%;
		top: 0;
		width: 70%;
		max-width: 250px;
		height: 100%;
		background-color: #9FD0BE;
		z-index: 100;
		opacity: 0;
  	overflow: auto;
  	-webkit-transition: all 0.5s ease-in-out;
  	-moz-transition: all 0.5s ease-in-out;
  	transition: all 0.5s ease-in-out;
  }
  .main-menu.menu-open {
  	left: 0;
  	opacity: 1;
  	box-shadow: 1px 0px 10px rgba(0,0,0,0.3);
  	-webkit-transition: all 0.5s ease-in-out;
  	-moz-transition: all 0.5s ease-in-out;
  	transition: all 0.5s ease-in-out;
  }
	.main-menu ul {
		float: none;
		width: 100%;
	}
	.main-menu li {
		border-bottom: 0;
	}
	.main-menu li a {
		display: block;
		height: auto;
		padding: 15px 50px 15px 20px;
		border-bottom: 1px solid #FFF;
		background-color: transparent;
		font-size: 1.4em;
	}
	.main-menu li.has-children > a:before {
		display: none;
	}
	.main-menu li.has-children > a:after {
		width: 60px;
		margin-top: -8px;
		color: #153A6C;
		font-size: 1em;
	}
	.main-menu li a span {
		display: block;
	}
	.main-menu > ul:first-child > li a {
		border-right: 0;
	}
	.main-menu li.has-children > a:hover,
	.main-menu li > a:hover, .main-menu li.active > a,
	.main-menu ul ul li a:hover, .main-menu ul ul li.active a,
	.main-menu li.has-children > a:hover > span {
		color: #FFF;
		background-color: #153A6C;
	}
	.main-menu li.has-children > a:hover:after {
		color: #FFF;
	}
	.main-menu ul ul li a {
		padding: 10px 10px 10px 35px;
	}


	.page-banner-heading h1 {
		font-size: 2em;
	}
	.page-banner-text span.line-break {
		display: inline;
	}
	.bx-wrapper .bx-pager,
	.bx-wrapper .bx-controls-auto {
		display: none;
	}

	.footer-wrapper {
		padding: 20px 10px;
	}
	.footer-logo {
		display: block;
		width: 100%;
		margin: 0 auto 20px auto;
	}
	.copyright, .footer-menu ul {
		width: 100%;
		text-align: center;
	}

	.content p, .content li, .content th, .content td {
		font-size: 1.4em;
	}
	.content h3 {
		font-size: 1.8em;
	}

	.news-image {
		height: 200px;
	}
	.news-text {
		height: 150px;
		padding: 20px;
	}
	.news-date {
		margin-bottom: 20px;
	}
	a.news-more {
		height: 350px;
	}
	.home-download {
		position: relative;
		width: 100%;
		height: 0;
		padding-bottom: 60%;
	}
	.home-download-image, .home-download-text, .home-download-text:before {
		position: absolute;
		float: none;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		padding: 0;
	}
	.home-download-text:before {
		display: block;
		content: '';
		background-color: #91D2BD;
		opacity: 0.8;
	}
	.home-download-text-inner {
		color: #FFF;
		font-size: 2.2em;
	}
	.home-download-text-inner span.line-break-1 {
		display: block;
	}

	a.faculty-entry, .faculty-entry, .faculty-entries.short .faculty-entry,
	.faculty-entries.long a.faculty-entry, .faculty-entries.long .faculty-entry {
		width: 100%;
		height: auto;
		padding: 15px 0;
	}
	.faculty-image, .faculty-text {
		display: inline-block;
		vertical-align: top;
	}
	.faculty-image {
		width: 40%;
		height: 0;
		padding-bottom: 40%;
	}
	.faculty-text {
		width: 58%;
		padding: 0 15px;
	}
	.faculty-highlight {
		font-size: 1.8em;
		margin-bottom: 15px;
	}
	.faculty-name {
		font-size: 1.4em;
	}
	.faculty-email, .faculty-info, .faculty-position {
		font-size: 1.2em;
	}
	.faculty-info, .faculty-position {
		margin-top: 10px;
	}

	.staff-entry, .staff-entries.short .staff-entry {
		display: table;
		table-layout: fixed;
		float: none;
		width: 100%;
		height: auto;
		min-height: 0; /* 245px */
		border-bottom: 1px solid #FFF;
	}
	/* .staff-entry:hover {
		background-color: inherit;
	} */
	.staff-text {
		display: table-cell;
		width: 100%;
		padding: 30px 40px;
		vertical-align: middle;
	}

	.prog-entry {
		float: none;
		width: 100%;
		height: auto;
		min-height: 280px;
		padding: 40px;
		border-right: 0;
		border-bottom: 1px solid #FFF;
	}
	.prog-entry, .prog-entries.long .prog-entry {
		min-height: 280px;
	}
	.prog-text {
		font-size: 2em;
	}
	.prog-text-inner {
		width: 100%;
	}

	.file-entry {
		width: 100%;
		float: none;
		height: auto;
		min-height: 300px;
	}
	.file-name {
		font-size: 2.4em;
	}
	.file-name-inner {
		width: 100%;
		padding: 0 40px;
	}

	.content-heading { 
		padding: 20px;
	}
	.content-heading h2 {
		font-size: 2em;
	}
	.content-text-inner {
		width: 100%;
	}

	.gallery-entry {
		width: 100%;
		float: none;
	}
}


@media screen and (max-width: 400px) {
	.page-banner {
		height: 300px;
	}
	.news-entry, a.news-more {
		float: none;
		width: 100%;
	}
	.news-text {
		height: auto;
		padding: 25px 40px 35px 40px;
	}
	.news-entries.long .news-text, .news-details {
		height: auto;
	}
	a.news-more {
		height: 200px;
	}
	.page-banner-heading h1 {
		font-size: 1.6em;
	}

}