/* Roboto: 100/i thin, 300/i light, 400/i regular, 500/i medium, 700/i bold, 900/i black */
/* Roboto Condensed: 300/i light, 400/i regular, 700/i bold */


/* GENERAL */

body {
  min-width: 300px;
  color: #000; /* temp */
  background-color: #FFF;
  font-family: 'Roboto', 'Noto Sans TC', 'Noto Sans SC', 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';
}
body.font-large { 
	font-size: 75%;
}
body.font-small { 
	font-size: 50%;
}
strong, .content-page-title, .content-left h3,
.sq-title, .sr-title, .list-label, .il-title,
.il-info-heading, .icon-entry h2, .home-top-left h2, .home-top-right h2,
.hbl-text h3, .hbb-title, .hbb-heading, .hbb-text,
.content-status h2, .st-row-dates .st-cell-text,
.st-cell-date, .tooltip-top, .tooltip-bottom {
	font-family: 'Roboto Condensed', 'Noto Sans TC', 'Noto Sans SC', sans-serif;
}
img {
	max-width: 100%;
	height: auto;
	border: 0;
}
a {
  text-decoration: none;
}
p a, .content li a,
.content th a, .content td a {
	color: #0C5E6E;
}
h2 {
	margin-top: 1em;
	margin-bottom: 10px;
	color: #222;
	font-size: 3em;
	font-weight: 700;
}
.content h2 {
	color: #336699;
	font-size: 2.2em;
}
h3 {
	margin-top: 1.5em;
	margin-bottom: 10px;
	color: #222;
	font-size: 2em;
	font-weight: 700;
}
h4 {
	margin-top: 1.5em;
	margin-bottom: 10px;
	color: #222;
	font-size: 1.8em;
	font-weight: 700;
}
h5 {
	margin-top: 1.5em;
	margin-bottom: 10px;
	color: #222;
	font-size: 1.6em;
	font-weight: 700;
}
h6 {
	margin-top: 1.5em;
	margin-bottom: 10px;
	color: #222;
	font-size: 1.4em;
	font-weight: 700;
}
p {
  margin-bottom: 1em;
  color: #000;
  font-size: 1.6em;
  line-height: 1.5;
  text-align: left;
}
.content-text th, .content-text td {
	border: 1px solid #CCC;
	padding: 5px;
  color: #000;
  font-size: 1.6em;
  line-height: 1.5;
  text-align: left;
}
.content.content-text.restricted-content {
	position: relative;
	padding-bottom: 100px;
	/*font-size: 2em;*/
}
/*.content.content-text.restricted-content p {
	font-size: 1.5em;
}*/
.content.content-text.restricted-content a {
	position: absolute;
	bottom: 50px;
	color: #0C5E6E;
	font-size: 1em;
	text-decoration: underline;
}
p:last-child {
  margin-bottom: 0;
}
strong {
	font-size: 1.125em;
	font-weight: 700;
}
em {
	font-style: italic;
}
sup {
	vertical-align: sub;
	font-size: smaller;
}
sup {
	vertical-align: super;
	font-size: smaller;
}
span.description {
	color: transparent;
	font: 0/0 a;
}
span.highlight {
	color: #0C5E6E;
}
.display-en,
.display-tc,
.display-sc {
	display: none !important;
}
html.en_US .display-en,
html.zh_TW .display-tc,
html.zh_CN .display-sc {
	display: block !important;
}
#wpadminbar {
	display: none;
}


.content ul {
  list-style: outside disc;
  margin-left: 3em;
}
.content ul ul {
	margin: 1em 0 0 1.5em;
	list-style: outside circle;
}
.content ul ul ul {
	list-style: outside disc;
}
.content ol {
  list-style: outside decimal;
  margin-left: 3em;
}
.content li {
  margin-bottom: 0.5em;
  font-size: 1.6em;
}
.content li h3 {
	margin-bottom: 0.5em;
	font-size: 1.25em;
}

table {
	margin: 30px 0;
	table-layout: fixed;
	width: 100%;
}
.table-form-like table {
	table-layout: fixed;
}
.table-scrollable table, table.scrollable {
	overflow-x: auto;
}
.table-2col table, table.table-2col {
	table-layout: auto;
}
.table-2col table th, table.table-2col th {
	background-color: #EFEFEF;
	font-weight: 700;
	padding: 5px;
}
.table-2col table td, table.table-2col td {
	word-break: break-all;
  word-break: break-word;
}
.table-block.scrollable, .table-scrollable {
	overflow-x: scroll;
}
.table-block.scrollable table, .table-scrollable table {
	table-layout: auto;
}
.table-block.default table, .table-default table {
	table-layout: fixed;
}
.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-help p, .content-help li {
	color: #0C5E6E;
}
.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%;
}


.container {
	width: 100%;
	min-width: 300px; /* 1040px */
	padding-top: 103px; /* temp */
	margin: 0 auto;
}
.wrapper {
	width: 85%;
	max-width: 1100px;
	margin: 0 auto;
}


