/*
Theme Name: Custom Theme
Author: Molto Digital Limited
Version: 1.0
License: Private
Text Domain: customtheme
*/

/* GENERAL */

html, body {
	width: 100%;
	height: 100%;
}
body {
  min-width: 300px; /* 300px */
  color: #333;
  background-color: #E1E1E1;
  font-family: 'Arial', sans-serif;
  font-style: normal;
  font-weight: 400; /* regular */
  font-size: 62.5%; /* 10px */
  line-height: 1.5;
  overflow: auto;
  /* text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: 'liga', 'kern'; */
}
body.small {
	font-size: 46.875%;
}
body.large {
	font-size: 78.125%;
}
img {
	max-width: 100%;
	height: auto;
	border: 0;
}
a {
	color: #342D7E;
  text-decoration: none;
}
h1 {
	margin-bottom: 0.8em;
	font-size: 1.6em;
	font-weight: bold;
}
h2 {
	margin-bottom: 0.8em;
	font-size: 1.6em;
	font-weight: bold;	
}
h3 {
	margin-bottom: 0.8em;
	font-size: 1.5em;
	font-weight: bold;	
}
h4 {
	margin-bottom: 0;
	font-size: 1.5em;
	font-weight: bold;	
}
h5 {
	margin-bottom: 0;
	font-size: 1.2em;
	font-weight: bold;
}
p {
  margin-bottom: 1em;
  font-size: 1.2em;
  text-align: justify;
}
p:last-child {
  margin-bottom: 0;
}
p a {
	word-wrap: break-word;
	overflow-wrap: break-word;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
}
.content table {
	margin: 0 0 20px 40px; /* 42px 0 20px 40px */
}
.content table table,
.content table.no-margin {
	margin: 0;
}
.content table.table-lecturers {
	width: 100%;
	margin: 0;
	table-layout: fixed;
	background-color: #f3f3f3;
}
.content table.table-lecturers td {
	padding: 0;
	vertical-align: middle;
}
.content table th, .content table td {
	padding-bottom: 15px;
	font-size: 1.2em;
	text-align: left;
	vertical-align: top;
}
.content table th {
	color: #936;
}
.content .program > table > tbody > tr > th, 
.content .program > table > tbody > tr > td {
	padding: 15px 5px;
	border: 1px solid #000;
}
.content .program > table > tbody > tr > th {
	color: #FFF;
	background-color: #606060;
	font-weight: 700;
}
.content .program > table > tbody > tr > th p,
.content .program > table > tbody > tr > th a {
	color: #FFF;
}
.content .program td td {
	padding: 0;
}
input[type="text"], input[type="email"],
input[type="submit"], textarea {
	-webkit-appearance: none;
}
strong {
	font-weight: 600;
}
em {
	font-style: italic;
}
u {
	text-decoration: underline;
}
sup {
	vertical-align: sub;
	font-size: smaller;
}
sup {
	vertical-align: super;
	font-size: smaller;
}
hr {
	margin: 2em 0;
	border-bottom: 1px solid #CCC;
	border-bottom: 0.1px solid #CCC;
}
span.description {
	color: transparent;
	font: 0/0 a;
}
.content ul {
  list-style: outside disc;
  margin-left: 2em;
  margin-bottom: 2em;
}
.content ol {
  list-style: outside decimal;
  margin-left: 2em;
  margin-bottom: 2em;
}
.content li {
  margin-bottom: 1.5em;
  font-size: 1.2em;
}
.highlight {
	color: red !important;
}