/* HEADER & MENU */

#wpadminbar {
	z-index: 1000001;
}
.header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 103px;
	background-color: #FFF;
	text-align: center;
	z-index: 1000000;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.header:after {
	position: absolute;
	content: '';
	display: block;
	right: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background-color: #ADEBEB;
	z-index: 1;
}
.header-wrapper {
	display: table;
	table-layout: fixed;
	height: 103px;
}
.header-logo {
	display: table-cell;
	width: 29%;
	padding-top: 8px;
	background-color: #FFF;
	vertical-align: middle;
	text-align: left;
}
.header-logo img {
	width: 90%;
	max-width: 256px;
}

.main-menu-button, .main-menu-close, .main-menu-mask,
.main-menu-mobile {
	display: none;
}
.main-menu-mobile ul {
	clear: both;
}
.main-menu {
	position: relative;
	display: table-cell;
	width: 71%;
	background-color: #ADEBEB;
	vertical-align: bottom;
	z-index: 2;
}



.main-menu > ul {
	position: absolute;
	left: 0;
	top: 0;
	width: 73%;
	padding: 46px 25px 0 25px;
	border-right: 1px solid #FFF;
  text-align: justify;
  font-size: 0.1px;
}
.main-menu > ul:after {
  content: '';
  width: 100%;
  display: inline-block;
}
.main-menu > ul > li {
	position: relative;
	display: inline-block;
	padding: 0 15px 32px 15px;
	/* margin-right: 37px; */ /* 42px */
	font-size: 10px;
	vertical-align: bottom;
  text-align: center;
}
/* .main-menu > ul > li:last-child {
	margin-right: 0;
} */
.main-menu > ul > li > a {
	position: relative;
	display: inline-block;
	width: 100%;
	color: #222;
	font-size: 1.6em;
	font-weight: 700;
}

.main-menu > ul > li:first-child > a {
	color: transparent;
	font: 0/0 a;
}
.main-menu > ul > li:first-child > a:before {
	display: inline-block;
	content: '';
	width: 27px;
	height: 22px;
	background: url('images/menu-home@2x.png') no-repeat left top;
	background-size: contain;
}
.drop-down {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
  transform: translateX(-50%);
	width: 400px;
	height: auto;
	min-height: 100px;
	padding: 20px;
	background-color: rgba(255,255,255,0.9);
	box-shadow: 0 2px 10px rgba(0,0,0,0.3);
}
.drop-down p {
  margin-bottom: 1em;
  color: #000;
  font-size: 1.6em;
  line-height: 1.5;
  text-align: left;
}
.drop-down.drop-down-asked, .drop-down.drop-down-about, .drop-down.drop-down-help {
	padding-left: 40px;
}
.drop-down.drop-down-news {
	padding-bottom: 80px;
}
.drop-down.drop-down-services {
	width: 600px;
	/*left: -200px;
  padding-left: 40px;*/
}
.dd-col {
	display: inline-block;
	width: 33%;
	vertical-align: top;
	text-align: left;
}
.dd-col-heading {
	position: relative;
	display: inline-block;
	margin-bottom: 20px;
}
.drop-down .dd-col {
	padding: 0 20px;
}
.drop-down .dd-col > a {
	font-size: 1.6em;
	font-weight: 700;
}

li:hover .drop-down {
	display: block;
}
.drop-down ul {
	list-style: disc;
}
.drop-down ol {
	list-style: decimal;
}
.drop-down li, .drop-down p {
	color: #0C5E6E;
	font-size: 1.6em;
	margin-bottom: 0.5em;
	text-align: left;
}
.drop-down-news ul {
	list-style: none;
	text-align: left;
}
.drop-down-news li {
	color: #0C5E6E;
	font-size: 1.6em;
	padding-left: 23px;
	margin-bottom: 1em;
	background: url('images/icon-drop-down@2x.png') no-repeat left 3px;
	background-size: 13px 13px;
}
.drop-down a {
	color: #0C5E6E;
	font-size: 1em;
}
a.drop-down-button {
	position: absolute;
	left: 20px;
	bottom: 20px;
	display: inline-block;
	padding: 10px;
	color: #0c5e6e;
	background-color: #adebeb;
	font-size: 1.6em;
}

a.drop-down-more {
	position: absolute;
	right: 20px;
	bottom: 30px;
	display: inline-block;
	margin-top: 40px;
	color: #4D4D4D;
	font-size: 1.8em;
}


.header-tools {
	position: absolute;
	left: 73%;
	top: 0;
	width: 27%;
	padding-top: 22px;
	padding-left: 30px;
	height: 50%; /*100%;*/
	z-index: 5;
}

.header-language-switcher {
	float: left;
	margin-top: 4px;
	margin-right: 12px;
}
.header-language-switcher li {
	display: inline-block;
	padding: 0 8px;
	border-right: 1px solid #222;
	vertical-align: text-bottom;
}
.header-language-switcher a {
	display: inline-block;
	font-size: 1.2em;
	color: #222;
	font-size: 14px !important; /*1.4em;*/
	vertical-align: text-bottom;
}
.header-language-switcher li:first-child {
	padding-left: 0;
}
.header-language-switcher li:last-child {
	border-right: 0;
}

.header-font-size-switcher {
	float: right;
}
.header-font-size-switcher span {
	display: inline-block;
	color: #222;
	margin-right: 10px;
	vertical-align: text-bottom;
	cursor: pointer;
}
.header-font-size-switcher span.small {
	font-size: 13px;
}
.header-font-size-switcher span.medium {
	font-size: 16px;
}
.header-font-size-switcher span.large {
	margin-right: 3px;
	font-size: 19px;
}

.search .content ul, .page-template-page-search .content ul {
	width: 90%;
	max-width: 500px;
	margin-left: 0;
}
.search .searchandfilter li, .page-template-page-search .searchandfilter li {
	width: 100%;
	margin-bottom: 0;
}
.search .header-search.search-page-form, .page-template-page-search .header-search.search-page-form {
	float: none;
	margin-top: 30px;
	margin-bottom: 30px;
}
.header-search {
	clear: both;
	padding-top: 10px;
}
.header-search input[type="text"] {
	width: 100%;
	padding: 3px 5px 3px 30px;
	border: 1px solid #222;
	background: transparent url('images/search-black@2x.png') no-repeat 5px center;
	background-size: 16px 15px;
	font-size: 1.4em;
}
.header-search input[type="submit"] {
	display: none; /* temp */
}

.header-search form[name="gsearch"] {
  width: 90%;
  max-width: 500px;
  margin-left: 0;
}
.header-search.search-page-form form[name="gsearch"] input[type="text"] {
	font-size: 1.8em;
}


.searchandfilter li {
	padding-right: 0 !important;
}
::-webkit-input-placeholder {
  color: #222;
}
::-moz-placeholder {
  color: #222;
}
:-ms-input-placeholder {
  color: #222;
}
:-moz-placeholder { 
  color: #222;
}


/* BANNER */

.page-banner {
	position: relative;
	width: 100%;
	height: 160px; /*266px;*/
	background-color: #CCC;
	background-repeat: no-repeat;
	background-position: center 30%;
	background-size: cover;
}
.page-title {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	/*height: 133px;*/
	padding: 15px 0;
	background: #FFF;
	background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
}
.page-title-wrapper {
	display: table;
	table-layout: fixed;
	height: 100%;
}
.page-title-text {
	display: table-cell;
	color: #4D4D4D;
	font-size: 3.6em; /*4.7em;*/
	font-weight: 700;
	text-transform: uppercase;
	vertical-align: middle;
}


/* BREADCRUMBS */

.breadcrumbs-container {
	padding: 25px 0;
	color: #FFF;
	background-color: #4D4D4D;
	font-size: 1.8em;
	text-transform: uppercase;
}
.breadcrumbs-container li,
.breadcrumbs-container a, .breadcrumbs-container span {
	color: #FFF;
	font-size: 1em;
}
.en_US .breadcrumbs-container span.display-en,
.zh_TW .breadcrumbs-container span.display-tc,
.zh_CN .breadcrumbs-container span.display-sc {
	display: inline !important;
}
.trail-items li::after {
	content: '>>' !important;
}
/* BOTTOM MENU & FOOTER */

.back-to-top {
	position: fixed;
	right: 30px;
	bottom: 80px;
	width: 64px;
	height: 64px;
	background-color: rgb(77,77,77);
	background-color: rgba(77,77,77,0.5);
	text-align: center;
	border-radius: 100%;
	cursor: pointer;
}
.back-to-top span {
	display: inline-block;
	padding-top: 9px;
	color: #FFF;
	font-size: 5em;
}