.content li p, .content p li, .content p p,
.content li li, .content th p, .content td p,
.content th li, .content td li,
.content th th, .content th td,
.content td td, .content td th {
  font-size: 1em;
}
.content th p:last-child,
.content td p:last-child {
	margin-bottom: 0;
}
.content td h3, .content td h4 {
	font-size: 1.25em;
}
.content td h1, .content td h2 {
	font-size: 1.3333em;
}
.content th ul, .content th ol,
.content td ul, .content td ol {
	margin-left: 1em;
}
.video-container {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	margin: 0 auto;
	overflow: hidden;
}
.video-container iframe, .video-container object,
.video-container embed {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.video-container p {
	color: transparent;
	font: 0/0 a;
}
.qtranxs-available-languages-message {
	display: none !important;
}
.wp-caption p.wp-caption-text {
	padding: 15px 10px;
	font-size: 1.2em;
}


/* ALL PAGES */

.container {
	width: 100%;
	min-width: 300px;
	height: 100%;
}
.language-bar {
	width: 100%;
	height: 29px;
	background-color: #FFF;
}
.language-bar-inner {
	/* width: 90%;
	max-width: 975px; */
	width: 975px;
	margin: 0 auto;
	text-align: right;
	background-color: #FFF;
}
.language-bar li,
.language-bar li a {
	display: inline-block;
	width: 35px;
	height: 29px;
	vertical-align: top;
}
.language-bar li.active {
	display: none;
}
.language-bar li a {
	color: transparent;
	background-repeat: no-repeat;
	background-position: center top;
	font: 0/0 a;
}
.language-bar li.lang-en a {
	background-image: url('images/icon-en.jpg');
}
.language-bar li.lang-tc a {
	background-image: url('images/icon-tc.jpg');
}
.language-bar li.lang-sc a {
	background-image: url('images/icon-sc.jpg');
}


.wrapper {
	width: 975px;
	margin: 0 auto;
}
.header, .main, .footer {
	padding: 0 12px;
}

.header {
	width: 975px;
	height: 199px;
	padding: 0 12px;
	background-repeat: no-repeat;
	background-position: center top;
}

.main-menu {
  padding: 0 11px;
  overflow: hidden;
}
.main-menu li {
	float: left;
	padding: 0 19px;
}
.main-menu a {
	display: inline-block;
	height: 35px; /* 33px */
	color: #FFF;
  font-family: 'Verdana', 'Geneva', sans-serif;
	font-size: 1.4em;
  line-height: 35px; /* 33px */
}
.main-menu a:hover,
.main-menu li.current-menu-item a,
.main-menu li.current-menu-parent a,
.main-menu li.current-menu-ancestor a,
.main-menu li.current_page_item a,
.main-menu li.current_page_parent a,
.main-menu li.current_page_ancestor a {
	border-bottom: 2px solid #FFF;
}


.main {
	display: table;
	table-layout: fixed;
	width: 100%;
}


.main-right {
	position: relative;
	display: table-cell;
	width: 270px;
	padding-top: 50px;
	background-color: #FFF;
	vertical-align: top;
}
.main-right:before {
	position: absolute;
	display: block;
	content: '';
	left: 13px;
	top: 0;
	width: 1px;
	height: 100%;
	background-color: #E1E1E1;
}

.submenu:after {
	display: block;
	content: '';
	width: 198px;
	height: 198px;
	margin: 0 auto 50px auto;
	background-repeat: no-repeat;
	background-position: center top;
}
.widget-submenu, .custom-submenu {
	margin-bottom: 18px; /* only apply when a submenu is present */
}
.submenu li a {
	display: block;
	position: relative;
	padding: 5px 5px 5px 30px;
	border-bottom: 1px solid #FFF;
	color: #FFF;
	background: url('images/submenu-bg.jpg') repeat-y left top;
	background-size: 100% auto;
  font-family: 'Verdana', 'Geneva', sans-serif;
  font-size: 1.2em;
}
.submenu li li a {
	padding-left: 45px;
}
.submenu li li li a {
	padding-left: 60px;
}
.submenu li li li li a {
	padding-left: 75px;
}
.submenu li.current_page_item > a {
	background-image: url('images/submenu-bg-hover.jpg');
}
.submenu li.current_page_item > a:before {
	position: absolute;
	display: block;
	content: '';
	left: 10px;
	top: 50%;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: url('images/submenu-bullet.jpg') no-repeat center center;
}
.page-list .current_page_item > a {
	font-weight: normal !important;
}


.main-left {
	display: table-cell;
	width: 672px;
	padding: 60px 62px 75px 35px;
	background-color: #FFF;
	border-right: 8px solid #E1E1E1;
	vertical-align: top;
}
.main-left.with-banner {
	padding: 0;
}
h1.page-title {
	/* width: 572px; */
	padding: 8px 5px 18px 40px;
	margin-bottom: 0;
	background: url(images/page-title-deco.jpg) no-repeat left top;
}
.page-title-after {
	margin-top: -1em;
}
.main-left.with-banner h1.page-title {
	padding: 8px 67px 20px 75px;
	background-position: 35px top;
}
.main-left.with-banner .content {
	padding: 0 62px 55px 35px;
}


.footer {
	width: 975px;
	padding-top: 12px;
	margin: 0 auto;
	text-align: right;
}
.footer-menu li {
	display: inline-block;
	font-size: 1.2em;
}
.footer-menu li:after {
	content: ' | ';
}
.footer-menu li.last:after,
.footer-menu li:last-child:after {
	display: none;
}
.footer-menu a {
	display: inline-block;
}
html.zh_TW .footer-menu .en,
html.zh_CN .footer-menu .en,
html.en_GB .footer-menu .tc,
html.en_US .footer-menu .tc,
html.zh_CN .footer-menu .tc,
html.en_GB .footer-menu .sc,
html.en_US .footer-menu .sc,
html.zh_TW .footer-menu .sc {
	display: none;
}
.copyright {
	font-size: 1.2em;
}


/* TABLE LIST */

.content .table-list-container + .table-list-container {
	margin-top: 50px;
}
.content .table-list-heading {
	padding-left: 25px;
	padding-bottom: 20px;
	font-size: 1.6em;
	font-weight: 700;
	background: url('images/table-list-heading-deco.png') no-repeat left 5px;
	background-size: 14px 15px;
}
.content .table-list {
	width: 570px;
}
.content .table-list table {
	width: 100%;
	table-layout: fixed;
	border-top: 1px solid #783D7E;
	margin: 0;
}
.content .table-list table th {
  height: 26px;
  padding: 0 12px;
  background-color: #F1EBF2;
  border-top: solid 4px #FFF;
  color: #333;
  font-weight: bold;
  vertical-align: middle;
}
.content .table-list table th.th-1 {
	width: 130px; /* 107px */
  border-right: solid 4px #FFF;
}
.content .table-list table td {
	padding: 9px 14px;
	border-bottom: 1px solid #E0E0E0;
	vertical-align: top;
}
.table-title {
	font-style: italic;
}
.table-description {
	padding-left: 1em;
}


/* PAPER LIST */

.content .paper-list {
	width: 570px;
	border-top: 1px solid #783D7E;
}
.content .paper-list table {
	width: 100%;
	table-layout: fixed;
	margin: 0;
}
.content .paper-list table td {
	padding: 9px 14px;
	border-bottom: 1px solid #E0E0E0;
	vertical-align: top;
}

.content .paper-list table td.td-1 {
	width: 47px;
}
.content .paper-list table td.td-2 {
	width: 77px;
}
.content .paper-list.paper-list-long-date table td.td-2 {
	width: 120px;
}
html.en_US .content .paper-list.paper-list-long-date table td.td-2,
html.en_GB .content .paper-list.paper-list-long-date table td.td-2 {
	width: 100px;
}
.paper-title {
	font-style: italic;
}
.paper-description {
	padding-left: 1em;
}


/* NEWS */

.news-entries {
	border-top: 1px solid #783D7E;
}
.news-entry {
	padding: 9px 14px;
	border-bottom: 1px solid #E0E0E0;
	font-size: 1.2em;
}
.news-date {
	color: #669;
	font-style: italic;
}
.news-title p {
	font-size: 1em;
}


/* PEOPLE */

.people-entries {
	padding-left: 40px;
}
.people-entry {
	margin-bottom: 40px;
}
.people-intro-title {
	font-size: 1.5em;
	font-weight: 700;
}


/* DETAILS */

.details-poster, .details-row {
	margin-bottom: 30px;
}
.details-table {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.details-row {
	display: table-row;
}
.details-registration {
	display: block;
	margin-top: 30px;
}
.details-label, .details-content {
	display: table-cell;
	padding-bottom: 30px;
	font-size: 1.3em;
	vertical-align: top;
}
.details-label {
	width: 80px;
	padding-right: 10px;
}
html.zh_TW .details-label,
html.zh_CN .details-label {
	padding-right: 0;
}
.details-registration .details-label {
	display: inline-block;
	width: auto;
	padding-right: 5px;
	font-size: 1.6em;
	font-weight: 700;
}
.details-registration .details-content {
	display: inline-block;
	padding-top: 3px;
}
.details-content p, .details-content li {
	font-size: 1em;
}
.details-text {
	font-size: 1.1em;
}
.details-text table {
	margin: 0 0 20px 0;
}
.details-text th, .details-text td {
	padding: 5px;
	/* border: 1px solid #000; */
	border-width: 1px;
	border-style: solid;
	border-color: transparent;
}


/* SITE MAP */


.sitemap-list ul.page-list > li {
	margin-bottom: 2em;
}
.sitemap-list ul.menu > li > a,
.sitemap-list ul.page-list > li > a {
	font-weight: 700;
}
.sitemap-list .sub-menu {
	margin-top: 1em;
}
.sitemap-list ul.children {
	margin-top: 1em;
	margin-bottom: 1em;
}
.content .sitemap-list .sub-menu li,
.content .sitemap-list ul.page-list > li > ul.children > li {
	margin-bottom: 1em;
}


/* ACCORDION */

.accordion-links {
	margin-top: 20px;
	margin-bottom: 20px;
}
.accordion-link {
	display: inline-block;
	padding: 0 9px 0 0;
	margin-right: 7px;
	margin-bottom: 10px;
	border-right: 1px solid #000;
	font-size: 1.4em;
	line-height: 1;
}
.accordion-link:first-child {
	padding-left: 0;
}
.accordion-link:last-child {
	padding-right: 0;
	border-right: 0;
}
.accordion-row {
	margin-bottom: 15px;
}
.accordion-topic {
	position: relative;
	padding: 5px 30px 5px 15px;
	font-size: 1.4em;
	font-weight: 700;
	background-color: rgb(246, 231, 212);
	cursor: pointer;
}
.accordion-topic:after {
	display: block;
	position: absolute;
	content: '\25BE';
	font-size: 1em;
	right: 15px;
	top: 50%;
	margin-top: -8px;
	color: #000;
	line-height: 1;
	transition: all 0.3s ease-in-out;
}
.accordion-topic.active:after {
	margin-top: -7px;
	transform: rotate(-180deg);
	transition: all 0.3s ease-in-out;
}
.accordion-details {
	display: none;
	padding: 15px 0;
	overflow: hidden;
}
.accordion-row-1 .accordion-details,
.accordion-row-2 .accordion-details {
	display: block;
}
.back-to-top {
	float: right;
	width: 19px;
	height: 12px;
	background: url('images/top.gif') no-repeat left top;
	background-size: contain;
	cursor: pointer;
}

.title-ch-links {
	display: inline-block;
	margin-top: -3px;
	vertical-align: middle;
}
.title-ch-link {
	display: inline-block;
	padding: 0 6px;
	line-height: 1;
	font-style: normal;
	vertical-align: middle;
}
.title-ch-link:first-child {
	border-right: 1px solid #000;
}
.title-ch-link:last-child {
	padding-right: 0;
	border-right: 0;
}
img.biosketch {
	display: block;
}