.bottom-menu {
	width: 100%;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(204,204,204,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(204,204,204,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(204,204,204,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 );
}
.bottom-menu ul {
	text-align: center;
}
.bottom-menu ul li {
	display: inline-block;
	padding: 0 25px;
	margin: 17px 0;
	border-right: 1px solid #222;
	vertical-align: middle;
}
.bottom-menu ul li:last-child,
	.bottom-menu ul li.no-border {
	border-right: 0;
}
.bottom-menu ul li a {
	position: relative;
	display: inline-block;
	color: #222;
	font-size: 1.6em;
	letter-spacing: 0.5px;
}
html.en_US .bottom-menu li.display-en,
html.zh_TW .bottom-menu li.display-tc,
html.zh_CN .bottom-menu li.display-sc {
	display: inline-block !important;
}

.footer-wrapper {
	padding: 25px 0;
	overflow: hidden;
}
.footer-logo {
	float: left;
	display: block;
	width: 353px;
}
.footer-social-icons {
	float: right;
	margin-bottom: 12px;
}
.footer-social-icon {
	display: inline-block;
	vertical-align: top;
	width: 33px;
	height: 33px;
	background: url('images/facebook@2x.png') no-repeat left top;
	background-size: contain;
	margin-left: 10px;
}
.copyright {
	clear: right;
	float: right;
	color: #222;
	font-size: 1.4em;
	text-align: right;
}
.footer-login {
	position: relative;
	float: right;
	width: 70px;
	height: 33px;
	text-align: center;
	margin-right: 20px;
	margin-bottom: 12px;
	padding: 2px;
	background-color: #0C5E6E;
	border-radius: 5px;
}
.footer-login a {
	position: relative;
	display: block;
	color: #FFF;
	font-size: 1.2em;
	top: 50%;
	transform: translateY(-50%);
}

/* MAIN, CONTENT & SIDEBAR */

.main {
	clear: both;
	padding: 75px 0;
	background: #EFEFEF url('images/page-background@2x.jpg') no-repeat center center;
	background-size: cover;
	overflow: hidden;
	word-wrap: break-word; /********/
}
.main.main-solid {
	background: #EFEFEF;
}
.main.main-2col {
	padding: 0;
	background: none;
}
.main.main-2col .main-wrapper {
	position: relative;
}
.main.main-2col .main-wrapper:before {
	position: absolute;
	content: '';
	display: block;
	right: 100%;
	top: 0;
	width: 70px; /* 100% */
	height: 100%;
	background-color: #ADEBEB;
	z-index: 1;
}

.content {
	border: 1px solid #999;
	background: #FFF;
}
.content-list {
	padding: 50px 55px;
}
.content-text {
	padding: 50px 35px;
}
.content-with-sidebar {
	float: left;
	width: 70%;
}
.content-with-sidebar.without-sidebar {
	float: none;
	width: 100%;
}
.content-page-title {
	margin-bottom: 40px;
	color: #0C5E6E;
	font-size: 3em;
	font-weight: 700;
	font-style: italic;
}
.content-page-title h1 {
	font-size: 1em;
}

.content-2col {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.content-left, .content-right {
	display: table-cell;
	padding: 40px 0 150px 0;
	vertical-align: top;
}
.content-left {
	width: 29%;
	padding-right: 40px;
}
.content-left h3 {
	margin-bottom: 45px;
	color: #000;
	font-size: 2.6em;
	font-style: italic;
}
.content-left h4 {
	position: relative;
	padding-left: 21px;
	margin-bottom: 25px;
	margin-left: -6px;
}
.content-left h4.active:before,
.content-left h4:hover:before {
	position: absolute;
	display: block;
	content: '';
	left: 0;
	top: 6px;
	width: 9px;
	height: 9px;
	background-color: #000;
	border-radius: 100%;
	z-index: 1;
}
.content-left h4 a {
	color: #000;
	font-size: 1em;
}
.content-right {
	width: 71%;
}


.sidebar {
	float: right;
	width: 24%;
	padding-left: 30px;
	padding-bottom: 150px;
	margin-left: 6%;
	border-left: 1px solid #333;
}
.sidebar-quote {
	margin-bottom: 85px;
}
.sq-title {
	margin-bottom: 30px;
	color: #0C5E6E;
	font-size: 1.8em;
	font-weight: 700;
	text-align: left;
}
.sq-source {
	color: #0C5E6E;
	font-size: 1.4em;
	text-align: right;
}
.sq-title p {
	color: #0C5E6E;
	font-size: 1em;
}
.sq-source p {
	display: inline-block;
	color: #0C5E6E;
	font-size: 1em;
}
.sq-source p:before {
	display: inline;
	content: '- ';
}

.sr-title {
	margin-bottom: 30px;
	color: #4D4D4D;
	font-size: 3em;
	font-weight: 700;
	font-style: italic;
}
.sr-list ul {
	margin-left: 2em;
	list-style: disc;
}
.sr-list ul li {
	margin-bottom: 10px;
}
.sr-list ul li a {
	color: #222;
	font-size: 1.6em;
}


/* SUBMENU (TABS) ABOVE CONTENT */

.submenu {
	display: block;
	width: 100%;
	overflow: hidden;
}
.submenu > ul > li {
	float: left;
	display: block;
	margin-right: 4px;
}
.submenu > ul > li > a {
	display: block;
	padding: 22px 55px;
	border: 1px solid #999;
	color: #808080;
	background-color: #E6E6E6;
	font-size: 1.8em;
}
.submenu > ul > li.active > a,
.submenu > ul > li > a:hover,
.submenu > ul > li.current-menu-item > a {
	color: #222;
	background-color: #FFF;
}

.submenu + .content {
	margin-top: -1px;
}
.page-template-page-training-list .submenu {
	display: none;
}

/* FILTERS FOR LISTS */

.page-template-page-news-list .content-filters .content-filter[data-filter='year'], 
.page-template-page-news-list .content-filters .content-filter[data-filter='month'] {
	display: none;
}
.content-filters {
	float: right;
	margin-bottom: 75px;
}
.content-page-title + .content-filters {
	margin-top: -30px;
}
.content-filter {
	display: inline-block;
  margin-right: 4px;
}
.content-filter select {
  background: transparent;
  width: 155px;
  height: 33px;
  border: 1px solid #222;
  /* outline: 1px inset #808080;
  outline-offset: 0; */
  font-size: 1.6em;
  border-radius: 0;
}


/* COLOR THEMES */

body.theme-green .page-title-text {
	color: #185D5D;
}
body.theme-green .breadcrumbs {
	background-color: #185D5D;
}


/* LIST */

.list-entries {
	clear: both;
	overflow: hidden;
}
.list-entry {
	display: block;
	width: 100%;
	padding: 35px 0;
	border-bottom: 1px solid #333;
	overflow: hidden;
}
.list-label {
	float: right;
	display: block;
	padding: 10px 5px;
	margin-bottom: 6px;
	color: #000;
	font-size: 1.8em;
	text-align: center;
}
.list-label.blue {
	background-color: #59BDEB;
}
.list-label.orange {
	background-color: #FC9240;
}
.list-label.green {
	background-color: #33CCCC;
}
.pagination {
	float: right;
	margin-top: 85px;
}
.page-numbers {
	display: inline-block;
	padding: 0 5px;
	margin: 0 5px;
	color: #808080;
	font-size: 1.6em;
}
.page-numbers.prev {
	padding: 0;
	margin: 0 12px 0 0;
}
.page-numbers.next {
	padding: 0;
	margin: 0 0 0 12px;
}
.page-numbers.prev, .page-numbers.next,
.page-numbers.current, .page-numbers:hover {
	color: #0C5E6E;
}
.en_US .page-numbers span.display-en,
.zh_TW .page-numbers span.display-tc,
.zh_CN .page-numbers span.display-sc {
	display: inline !important;
}

/* IMAGE LIST */

.il-left, .il-middle, .il-right {
	float: left;
}
.il-left {
	width: 22%;
}
.il-middle {
	width: 65%;
	padding-left: 40px;
	padding-right: 30px;
}
.il-right {
	width: 13%;
}
.il-image {
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 66.7%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.il-title {
	display: block;
	margin-bottom: 35px;
	color: #0C5E6E;
	font-size: 2em;
	font-weight: 700;
}
.il-info-row {
	margin-bottom: 18px;
	overflow: hidden;
}
.il-info-heading {
	float: left;
	width: 180px;
	color: #222;
	font-size: 1.8em;
	font-weight: 700;
}
.il-info-content {
	float: left;
	color: #222;
	font-size: 1.6em;
}
.il-right .list-label {
	width: 120px;
}


/* DATE LIST */

.date-list-entry {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.dl-left, .dl-middle, .dl-right {
	display: table-cell;
	vertical-align: middle;
}
.dl-left {
	width: 87px;
}
.dl-middle {
	padding-right: 30px;
}
.dl-right {
	width: 175px;
}
.dl-date {
	display: table;
	table-layout: fixed;
	width: 64px;
	height: 64px;
	margin-right: 23px;
	background-color: #ADEBEB;
	text-align: center;
	border-radius: 100%;
}
.dl-date span {
	display: table-cell;
	color: #222;
	font-size: 1.6em;
	line-height: 1.1;
	vertical-align: middle;
}
.dl-title {
	color: #222;
	font-size: 1.8em;
}
.dl-right .list-label {
	width: 175px;
}


/* ACCORDION */

.accordion-entry {
}
.accordion-title {
	position: relative;
	padding: 18px 18px 18px 60px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	color: #222;
	background-color: #E6E6E6;
	font-size: 1.8em;
	cursor: pointer;
}
.accordion-entry + .accordion-entry .accordion-title {
	border-top: 0;
}
.accordion-entry + .text-block {
	margin-top: 20px;
}
.accordion-title:after {
	position: absolute;
	display: block;
	content: '\003E';
	left: 18px;
	top: 8px;
	color: #999;
	font-size: 1.7em;
	transition: transform 0.4s ease-in-out;
}
.accordion-entry.open .accordion-title:after {
	transform: rotate(90deg);	
	transition: transform 0.4s ease-in-out;
}
.accordion-text {
	display: none;
	padding: 25px 35px;
	color: #000;
}


/* ICONS */


.icon-entries {
	text-align: left;
}
.icon-entry {
	display: inline-block;
	width: 26%;
	margin: 10px 3.5%;  /*35px 3.5%;*/
	text-align: center;
	vertical-align: top;
	cursor: pointer;
}
.icon-entry .ie-icon {
	display: table;
	table-layout: fixed;
	width: 110px;
	height: 110px;
	margin: 0 auto 20px auto;
	border: 2px solid #4D4D4D;
	background-color: #4D4D4D;
	border-radius: 100%;
}
.icon-entry .ie-icon i {
	display: table-cell;
	color: #FFF;
	font-size: 4.5em;
	vertical-align: middle;
}
.icon-entry h2 {
	color: #4D4D4D;
	font-size: 2.4em;
	font-weight: 700;
	font-style: italic;
	margin-bottom: 10px;
}
.icon-entry:hover .ie-icon {
	background-color: #FFF;
}
.icon-entry:hover .ie-icon i {
	color: #4D4D4D;
}
body.theme-green .icon-entry:hover .ie-icon {
	border: 2px solid #0E6363;
	}
body.theme-green .icon-entry:hover .ie-icon i {
	color: #0E6363;
}
body.theme-green .icon-entry:hover h2 {
	color: #0E6363;
}

.ie-list {
	display: none;
}

.icon-row .icon-entry:first-child {
	padding-left: 2%;
}.icon-row .icon-entry:nth-child(3) {
	padding-right: 2%;
}
.icon-panel {
	display: none;
	padding: 40px 100px;
	background-color: #4D4D4D;
}
.icon-panel-content {
	display: inline-block;
	width: 100%;
}
.icon-panel ul.sub-list {
	float: left;
	width: 48%;
    padding-right: 40px;
    margin-left: 2%;
    color: #FFF;
    font-size: 1.8em;
    list-style: disc;
}
.icon-panel li {
	position: relative;
	width: 100%;
	margin-bottom: 13px;
}

/* .icon-panel li:hover:before {
	position: absolute;
	content: '';
	display: block;
	left: -20px;
	top: 6px;
	width: 9px;
	height: 9px;
	background-color: #FFF;
	border-radius: 100%;
	z-index: 1;
} */

.icon-panel li a {
	color: #FFF;
	font-size: 1em;
}


/* HOMEPAGE */

.main.main-home {
	padding: 0;
}

.home-slider-container {
	position: relative;
	width: 100%;
	height: 390px;
	background-color: #CCC;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
}
.home-slider-container .bx-wrapper, .home-slider-container .bx-viewport,
.home-slider, .home-slider-container .slide {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.home-slider-container .bx-viewport {
	height: 100% !important;
}
.home-slider-container .slide {
	width: 100% !important;
}
.home-slider {
	visibility: hidden;
}
.home-slider-container .slide-image {
	position: absolute;
	display: block;
	width: 100%;
	height: 280px;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.slide-caption {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 110px;
	background-color: #4D4D4D;
}
.slide-caption-wrapper {
	padding: 23px 20px 0 0;
}
.slide-caption-large {
	display: block;
	color: #FFF;
	font-size: 3.6em;
	font-weight: 700;
	text-transform: uppercase;
}
.slide-caption-small {
	display: block;
	color: #FFF;
	font-size: 2em;
}

.home-top {
	width: 100%;
	padding: 50px 0; /*85px 0;*/
	background-color: #FFF;
	overflow: hidden;
}
.home-top-left {
	float: left;
	width: 29%;
	border-right: 1px solid #333;
	padding-right: 50px;
}
.home-top-right {
	float: right;
	width: 71%;
	padding-left: 50px;
}
.home-top-left h2, .home-top-right h2 {
	margin-bottom: 40px;
	font-size: 3em;
	font-weight: 700;
	font-style: italic;
	text-transform: uppercase;
}
.home-top-left h2 {
	color: #4D4D4D;
}
.home-top-right h2 {
	color: #0C5E6E;
}

.home-news-entry {
	display: table;
	table-layout: fixed;
	width: 100%;
	margin-bottom: 16px;
}
.hn-left, .hn-right {
	display: table-cell;
	vertical-align: middle;
}
.hn-left {
	width: 86px;
}
.hn-date {
	display: table;
	table-layout: fixed;
	width: 64px;
	height: 64px;
	margin-right: 23px;
	background-color: #ADEBEB;
	text-align: center;
	border-radius: 100%;
}
.hn-date span {
	display: table-cell;
	color: #222;
	font-size: 1.8em;
	line-height: 1.1;
	vertical-align: middle;
}
.hn-title {
	color: #222;
	font-size: 1.5em;
}
.hn-more {
	display: inline-block;
	margin-top: 40px;
	color: #4D4D4D;
	font-size: 1.8em;
}

.home-blocks-large {
	float: left;
	width: 100%;
	margin-top: 25px;
	margin-bottom: 5px;
}
.home-block-large {
	position: relative;
	display: block;
	float: left;
	width: 32.66%;
	height: 111px;
}
.home-block-large-1, .home-block-large-2 {
	margin-right: 1%;
}
.home-block-large-1 {
	background: #FC9240 url('images/home-block-large-icon-1@2x.png') no-repeat 30px 25px;
	background-size: 47px 71px;
}
.home-block-large-2 {
	background: #59BDEB url('images/home-block-large-icon-2@2x.png') no-repeat 20px 38px;
	background-size: 79px 48px;
}
.home-block-large-3 {
	background: #33CCCC url('images/home-block-large-icon-3@2x.png') no-repeat 25px 30px;
	background-size: 75px 68px;
}
.hbl-text {
	position: absolute;
	right: 15px;
	top: -20px;
	display: table;
	table-layout: fixed;
	width: 101px;
	height: 101px;
	text-align: center;
	background-color: #FFF;
	border-radius: 100%;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}
.hbl-text h3 {
	display: table-cell;
	color: #0C5E6E;
	font-size: 1.6em;
	font-weight: 700;
	font-style: italic;
	text-transform: uppercase;
	vertical-align: middle;
}

.home-blocks-small {
	float: left;
	width: 100%;
}
.home-block-small {
	position: relative;
	display: block;
	float: left;
	width: 32.66%;
	/* height: 40px; */
	padding: 11px 10px 11px 25px;
	margin-bottom: 5px;
	color: #0C5E6E;
	background-color: #FFF;
	font-size: 1.45em;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}
.home-block-small:after {
	display: inline-block;
	padding-left: 5px;
	margin-top: -1px;
	content: '>';
}
.home-block-small:nth-child(3n+1), .home-block-small:nth-child(3n+2) {
	margin-right: 1%;
}

.home-bottom {
	clear: both;
	padding: 85px 0;
	background: #EFEFEF url('images/page-background@2x.jpg') no-repeat center center;
	background-size: cover;
}

.home-bottom-blocks {
	overflow: hidden;
}
.home-bottom-block {
	position: relative;
	float: left;
	display: block;
	width: 31.68%;
	height: 362px;
	background-color: #FFF;
}
.home-bottom-block-1, .home-bottom-block-2 {
	margin-right: 2.48%;
}
.hbb-top {
	position: relative;
	height: 188px;
	border-bottom: 6px solid #ADEBEB;
}
.hbb-image {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.hbb-bottom {
	padding: 0px 30px 30px 30px;
}
.hbb-cat {
	position: relative;
	display: table;
	table-layout: fixed;
	width: 94px;
	height: 94px;
	margin: -47px auto 0 auto;
	background-color: #ADEBEB;
	border-radius: 100%;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	z-index: 1;
}
.hbb-cat span {
	display: table-cell;
	color: #000;
	font-size: 1.7em;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
}
.hbb-title {
	display: block;
	margin-top: 23px;
	color: #0C5E6E;
	font-size: 1.8em;
	font-weight: 700;
	font-style: italic;
}
.hbb-more {
	position: absolute;
	display: inline-block;
	right: 30px;
	bottom: 30px;
	margin-top: 40px;
	color: #4D4D4D;
	font-size: 1.8em;
}

.hbb-content {
	padding: 40px 25px;
}
.hbb-heading {
	display: block;
	margin-bottom: 30px;
	color: #0C5E6E;
	font-size: 2.5em;
	font-weight: 700;
	font-style: italic;
	text-transform: uppercase;
}
.hbb-list {
	/*margin-bottom: 20px;*/
	overflow: hidden;
}
.hbb-list li {
	width: 50%;
	padding: 4px 8px 4px 27px;
	margin-bottom: 15px;
	float: left;
	color: #222;
	font-size: 1.4em;
	background: url('images/status-home-good@2x.png') no-repeat 0 2px;
	background-size: 21px auto;
}
.hbb-list li:nth-child(2n+1) {
	clear: both;
}
.hbb-text {
	color: #0C5E6E;
	font-size: 1.6em;
	font-style: italic;
}
.home .hbb-list li {
	position: relative;
	min-height: 24px;
	background-image: none;
}
.home .st-good {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.home .st-information {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.home .st-restored {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.home .st-maintenance {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}


/* SERVICE STATUS */
.norecord {
	font-size: 1.8em;
}
.news-calendar .currentcalendar span {
	display: none;
}
html.en_US .news-calendar .currentcalendar span.en {
	display: block;
}
html.zh_TW .news-calendar .currentcalendar span.tc {
	display: block;
}
html.zh_CN .news-calendar .currentcalendar span.sc {
	display: block;
}
.status-date-selector {
	overflow: hidden;
}
.sds-prev, .sds-next {
	float: left;
	width: 39px;
	height: 53px;
	border: 1px solid #999;
	color: #808080;
	background-color: #E6E6E6;
	font-size: 2em;
	line-height: 53px;
	text-align: center;
	cursor: pointer;
}
.sds-next {
	border-left: 0;
}
.sds-date {
	float: right;
	height: 53px;
	padding: 15px;
	border: 1px solid #999;
	color: #808080;
	background-color: #FFF;
	text-align: center;
}
.sds-date input {
	border: 1px solid #CCC;
	font-size: 1.6em;
}
.content-status {
	position: relative;
	clear: both;
	margin-top: -1px;
	padding: 50px 40px;
	z-index: 1;
}
.content-status h2 {
	float: left;
	padding-left: 20px;
	color: #0C5E6E;
	font-size: 3em;
	font-weight: 700;
	font-style: italic;
	text-transform: uppercase;
}
.status-keys {
	float: right;
	margin-top: 5px;
}
.status-key {
	display: inline-block;
	height: 30px;
	padding-top: 5px;
	padding-left: 35px;
	margin-left: 25px;
	/*margin-bottom: 30px;*/
	color: #222;
	font-size: 1.45em;
}
.status-key-good {
	background: url('images/status-good@2x.png') no-repeat left 8px;
	background-size: 13px 10px;
}
.status-key-restored {
	background: url('images/status-restored@2x.png') no-repeat left 1px;
	background-size: 24px 23px;
}
.status-key-information {
	background: url('images/status-information@2x.png') no-repeat left 1px;
	background-size: 24px 23px;
}
.status-key-maintenance {
	background: url('images/status-maintenance@2x.png') no-repeat left 1px;
	background-size: 23px 23px;
}

.status-table {
	clear: both;
	width: 100%;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
.st-group-children {
	display: none;
}
.st-row {
	display: table;
	width: 100%;
	table-layout: fixed;
	background-color: #FAFAFA;
}
.st-row.st-row-dates {
	background-color: #0C5E6E;
}
.st-group-main .st-row {
	cursor: pointer;
}
.st-group-children .st-row {
	background-color: #FFF;
}
.st-cell {
	display: table-cell;
	padding: 5px;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	vertical-align: middle;
}
.st-cell-text {
	width: 40.5%;
	padding: 10px 10px 10px 55px;
	color: #222;
	font-size: 1.6em;
	text-align: left;
}
.st-row-dates .st-cell-text {
	padding: 10px 10px 10px 30px;
	color: #FFF;
	font-size: 1.8em;
}
.st-cell-date {
	width: 8.5%;
	color: #FFF;
	font-size: 1.6em;
	text-align: center;
}
.st-cell-date-0 {
	/*color: #0c5e6e;
	background-color: #adebeb;*/
}
.st-cell-date.today {
	color: #0c5e6e;
	background-color: #adebeb;
}
.st-cell-icon {
	position: relative;
	width: 8.5%;
	text-align: center;
}	

.st-group.open {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
.st-group-main .st-cell-text {
	position: relative;
}
.st-group-main .st-cell-text:after {
	position: absolute;
	display: block;
	content: '\003E';
	left: 30px;
	top: 2px;
	color: #999;
	font-size: 1.7em;
	transition: transform 0.4s ease-in-out;
}
.st-group.open .st-group-main .st-cell-text:after {
	transform: rotate(90deg);	
	transition: transform 0.4s ease-in-out;
}

.st-good, .st-normal {
	display: inline-block;
	width: 13px;
	height: 10px;
	background: url('images/status-good@2x.png') no-repeat center center;
	background-size: contain;
	vertical-align: middle;
}
.st-restored {
	display: inline-block;
	width: 23px;
	height: 23px;
	background: url('images/status-restored@2x.png') no-repeat center center;
	background-size: contain;
	vertical-align: middle;
}
.st-information {
	display: inline-block;
	width: 23px;
	height: 23px;
	background: url('images/status-information@2x.png') no-repeat center center;
	background-size: contain;
	vertical-align: middle;
}
.st-maintenance {
	display: inline-block;
	width: 23px;
	height: 23px;
	background: url('images/status-maintenance@2x.png') no-repeat center center;
	background-size: contain;
	vertical-align: middle;;	
}
.tooltip {
	position: absolute;
	display: none;
	width: 300%;
	top: 100%;
	left: 50%;
	text-align: center;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
	transform: translateX(-50%);
	z-index: 1;
}
.tooltip:before {
  position: absolute;
  content: '';
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #0C5E6E transparent;
}
.st-cell-icon:hover .tooltip {
	display: block;
}
.tooltip-top {
	padding: 5px 10px;
	color: #FFF;
	background-color: #0C5E6E;
	font-size: 1.4em;
}
.tooltip-bottom {
	display: block;
	padding: 5px 10px;
	color: #222;
	background-color: #E6E6E6;
	font-size: 1.4em;
}
.tooltip-bottom p {
	font-size: 1em;
	text-align: center;
}
.details-table th {
	width: 20%;
	padding: 5px 10px;
	background-color: #EFEFEF;
	font-weight: 700;
}
.details-table td {
	width: 80%;
	padding: 5px 10px;
}
.table-heading-content {
	display: block;
	margin-bottom: 10px;
}

.search-result {
	margin-bottom: 50px;
}
h3.search-result-title {
	margin-bottom: 10px;
}
h3.search-result-title a {
	color: #0C5E6E;
}
h3.search-result-title a:hover {
	text-decoration: underline;
}
p.search-result-excerpt {
	margin-bottom: 7px;
}
p.search-result-link {
  color: #666;
  font-style: italic;
  font-size: 1.5em;
}