@charset "UTF-8";
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html { font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; }

body { margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; }

audio, canvas, progress, video { display: inline-block; vertical-align: baseline; }

audio:not([controls]) { display: none; height: 0; }

[hidden], template { display: none; }

a { background-color: transparent; }

a:active, a:hover { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

dfn { font-style: italic; }

h1 { font-size: 2em; margin: 0.67em 0; }

.page-content h1 {
	position: relative;
}

.print_container {
	position: absolute;
	top: 0;
	right: -1.35em;
	margin-left: none;
	font-size: 1.875rem;
}

@media screen and (max-width: 767px) { 
	.print_container {
		position: default;
		top: inherit;
		right: inherit;
		display: inline-block;
		margin-left: 0.3em;
		margin-top: -0.1em;
	}
	
	.page-content h1.first_title {
		display: inline;
	}
	
	.page-content div.first_title_wrapper {
		margin-bottom: 15px;
	}
	
}
mark { background: #ff0; color: #000; }

small { font-size: 80%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sup { top: -0.5em; }

sub { bottom: -0.25em; }

img { border: 0; }

svg:not(:root) { overflow: hidden; }

figure { margin: 1em 40px; }

hr { box-sizing: content-box; height: 0; }

pre { overflow: auto; }

code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; }

button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; }

button { overflow: visible; }

button, select { text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; }

button[disabled], html input[disabled] { cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

input { line-height: normal; }

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }

input[type="search"] { -webkit-appearance: textfield; box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }

legend { border: 0; padding: 0; }

textarea { overflow: auto; }

optgroup { font-weight: bold; }

table { border-collapse: collapse; border-spacing: 0; }

td, th { padding: 0; }

.cuhk_emblem {float:right; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print { *, *:before, *:after { background: transparent !important; color: #000 !important; box-shadow: none !important; text-shadow: none !important; }
  a, a:visited { text-decoration: underline; }
  a[href^="#"]:after, a[href^="javascript:"]:after { content: ""; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
  .navbar { display: none; }
  .btn > .caret, .dropup > .btn > .caret { border-top-color: #000 !important; }
  .label { border: 1px solid #000; }
  .table { border-collapse: collapse !important; }
  .table td, .table th { background-color: #fff !important; }
  .table-bordered th, .table-bordered td { border: 1px solid #ddd !important; } }
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

*:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

html { font-size: 10px; -webkit-tap-highlight-color: transparent; }

body { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; line-height: 1.42857; color: #333333; background-color: #fff; }

input, button, select, textarea { font-family: inherit; font-size: inherit; line-height: inherit; }

a { color: inherit; text-decoration: none; }
a:hover, a:focus { color: inherit; text-decoration: none; }

figure { margin: 0; }

img { vertical-align: middle; }

.img-responsive { display: block; max-width: 100%; height: auto; }

.img-rounded { border-radius: 6px; }

.img-thumbnail { padding: 4px; line-height: 1.42857; background-color: #fff; border: 1px solid #ddd; border-radius: 4px; -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; display: inline-block; max-width: 100%; height: auto; }

.img-circle { border-radius: 50%; }

hr { margin-top: 20px; margin-bottom: 20px; border: 0; border-top: 1px solid #eeeeee; }

.sr-only, #skip-start { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus { position: static; width: auto; height: auto; margin: 0; overflow: visible; clip: auto; }

[role="button"] { cursor: pointer; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: inherit; font-weight: 700; line-height: 1.1; color: inherit; }
h1 small, h1 .small, h2 small, h2 .small, h3 small, h3 .small, h4 small, h4 .small, h5 small, h5 .small, h6 small, h6 .small, .h1 small, .h1 .small, .h2 small, .h2 .small, .h3 small, .h3 .small, .h4 small, .h4 .small, .h5 small, .h5 .small, .h6 small, .h6 .small { font-weight: normal; line-height: 1; color: #777777; }

h1, .h1, h2, .h2, h3, .h3 { margin-top: 20px; margin-bottom: 10px; }
h1 small, h1 .small, .h1 small, .h1 .small, h2 small, h2 .small, .h2 small, .h2 .small, h3 small, h3 .small, .h3 small, .h3 .small { font-size: 65%; }

h4, .h4, h5, .h5, h6, .h6 { margin-top: 10px; margin-bottom: 10px; }
h4 small, h4 .small, .h4 small, .h4 .small, h5 small, h5 .small, .h5 small, .h5 .small, h6 small, h6 .small, .h6 small, .h6 .small { font-size: 75%; }

h1, .h1 { font-size: 36px; }

h2, .h2 { font-size: 30px; }

h3, .h3 { font-size: 24px; }

h4, .h4 { font-size: 18px; }

h5, .h5 { font-size: 14px; }

h6, .h6 { font-size: 12px; }

p { margin: 0 0 10px; }

.lead { margin-bottom: 20px; font-size: 16px; font-weight: 300; line-height: 1.4; }
@media (min-width: 768px) { .lead { font-size: 21px; } }

small, .small { font-size: 85%; }

mark, .mark { background-color: #fcf8e3; padding: .2em; }

.text-left { text-align: left; }

.text-right { text-align: right; }

.text-center { text-align: center; }

.text-justify { text-align: justify; }

.text-nowrap { white-space: nowrap; }

.text-lowercase { text-transform: lowercase; }

.text-uppercase, .initialism { text-transform: uppercase; }

.text-capitalize { text-transform: capitalize; }

.text-muted { color: #777777; }

.text-primary { color: #337ab7; }

a.text-primary:hover, a.text-primary:focus { color: #286090; }

.text-success { color: #3c763d; }

a.text-success:hover, a.text-success:focus { color: #2b542c; }

.text-info { color: #31708f; }

a.text-info:hover, a.text-info:focus { color: #245269; }

.text-warning { color: #8a6d3b; }

a.text-warning:hover, a.text-warning:focus { color: #66512c; }

.text-danger { color: #a94442; }

a.text-danger:hover, a.text-danger:focus { color: #843534; }

.bg-primary { color: #fff; }

.bg-primary { background-color: #337ab7; }

a.bg-primary:hover, a.bg-primary:focus { background-color: #286090; }

.bg-success { background-color: #dff0d8; }

a.bg-success:hover, a.bg-success:focus { background-color: #c1e2b3; }

.bg-info { background-color: #d9edf7; }

a.bg-info:hover, a.bg-info:focus { background-color: #afd9ee; }

.bg-warning { background-color: #fcf8e3; }

a.bg-warning:hover, a.bg-warning:focus { background-color: #f7ecb5; }

.bg-danger { background-color: #f2dede; }

a.bg-danger:hover, a.bg-danger:focus { background-color: #e4b9b9; }

.page-header { padding-bottom: 9px; margin: 40px 0 20px; border-bottom: 1px solid #eeeeee; }

ul, ol { margin-top: 0; margin-bottom: 10px; }
ul ul, ul ol, ol ul, ol ol { margin-bottom: 0; }

.list-unstyled { padding-left: 0; list-style: none; }

.list-inline { padding-left: 0; list-style: none; margin-left: -5px; }
.list-inline > li { display: inline-block; padding-left: 5px; padding-right: 5px; }

dl { margin-top: 0; margin-bottom: 20px; }

dt, dd { line-height: 1.42857; }

dt { font-weight: bold; }

dd { margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after { content: " "; display: table; }
.dl-horizontal dd:after { clear: both; }
@media (min-width: 768px) { .dl-horizontal dt { float: left; width: 160px; clear: left; text-align: right; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .dl-horizontal dd { margin-left: 180px; } }

abbr[title], abbr[data-original-title] { cursor: help; border-bottom: 1px dotted #777777; }

.initialism { font-size: 90%; }

blockquote { padding: 10px 20px; margin: 0 0 20px; font-size: 17.5px; border-left: 5px solid #eeeeee; }
blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child { margin-bottom: 0; }
blockquote footer, blockquote small, blockquote .small { display: block; font-size: 80%; line-height: 1.42857; color: #777777; }
blockquote footer:before, blockquote small:before, blockquote .small:before { content: '\2014 \00A0'; }

.blockquote-reverse, blockquote.pull-right { padding-right: 15px; padding-left: 0; border-right: 5px solid #eeeeee; border-left: 0; text-align: right; }
.blockquote-reverse footer:before, .blockquote-reverse small:before, .blockquote-reverse .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before, blockquote.pull-right .small:before { content: ''; }
.blockquote-reverse footer:after, .blockquote-reverse small:after, .blockquote-reverse .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after, blockquote.pull-right .small:after { content: '\00A0 \2014'; }

address { margin-bottom: 20px; font-style: normal; line-height: 1.42857; }

.container { margin-right: auto; margin-left: auto; padding-left: 15px; padding-right: 15px; }
.container:before, .container:after { content: " "; display: table; }
.container:after { clear: both; }

.container-fluid { margin-right: auto; margin-left: auto; padding-left: 15px; padding-right: 15px; }
.container-fluid:before, .container-fluid:after { content: " "; display: table; }
.container-fluid:after { clear: both; }

.row { margin-left: -15px; margin-right: -15px; }
.row:before, .row:after { content: " "; display: table; }
.row:after { clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { float: left; }

.col-xs-1 { width: 8.33333%; }

.col-xs-2 { width: 16.66667%; }

.col-xs-3 { width: 25%; }

.col-xs-4 { width: 33.33333%; }

.col-xs-5 { width: 41.66667%; }

.col-xs-6 { width: 50%; }

.col-xs-7 { width: 58.33333%; }

.col-xs-8 { width: 66.66667%; }

.col-xs-9 { width: 75%; }

.col-xs-10 { width: 83.33333%; }

.col-xs-11 { width: 91.66667%; }

.col-xs-12 { width: 100%; }

.col-xs-pull-0 { right: auto; }

.col-xs-pull-1 { right: 8.33333%; }

.col-xs-pull-2 { right: 16.66667%; }

.col-xs-pull-3 { right: 25%; }

.col-xs-pull-4 { right: 33.33333%; }

.col-xs-pull-5 { right: 41.66667%; }

.col-xs-pull-6 { right: 50%; }

.col-xs-pull-7 { right: 58.33333%; }

.col-xs-pull-8 { right: 66.66667%; }

.col-xs-pull-9 { right: 75%; }

.col-xs-pull-10 { right: 83.33333%; }

.col-xs-pull-11 { right: 91.66667%; }

.col-xs-pull-12 { right: 100%; }

.col-xs-push-0 { left: auto; }

.col-xs-push-1 { left: 8.33333%; }

.col-xs-push-2 { left: 16.66667%; }

.col-xs-push-3 { left: 25%; }

.col-xs-push-4 { left: 33.33333%; }

.col-xs-push-5 { left: 41.66667%; }

.col-xs-push-6 { left: 50%; }

.col-xs-push-7 { left: 58.33333%; }

.col-xs-push-8 { left: 66.66667%; }

.col-xs-push-9 { left: 75%; }

.col-xs-push-10 { left: 83.33333%; }

.col-xs-push-11 { left: 91.66667%; }

.col-xs-push-12 { left: 100%; }

.col-xs-offset-0 { margin-left: 0%; }

.col-xs-offset-1 { margin-left: 8.33333%; }

.col-xs-offset-2 { margin-left: 16.66667%; }

.col-xs-offset-3 { margin-left: 25%; }

.col-xs-offset-4 { margin-left: 33.33333%; }

.col-xs-offset-5 { margin-left: 41.66667%; }

.col-xs-offset-6 { margin-left: 50%; }

.col-xs-offset-7 { margin-left: 58.33333%; }

.col-xs-offset-8 { margin-left: 66.66667%; }

.col-xs-offset-9 { margin-left: 75%; }

.col-xs-offset-10 { margin-left: 83.33333%; }

.col-xs-offset-11 { margin-left: 91.66667%; }

.col-xs-offset-12 { margin-left: 100%; }

@media screen and (min-width: 768px) { .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { float: left; }
  .col-sm-1 { width: 8.33333%; }
  .col-sm-2 { width: 16.66667%; }
  .col-sm-3 { width: 25%; }
  .col-sm-4 { width: 33.33333%; }
  .col-sm-5 { width: 41.66667%; }
  .col-sm-6 { width: 50%; }
  .col-sm-7 { width: 58.33333%; }
  .col-sm-8 { width: 66.66667%; }
  .col-sm-9 { width: 75%; }
  .col-sm-10 { width: 83.33333%; }
  .col-sm-11 { width: 91.66667%; }
  .col-sm-12 { width: 100%; }
  .col-sm-pull-0 { right: auto; }
  .col-sm-pull-1 { right: 8.33333%; }
  .col-sm-pull-2 { right: 16.66667%; }
  .col-sm-pull-3 { right: 25%; }
  .col-sm-pull-4 { right: 33.33333%; }
  .col-sm-pull-5 { right: 41.66667%; }
  .col-sm-pull-6 { right: 50%; }
  .col-sm-pull-7 { right: 58.33333%; }
  .col-sm-pull-8 { right: 66.66667%; }
  .col-sm-pull-9 { right: 75%; }
  .col-sm-pull-10 { right: 83.33333%; }
  .col-sm-pull-11 { right: 91.66667%; }
  .col-sm-pull-12 { right: 100%; }
  .col-sm-push-0 { left: auto; }
  .col-sm-push-1 { left: 8.33333%; }
  .col-sm-push-2 { left: 16.66667%; }
  .col-sm-push-3 { left: 25%; }
  .col-sm-push-4 { left: 33.33333%; }
  .col-sm-push-5 { left: 41.66667%; }
  .col-sm-push-6 { left: 50%; }
  .col-sm-push-7 { left: 58.33333%; }
  .col-sm-push-8 { left: 66.66667%; }
  .col-sm-push-9 { left: 75%; }
  .col-sm-push-10 { left: 83.33333%; }
  .col-sm-push-11 { left: 91.66667%; }
  .col-sm-push-12 { left: 100%; }
  .col-sm-offset-0 { margin-left: 0%; }
  .col-sm-offset-1 { margin-left: 8.33333%; }
  .col-sm-offset-2 { margin-left: 16.66667%; }
  .col-sm-offset-3 { margin-left: 25%; }
  .col-sm-offset-4 { margin-left: 33.33333%; }
  .col-sm-offset-5 { margin-left: 41.66667%; }
  .col-sm-offset-6 { margin-left: 50%; }
  .col-sm-offset-7 { margin-left: 58.33333%; }
  .col-sm-offset-8 { margin-left: 66.66667%; }
  .col-sm-offset-9 { margin-left: 75%; }
  .col-sm-offset-10 { margin-left: 83.33333%; }
  .col-sm-offset-11 { margin-left: 91.66667%; }
  .col-sm-offset-12 { margin-left: 100%; } }
@media screen and (min-width: 840px) { .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 { float: left; }
  .col-md-1 { width: 8.33333%; }
  .col-md-2 { width: 16.66667%; }
  .col-md-3 { width: 25%; }
  .col-md-4 { width: 33.33333%; }
  .col-md-5 { width: 41.66667%; }
  .col-md-6 { width: 50%; }
  .col-md-7 { width: 58.33333%; }
  .col-md-8 { width: 66.66667%; }
  .col-md-9 { width: 75%; }
  .col-md-10 { width: 83.33333%; }
  .col-md-11 { width: 91.66667%; }
  .col-md-12 { width: 100%; }
  .col-md-pull-0 { right: auto; }
  .col-md-pull-1 { right: 8.33333%; }
  .col-md-pull-2 { right: 16.66667%; }
  .col-md-pull-3 { right: 25%; }
  .col-md-pull-4 { right: 33.33333%; }
  .col-md-pull-5 { right: 41.66667%; }
  .col-md-pull-6 { right: 50%; }
  .col-md-pull-7 { right: 58.33333%; }
  .col-md-pull-8 { right: 66.66667%; }
  .col-md-pull-9 { right: 75%; }
  .col-md-pull-10 { right: 83.33333%; }
  .col-md-pull-11 { right: 91.66667%; }
  .col-md-pull-12 { right: 100%; }
  .col-md-push-0 { left: auto; }
  .col-md-push-1 { left: 8.33333%; }
  .col-md-push-2 { left: 16.66667%; }
  .col-md-push-3 { left: 25%; }
  .col-md-push-4 { left: 33.33333%; }
  .col-md-push-5 { left: 41.66667%; }
  .col-md-push-6 { left: 50%; }
  .col-md-push-7 { left: 58.33333%; }
  .col-md-push-8 { left: 66.66667%; }
  .col-md-push-9 { left: 75%; }
  .col-md-push-10 { left: 83.33333%; }
  .col-md-push-11 { left: 91.66667%; }
  .col-md-push-12 { left: 100%; }
  .col-md-offset-0 { margin-left: 0%; }
  .col-md-offset-1 { margin-left: 8.33333%; }
  .col-md-offset-2 { margin-left: 16.66667%; }
  .col-md-offset-3 { margin-left: 25%; }
  .col-md-offset-4 { margin-left: 33.33333%; }
  .col-md-offset-5 { margin-left: 41.66667%; }
  .col-md-offset-6 { margin-left: 50%; }
  .col-md-offset-7 { margin-left: 58.33333%; }
  .col-md-offset-8 { margin-left: 66.66667%; }
  .col-md-offset-9 { margin-left: 75%; }
  .col-md-offset-10 { margin-left: 83.33333%; }
  .col-md-offset-11 { margin-left: 91.66667%; }
  .col-md-offset-12 { margin-left: 100%; } }
@media screen and (min-width: 1200px) { .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { float: left; }
  .col-lg-1 { width: 8.33333%; }
  .col-lg-2 { width: 16.66667%; }
  .col-lg-3 { width: 25%; }
  .col-lg-4 { width: 33.33333%; }
  .col-lg-5 { width: 41.66667%; }
  .col-lg-6 { width: 50%; }
  .col-lg-7 { width: 58.33333%; }
  .col-lg-8 { width: 66.66667%; }
  .col-lg-9 { width: 75%; }
  .col-lg-10 { width: 83.33333%; }
  .col-lg-11 { width: 91.66667%; }
  .col-lg-12 { width: 100%; }
  .col-lg-pull-0 { right: auto; }
  .col-lg-pull-1 { right: 8.33333%; }
  .col-lg-pull-2 { right: 16.66667%; }
  .col-lg-pull-3 { right: 25%; }
  .col-lg-pull-4 { right: 33.33333%; }
  .col-lg-pull-5 { right: 41.66667%; }
  .col-lg-pull-6 { right: 50%; }
  .col-lg-pull-7 { right: 58.33333%; }
  .col-lg-pull-8 { right: 66.66667%; }
  .col-lg-pull-9 { right: 75%; }
  .col-lg-pull-10 { right: 83.33333%; }
  .col-lg-pull-11 { right: 91.66667%; }
  .col-lg-pull-12 { right: 100%; }
  .col-lg-push-0 { left: auto; }
  .col-lg-push-1 { left: 8.33333%; }
  .col-lg-push-2 { left: 16.66667%; }
  .col-lg-push-3 { left: 25%; }
  .col-lg-push-4 { left: 33.33333%; }
  .col-lg-push-5 { left: 41.66667%; }
  .col-lg-push-6 { left: 50%; }
  .col-lg-push-7 { left: 58.33333%; }
  .col-lg-push-8 { left: 66.66667%; }
  .col-lg-push-9 { left: 75%; }
  .col-lg-push-10 { left: 83.33333%; }
  .col-lg-push-11 { left: 91.66667%; }
  .col-lg-push-12 { left: 100%; }
  .col-lg-offset-0 { margin-left: 0%; }
  .col-lg-offset-1 { margin-left: 8.33333%; }
  .col-lg-offset-2 { margin-left: 16.66667%; }
  .col-lg-offset-3 { margin-left: 25%; }
  .col-lg-offset-4 { margin-left: 33.33333%; }
  .col-lg-offset-5 { margin-left: 41.66667%; }
  .col-lg-offset-6 { margin-left: 50%; }
  .col-lg-offset-7 { margin-left: 58.33333%; }
  .col-lg-offset-8 { margin-left: 66.66667%; }
  .col-lg-offset-9 { margin-left: 75%; }
  .col-lg-offset-10 { margin-left: 83.33333%; }
  .col-lg-offset-11 { margin-left: 91.66667%; }
  .col-lg-offset-12 { margin-left: 100%; } }
table { background-color: transparent; }

caption { padding-top: 8px; padding-bottom: 8px; color: #777777; text-align: left; }

th { text-align: left; }

.table { width: 100%; max-width: 100%; margin-bottom: 20px; }
.table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td { padding: 8px; line-height: 1.42857; vertical-align: top; border-top: 1px solid #ddd; }
.table > thead > tr > th { vertical-align: bottom; border-bottom: 2px solid #ddd; }
.table > caption + thead > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > th, .table > thead:first-child > tr:first-child > td { border-top: 0; }
.table > tbody + tbody { border-top: 2px solid #ddd; }
.table .table { background-color: #fff; }

.table-condensed > thead > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > tfoot > tr > td { padding: 5px; }

.table-bordered { border: 1px solid #ddd; }
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > td { border: 1px solid #ddd; }
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td { border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) { background-color: #f9f9f9; }

.table-hover > tbody > tr:hover { background-color: #f5f5f5; }

table col[class*="col-"] { position: static; float: none; display: table-column; }

table td[class*="col-"], table th[class*="col-"] { position: static; float: none; display: table-cell; }

.table > thead > tr > td.active, .table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th { background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th { background-color: #e8e8e8; }

.table > thead > tr > td.success, .table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th { background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th { background-color: #d0e9c6; }

.table > thead > tr > td.info, .table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th { background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th { background-color: #c4e3f3; }

.table > thead > tr > td.warning, .table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th { background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th { background-color: #faf2cc; }

.table > thead > tr > td.danger, .table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th { background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th { background-color: #ebcccc; }

.table-responsive { overflow-x: auto; min-height: 0.01%; }
@media screen and (max-width: 767px) { .table-responsive { width: 100%; margin-bottom: 15px; overflow-y: hidden; -ms-overflow-style: -ms-autohiding-scrollbar; border: 1px solid #ddd; }
  .table-responsive > .table { margin-bottom: 0; }
  .table-responsive > .table > thead > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > tfoot > tr > td { white-space: nowrap; }
  .table-responsive > .table-bordered { border: 0; }
  .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-left: 0; }
  .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-right: 0; }
  .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td { border-bottom: 0; } }

fieldset { padding: 0; margin: 0; border: 0; min-width: 0; }

legend { display: block; width: 100%; padding: 0; margin-bottom: 20px; font-size: 21px; line-height: inherit; color: #333333; border: 0; border-bottom: 1px solid #e5e5e5; }

label { display: inline-block; max-width: 100%; margin-bottom: 5px; font-weight: bold; }

input[type="search"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

input[type="radio"], input[type="checkbox"] { margin: 4px 0 0; margin-top: 1px \9; line-height: normal; }

input[type="file"] { display: block; }

input[type="range"] { display: block; width: 100%; }

select[multiple], select[size] { height: auto; }

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }

output { display: block; padding-top: 7px; font-size: 14px; line-height: 1.42857; color: #555555; }

.form-control { display: block; width: 100%; height: 34px; padding: 6px 12px; font-size: 14px; line-height: 1.42857; color: #555555; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
.form-control:focus { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
.form-control::-moz-placeholder { color: #999; opacity: 1; }
.form-control:-ms-input-placeholder { color: #999; }
.form-control::-webkit-input-placeholder { color: #999; }
.form-control::-ms-expand { border: 0; background-color: transparent; }
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { background-color: #eeeeee; opacity: 1; }
.form-control[disabled], fieldset[disabled] .form-control { cursor: not-allowed; }

textarea.form-control { height: auto; }

input[type="search"] { -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) { input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control { line-height: 34px; }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control, .input-group-sm > input[type="date"].input-group-addon, .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"], input[type="time"].input-sm, .input-group-sm > input[type="time"].form-control, .input-group-sm > input[type="time"].input-group-addon, .input-group-sm > .input-group-btn > input[type="time"].btn, .input-group-sm input[type="time"], input[type="datetime-local"].input-sm, .input-group-sm > input[type="datetime-local"].form-control, .input-group-sm > input[type="datetime-local"].input-group-addon, .input-group-sm > .input-group-btn > input[type="datetime-local"].btn, .input-group-sm input[type="datetime-local"], input[type="month"].input-sm, .input-group-sm > input[type="month"].form-control, .input-group-sm > input[type="month"].input-group-addon, .input-group-sm > .input-group-btn > input[type="month"].btn, .input-group-sm input[type="month"] { line-height: 30px; }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control, .input-group-lg > input[type="date"].input-group-addon, .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"], input[type="time"].input-lg, .input-group-lg > input[type="time"].form-control, .input-group-lg > input[type="time"].input-group-addon, .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg input[type="time"], input[type="datetime-local"].input-lg, .input-group-lg > input[type="datetime-local"].form-control, .input-group-lg > input[type="datetime-local"].input-group-addon, .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg input[type="datetime-local"], input[type="month"].input-lg, .input-group-lg > input[type="month"].form-control, .input-group-lg > input[type="month"].input-group-addon, .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg input[type="month"] { line-height: 46px; } }
.form-group { margin-bottom: 15px; }

.radio, .checkbox { position: relative; display: block; margin-top: 10px; margin-bottom: 10px; }
.radio label, .checkbox label { min-height: 20px; padding-left: 20px; margin-bottom: 0; font-weight: normal; cursor: pointer; }

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] { position: absolute; margin-left: -20px; margin-top: 4px \9; }

.radio + .radio, .checkbox + .checkbox { margin-top: -5px; }

.radio-inline, .checkbox-inline { position: relative; display: inline-block; padding-left: 20px; margin-bottom: 0; vertical-align: middle; font-weight: normal; cursor: pointer; }

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline { margin-top: 0; margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"], input[type="checkbox"][disabled], input[type="checkbox"].disabled, fieldset[disabled] input[type="checkbox"] { cursor: not-allowed; }

.radio-inline.disabled, fieldset[disabled] .radio-inline, .checkbox-inline.disabled, fieldset[disabled] .checkbox-inline { cursor: not-allowed; }

.radio.disabled label, fieldset[disabled] .radio label, .checkbox.disabled label, fieldset[disabled] .checkbox label { cursor: not-allowed; }

.form-control-static { padding-top: 7px; padding-bottom: 7px; margin-bottom: 0; min-height: 34px; }
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control, .input-group-lg > .form-control-static.input-group-addon, .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control, .input-group-sm > .form-control-static.input-group-addon, .input-group-sm > .input-group-btn > .form-control-static.btn { padding-left: 0; padding-right: 0; }

.input-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control, .input-group-sm > select.input-group-addon, .input-group-sm > .input-group-btn > select.btn { height: 30px; line-height: 30px; }

textarea.input-sm, .input-group-sm > textarea.form-control, .input-group-sm > textarea.input-group-addon, .input-group-sm > .input-group-btn > textarea.btn, select[multiple].input-sm, .input-group-sm > select[multiple].form-control, .input-group-sm > select[multiple].input-group-addon, .input-group-sm > .input-group-btn > select[multiple].btn { height: auto; }

.form-group-sm .form-control { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; }
.form-group-sm select.form-control { height: 30px; line-height: 30px; }
.form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control { height: auto; }
.form-group-sm .form-control-static { height: 30px; min-height: 32px; padding: 6px 10px; font-size: 12px; line-height: 1.5; }

.input-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn { height: 46px; padding: 10px 16px; font-size: 18px; line-height: 1.33333; border-radius: 6px; }

select.input-lg, .input-group-lg > select.form-control, .input-group-lg > select.input-group-addon, .input-group-lg > .input-group-btn > select.btn { height: 46px; line-height: 46px; }

textarea.input-lg, .input-group-lg > textarea.form-control, .input-group-lg > textarea.input-group-addon, .input-group-lg > .input-group-btn > textarea.btn, select[multiple].input-lg, .input-group-lg > select[multiple].form-control, .input-group-lg > select[multiple].input-group-addon, .input-group-lg > .input-group-btn > select[multiple].btn { height: auto; }

.form-group-lg .form-control { height: 46px; padding: 10px 16px; font-size: 18px; line-height: 1.33333; border-radius: 6px; }
.form-group-lg select.form-control { height: 46px; line-height: 46px; }
.form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control { height: auto; }
.form-group-lg .form-control-static { height: 46px; min-height: 38px; padding: 11px 16px; font-size: 18px; line-height: 1.33333; }

.has-feedback { position: relative; }
.has-feedback .form-control { padding-right: 42.5px; }

.form-control-feedback { position: absolute; top: 0; right: 0; z-index: 2; display: block; width: 34px; height: 34px; line-height: 34px; text-align: center; pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback, .input-group-lg + .form-control-feedback, .form-group-lg .form-control + .form-control-feedback { width: 46px; height: 46px; line-height: 46px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback, .input-group-sm + .form-control-feedback, .form-group-sm .form-control + .form-control-feedback { width: 30px; height: 30px; line-height: 30px; }

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label { color: #3c763d; }
.has-success .form-control { border-color: #3c763d; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
.has-success .form-control:focus { border-color: #2b542c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }
.has-success .input-group-addon { color: #3c763d; border-color: #3c763d; background-color: #dff0d8; }
.has-success .form-control-feedback { color: #3c763d; }

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label { color: #8a6d3b; }
.has-warning .form-control { border-color: #8a6d3b; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
.has-warning .form-control:focus { border-color: #66512c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }
.has-warning .input-group-addon { color: #8a6d3b; border-color: #8a6d3b; background-color: #fcf8e3; }
.has-warning .form-control-feedback { color: #8a6d3b; }

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label { color: #a94442; }
.has-error .form-control { border-color: #a94442; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
.has-error .form-control:focus { border-color: #843534; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }
.has-error .input-group-addon { color: #a94442; border-color: #a94442; background-color: #f2dede; }
.has-error .form-control-feedback { color: #a94442; }

.has-feedback label ~ .form-control-feedback { top: 25px; }
.has-feedback label.sr-only ~ .form-control-feedback, .has-feedback label#skip-start ~ .form-control-feedback { top: 0; }

.help-block { display: block; margin-top: 5px; margin-bottom: 10px; color: #545454; }

@media screen and (min-width: 768px) { .form-inline .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle; }
  .form-inline .form-control { display: inline-block; width: auto; vertical-align: middle; }
  .form-inline .form-control-static { display: inline-block; }
  .form-inline .input-group { display: inline-table; vertical-align: middle; }
  .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control { width: auto; }
  .form-inline .input-group > .form-control { width: 100%; }
  .form-inline .control-label { margin-bottom: 0; vertical-align: middle; }
  .form-inline .radio, .form-inline .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle; }
  .form-inline .radio label, .form-inline .checkbox label { padding-left: 0; }
  .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] { position: relative; margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback { top: 0; } }

.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline { margin-top: 0; margin-bottom: 0; padding-top: 7px; }
.form-horizontal .radio, .form-horizontal .checkbox { min-height: 27px; }
.form-horizontal .form-group { margin-left: -15px; margin-right: -15px; }
.form-horizontal .form-group:before, .form-horizontal .form-group:after { content: " "; display: table; }
.form-horizontal .form-group:after { clear: both; }
@media screen and (min-width: 768px) { .form-horizontal .control-label { text-align: right; margin-bottom: 0; padding-top: 7px; } }
.form-horizontal .has-feedback .form-control-feedback { right: 15px; }
@media screen and (min-width: 768px) { .form-horizontal .form-group-lg .control-label { padding-top: 11px; font-size: 18px; } }
@media screen and (min-width: 768px) { .form-horizontal .form-group-sm .control-label { padding-top: 6px; font-size: 12px; } }

.btn { display: inline-block; margin-bottom: 0; font-weight: normal; text-align: center; vertical-align: middle; touch-action: manipulation; cursor: pointer; background-image: none; border: 1px solid transparent; white-space: nowrap; padding: 6px 12px; font-size: 14px; line-height: 1.42857; border-radius: 4px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.btn:hover, .btn:focus, .btn.focus { color: #333; text-decoration: none; }
.btn:active, .btn.active { outline: 0; background-image: none; -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
.btn.disabled, .btn[disabled], fieldset[disabled] .btn { cursor: not-allowed; opacity: 0.65; filter: alpha(opacity=65); -webkit-box-shadow: none; box-shadow: none; }

a.btn.disabled, fieldset[disabled] a.btn { pointer-events: none; }

.btn-default { color: #333; background-color: #fff; border-color: #ccc; }
.btn-default:focus, .btn-default.focus { color: #333; background-color: #e6e6e6; border-color: #8c8c8c; }
.btn-default:hover { color: #333; background-color: #e6e6e6; border-color: #adadad; }
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle { color: #333; background-color: #e6e6e6; border-color: #adadad; }
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus { color: #333; background-color: #d4d4d4; border-color: #8c8c8c; }
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle { background-image: none; }
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus { background-color: #fff; border-color: #ccc; }
.btn-default .badge { color: #fff; background-color: #333; }

.btn-primary { color: #fff; background-color: #337ab7; border-color: #2e6da4; }
.btn-primary:focus, .btn-primary.focus { color: #fff; background-color: #286090; border-color: #122b40; }
.btn-primary:hover { color: #fff; background-color: #286090; border-color: #204d74; }
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle { color: #fff; background-color: #286090; border-color: #204d74; }
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus { color: #fff; background-color: #204d74; border-color: #122b40; }
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle { background-image: none; }
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus { background-color: #337ab7; border-color: #2e6da4; }
.btn-primary .badge { color: #337ab7; background-color: #fff; }

.btn-success { color: #fff; background-color: #5cb85c; border-color: #4cae4c; }
.btn-success:focus, .btn-success.focus { color: #fff; background-color: #449d44; border-color: #255625; }
.btn-success:hover { color: #fff; background-color: #449d44; border-color: #398439; }
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle { color: #fff; background-color: #449d44; border-color: #398439; }
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus { color: #fff; background-color: #398439; border-color: #255625; }
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle { background-image: none; }
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus { background-color: #5cb85c; border-color: #4cae4c; }
.btn-success .badge { color: #5cb85c; background-color: #fff; }

.btn-info { color: #fff; background-color: #5bc0de; border-color: #46b8da; }
.btn-info:focus, .btn-info.focus { color: #fff; background-color: #31b0d5; border-color: #1b6d85; }
.btn-info:hover { color: #fff; background-color: #31b0d5; border-color: #269abc; }
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle { color: #fff; background-color: #31b0d5; border-color: #269abc; }
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus { color: #fff; background-color: #269abc; border-color: #1b6d85; }
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle { background-image: none; }
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus { background-color: #5bc0de; border-color: #46b8da; }
.btn-info .badge { color: #5bc0de; background-color: #fff; }

.btn-warning { color: #fff; background-color: #f0ad4e; border-color: #eea236; }
.btn-warning:focus, .btn-warning.focus { color: #fff; background-color: #ec971f; border-color: #985f0d; }
.btn-warning:hover { color: #fff; background-color: #ec971f; border-color: #d58512; }
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle { color: #fff; background-color: #ec971f; border-color: #d58512; }
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus { color: #fff; background-color: #d58512; border-color: #985f0d; }
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle { background-image: none; }
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus { background-color: #f0ad4e; border-color: #eea236; }
.btn-warning .badge { color: #f0ad4e; background-color: #fff; }

.btn-danger { color: #fff; background-color: #d9534f; border-color: #d43f3a; }
.btn-danger:focus, .btn-danger.focus { color: #fff; background-color: #c9302c; border-color: #761c19; }
.btn-danger:hover { color: #fff; background-color: #c9302c; border-color: #ac2925; }
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle { color: #fff; background-color: #c9302c; border-color: #ac2925; }
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus { color: #fff; background-color: #ac2925; border-color: #761c19; }
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle { background-image: none; }
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus { background-color: #d9534f; border-color: #d43f3a; }
.btn-danger .badge { color: #d9534f; background-color: #fff; }

.btn-link { color: inherit; font-weight: normal; border-radius: 0; }
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link { background-color: transparent; -webkit-box-shadow: none; box-shadow: none; }
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active { border-color: transparent; }
.btn-link:hover, .btn-link:focus { color: inherit; text-decoration: none; background-color: transparent; }
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus { color: #777777; text-decoration: none; }

.btn-lg, .btn-group-lg > .btn { padding: 10px 16px; font-size: 18px; line-height: 1.33333; border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn { padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn { padding: 1px 5px; font-size: 12px; line-height: 1.5; border-radius: 3px; }

.btn-block { display: block; width: 100%; }

.btn-block + .btn-block { margin-top: 5px; }

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block { width: 100%; }

.btn-group, .btn-group-vertical { position: relative; display: inline-block; vertical-align: middle; }
.btn-group > .btn, .btn-group-vertical > .btn { position: relative; float: left; }
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn:hover, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active { z-index: 2; }

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group { margin-left: -1px; }

.btn-toolbar { margin-left: -5px; }
.btn-toolbar:before, .btn-toolbar:after { content: " "; display: table; }
.btn-toolbar:after { clear: both; }
.btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group { float: left; }
.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group { margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { border-radius: 0; }

.btn-group > .btn:first-child { margin-left: 0; }
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) { border-bottom-right-radius: 0; border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) { border-bottom-left-radius: 0; border-top-left-radius: 0; }

.btn-group > .btn-group { float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle { border-bottom-right-radius: 0; border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child { border-bottom-left-radius: 0; border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle { outline: 0; }

.btn-group > .btn + .dropdown-toggle { padding-left: 8px; padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle { padding-left: 12px; padding-right: 12px; }

.btn-group.open .dropdown-toggle { -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
.btn-group.open .dropdown-toggle.btn-link { -webkit-box-shadow: none; box-shadow: none; }

.btn .caret { margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret { border-width: 5px 5px 0; border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret { border-width: 0 5px 5px; }

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn { display: block; float: none; width: 100%; max-width: 100%; }
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after { content: " "; display: table; }
.btn-group-vertical > .btn-group:after { clear: both; }
.btn-group-vertical > .btn-group > .btn { float: none; }
.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group { margin-top: -1px; margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) { border-radius: 0; }
.btn-group-vertical > .btn:first-child:not(:last-child) { border-top-right-radius: 4px; border-top-left-radius: 4px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; }
.btn-group-vertical > .btn:last-child:not(:first-child) { border-top-right-radius: 0; border-top-left-radius: 0; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle { border-bottom-right-radius: 0; border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child { border-top-right-radius: 0; border-top-left-radius: 0; }

.btn-group-justified { display: table; width: 100%; table-layout: fixed; border-collapse: separate; }
.btn-group-justified > .btn, .btn-group-justified > .btn-group { float: none; display: table-cell; width: 1%; }
.btn-group-justified > .btn-group .btn { width: 100%; }
.btn-group-justified > .btn-group .dropdown-menu { left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .btn input[type="checkbox"], [data-toggle="buttons"] > .btn-group > .btn input[type="radio"], [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] { position: absolute; clip: rect(0, 0, 0, 0); pointer-events: none; }

.input-group { position: relative; display: table; border-collapse: separate; }
.input-group[class*="col-"] { float: none; padding-left: 0; padding-right: 0; }
.input-group .form-control { position: relative; z-index: 2; float: left; width: 100%; margin-bottom: 0; }
.input-group .form-control:focus { z-index: 3; }

.input-group-addon, .input-group-btn, .input-group .form-control { display: table-cell; }
.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) { border-radius: 0; }

.input-group-addon, .input-group-btn { width: 1%; white-space: nowrap; vertical-align: middle; }

.input-group-addon { padding: 6px 12px; font-size: 14px; font-weight: normal; line-height: 1; color: #555555; text-align: center; background-color: #eeeeee; border: 1px solid #ccc; border-radius: 4px; }
.input-group-addon.input-sm, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .input-group-addon.btn { padding: 5px 10px; font-size: 12px; border-radius: 3px; }
.input-group-addon.input-lg, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .input-group-addon.btn { padding: 10px 16px; font-size: 18px; border-radius: 6px; }
.input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] { margin-top: 0; }

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn { border-bottom-right-radius: 0; border-top-right-radius: 0; }

.input-group-addon:first-child { border-right: 0; }

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn { border-bottom-left-radius: 0; border-top-left-radius: 0; }

.input-group-addon:last-child { border-left: 0; }

.input-group-btn { position: relative; font-size: 0; white-space: nowrap; }
.input-group-btn > .btn { position: relative; }
.input-group-btn > .btn + .btn { margin-left: -1px; }
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active { z-index: 2; }
.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group { margin-right: -1px; }
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group { z-index: 2; margin-left: -1px; }

.pagination { display: inline-block; padding-left: 0; margin: 20px 0; border-radius: 4px; }
.pagination > li { display: inline; }
.pagination > li > a, .pagination > li > span { position: relative; float: left; padding: 6px 12px; line-height: 1.42857; text-decoration: none; color: inherit; background-color: #fff; border: 1px solid #ddd; margin-left: -1px; }
.pagination > li:first-child > a, .pagination > li:first-child > span { margin-left: 0; border-bottom-left-radius: 4px; border-top-left-radius: 4px; }
.pagination > li:last-child > a, .pagination > li:last-child > span { border-bottom-right-radius: 4px; border-top-right-radius: 4px; }
.pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus { z-index: 2; color: inherit; background-color: #eeeeee; border-color: #ddd; }
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus { z-index: 3; color: #fff; background-color: #337ab7; border-color: #337ab7; cursor: default; }
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus { color: #777777; background-color: #fff; border-color: #ddd; cursor: not-allowed; }

.pagination-lg > li > a, .pagination-lg > li > span { padding: 10px 16px; font-size: 18px; line-height: 1.33333; }
.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span { border-bottom-left-radius: 6px; border-top-left-radius: 6px; }
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span { border-bottom-right-radius: 6px; border-top-right-radius: 6px; }

.pagination-sm > li > a, .pagination-sm > li > span { padding: 5px 10px; font-size: 12px; line-height: 1.5; }
.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span { border-bottom-left-radius: 3px; border-top-left-radius: 3px; }
.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span { border-bottom-right-radius: 3px; border-top-right-radius: 3px; }

.pager { padding-left: 0; margin: 20px 0; list-style: none; text-align: center; }
.pager:before, .pager:after { content: " "; display: table; }
.pager:after { clear: both; }
.pager li { display: inline; }
.pager li > a, .pager li > span { display: inline-block; padding: 5px 14px; background-color: #fff; border: 1px solid #ddd; border-radius: 15px; }
.pager li > a:hover, .pager li > a:focus { text-decoration: none; background-color: #eeeeee; }
.pager .next > a, .pager .next > span { float: right; }
.pager .previous > a, .pager .previous > span { float: left; }
.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span { color: #777777; background-color: #fff; cursor: not-allowed; }

.label { display: inline; padding: .2em .6em .3em; font-size: 75%; font-weight: bold; line-height: 1; color: #fff; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: .25em; }
.label:empty { display: none; }
.btn .label { position: relative; top: -1px; }

a.label:hover, a.label:focus { color: #fff; text-decoration: none; cursor: pointer; }

.label-default { background-color: #777777; }
.label-default[href]:hover, .label-default[href]:focus { background-color: #5e5e5e; }

.label-primary { background-color: #337ab7; }
.label-primary[href]:hover, .label-primary[href]:focus { background-color: #286090; }

.label-success { background-color: #5cb85c; }
.label-success[href]:hover, .label-success[href]:focus { background-color: #449d44; }

.label-info { background-color: #5bc0de; }
.label-info[href]:hover, .label-info[href]:focus { background-color: #31b0d5; }

.label-warning { background-color: #f0ad4e; }
.label-warning[href]:hover, .label-warning[href]:focus { background-color: #ec971f; }

.label-danger { background-color: #d9534f; }
.label-danger[href]:hover, .label-danger[href]:focus { background-color: #c9302c; }

.media { margin-top: 15px; }
.media:first-child { margin-top: 0; }

.media, .media-body { zoom: 1; overflow: hidden; }

.media-body { width: 10000px; }

.media-object { display: block; }
.media-object.img-thumbnail { max-width: none; }

.media-right, .media > .pull-right { padding-left: 10px; }

.media-left, .media > .pull-left { padding-right: 10px; }

.media-left, .media-right, .media-body { display: table-cell; vertical-align: top; }

.media-middle { vertical-align: middle; }

.media-bottom { vertical-align: bottom; }

.media-heading { margin-top: 0; margin-bottom: 5px; }

.media-list { padding-left: 0; list-style: none; }

.embed-responsive { position: relative; display: block; height: 0; padding: 0; overflow: hidden; }
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video { position: absolute; top: 0; left: 0; bottom: 0; height: 100%; width: 100%; border: 0; }

.embed-responsive-16by9 { padding-bottom: 56.25%; }

.embed-responsive-4by3 { padding-bottom: 75%; }

.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

.center-block { display: block; margin-left: auto; margin-right: auto; }

.pull-right { float: right !important; }

.pull-left { float: left !important; }

.hide { display: none !important; }

.show { display: block !important; }

.invisible { visibility: hidden; }

.text-hide { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; }

.hidden { display: none !important; }

.affix { position: fixed; }

@-ms-viewport { width: device-width; }
.visible-xs { display: none !important; }

.visible-sm { display: none !important; }

.visible-md { display: none !important; }

.visible-lg { display: none !important; }

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block { display: none !important; }

@media screen and (max-width: 767px) { .visible-xs { display: block !important; }
  table.visible-xs { display: table !important; }
  tr.visible-xs { display: table-row !important; }
  th.visible-xs, td.visible-xs { display: table-cell !important; } }
@media screen and (max-width: 767px) { .visible-xs-block { display: block !important; } }

@media screen and (max-width: 767px) { .visible-xs-inline { display: inline !important; } }

@media screen and (max-width: 767px) { .visible-xs-inline-block { display: inline-block !important; } }

@media screen and (min-width: 768px) and (max-width: 839px) { .visible-sm { display: block !important; }
  table.visible-sm { display: table !important; }
  tr.visible-sm { display: table-row !important; }
  th.visible-sm, td.visible-sm { display: table-cell !important; } }
@media screen and (min-width: 768px) and (max-width: 839px) { .visible-sm-block { display: block !important; } }

@media screen and (min-width: 768px) and (max-width: 839px) { .visible-sm-inline { display: inline !important; } }

@media screen and (min-width: 768px) and (max-width: 839px) { .visible-sm-inline-block { display: inline-block !important; } }

@media screen and (min-width: 840px) and (max-width: 1199px) { .visible-md { display: block !important; }
  table.visible-md { display: table !important; }
  tr.visible-md { display: table-row !important; }
  th.visible-md, td.visible-md { display: table-cell !important; } }
@media screen and (min-width: 840px) and (max-width: 1199px) { .visible-md-block { display: block !important; } }

@media screen and (min-width: 840px) and (max-width: 1199px) { .visible-md-inline { display: inline !important; } }

@media screen and (min-width: 840px) and (max-width: 1199px) { .visible-md-inline-block { display: inline-block !important; } }

@media screen and (min-width: 1200px) { .visible-lg { display: block !important; }
  table.visible-lg { display: table !important; }
  tr.visible-lg { display: table-row !important; }
  th.visible-lg, td.visible-lg { display: table-cell !important; } }
@media screen and (min-width: 1200px) { .visible-lg-block { display: block !important; } }

@media screen and (min-width: 1200px) { .visible-lg-inline { display: inline !important; } }

@media screen and (min-width: 1200px) { .visible-lg-inline-block { display: inline-block !important; } }

@media screen and (max-width: 767px) { .hidden-xs { display: none !important; } }
@media screen and (min-width: 768px) and (max-width: 839px) { .hidden-sm { display: none !important; } }
@media screen and (min-width: 840px) and (max-width: 1199px) { .hidden-md { display: none !important; } }
@media screen and (min-width: 1200px) { .hidden-lg { display: none !important; } }
.visible-print { display: none !important; }

@media print { .visible-print { display: block !important; }
  table.visible-print { display: table !important; }
  tr.visible-print { display: table-row !important; }
  th.visible-print, td.visible-print { display: table-cell !important; } }
.visible-print-block { display: none !important; }
@media print { .visible-print-block { display: block !important; } }

.visible-print-inline { display: none !important; }
@media print { .visible-print-inline { display: inline !important; } }

.visible-print-inline-block { display: none !important; }
@media print { .visible-print-inline-block { display: inline-block !important; } }

@media print { .hidden-print { display: none !important; } }
/* Only Include scss from others */
/* theOrigo Common Classes
======================================*/
.hideText { position: absolute; top: -9999px; left: -9999px; }

/* Clearfix Ref: http://nicolasgallagher.com/micro-clearfix-hack/
======================================*/
/** For modern browsers 1. The space content is one way to avoid an Opera bug when the contenteditable attribute is included anywhere else in the document. Otherwise it causes space to appear at the top and bottom of elements that are clearfixed. 2. The use of `table` rather than `block` is only necessary if using `:before` to contain the top-margins of child elements. */
.cf:before, header:before, footer:before, .footer-bottom:before, .mn-list-2:before, .idx-box:before, .cf:after, header:after, footer:after, .footer-bottom:after, .mn-list-2:after, .idx-box:after { content: " "; /* 1 */ display: table; /* 2 */ }

.cf:after, header:after, footer:after, .footer-bottom:after, .mn-list-2:after, .idx-box:after { clear: both; }

/** For IE 6/7 only Include this rule to trigger hasLayout and contain floats. */
.cf, header, footer, .footer-bottom, .mn-list-2, .idx-box { *zoom: 1; }

/*js class control
=================*/
/*.js-bxSlider { visibility: hidden;} // set it to visible while start bxSlider fn binding*/
.noTrans { -webkit-transition: 0s !important; -moz-transition: 0s !important; -o-transition: 0s !important; transition: 0s !important; }

/** { -webkit-transition: 0s !important; -moz-transition: 0s !important; -o-transition: 0s !important; transition: 0s !important;  transform:none !important;
-ms-transform:none !important;
-webkit-transform:none !important;
}*/
/* =============================================================================
- Project Initial
============================================================================= */
@font-face { font-family: 'frutiger'; src: url("/20210330055419oe_/http://www.cuhk.edu.hk/strategicplan/2016/tc/fonts/fger-light.eot"); src: url("/20210330055419oe_/http://www.cuhk.edu.hk/strategicplan/2016/tc/fonts/fger-light.eot#iefix") format("embedded-opentype"), url("/20210330055419oe_/http://www.cuhk.edu.hk/strategicplan/2016/tc/fonts/fger-light.woff2") format("woff2"), url("/20210330055419oe_/http://www.cuhk.edu.hk/strategicplan/2016/tc/fonts/fger-light.woff") format("woff"), url("/20210330055419oe_/http://www.cuhk.edu.hk/strategicplan/2016/tc/fonts/fger-light.ttf") format("truetype"); font-weight: normal; font-style: normal; }
@font-face { font-family: 'frutiger'; src: url("/20210330055419oe_/http://www.cuhk.edu.hk/strategicplan/2016/tc/fonts/fger-lightitalic.eot"); src: url("/20210330055419oe_/http://www.cuhk.edu.hk/strategicplan/2016/tc/fonts/fger-lightitalic.eot#iefix") format("embedded-opentype"), url("/20210330055419oe_/http://www.cuhk.edu.hk/strategicplan/2016/tc/fonts/fger-lightitalic.woff2") format("woff2"), url("/20210330055419oe_/http://www.cuhk.edu.hk/strategicplan/2016/tc/fonts/fger-lightitalic.woff") format("woff"), url("/20210330055419oe_/http://www.cuhk.edu.hk/strategicplan/2016/tc/fonts/fger-lightitalic.ttf") format("truetype"); font-weight: normal; font-style: italic; }
@font-face { font-family: 'frutiger'; src: url("/20210330055419oe_/http://www.cuhk.edu.hk/strategicplan/2016/tc/fonts/fgerlt-boldcn.eot"); src: url("/20210330055419oe_/http://www.cuhk.edu.hk/strategicplan/2016/tc/fonts/fgerlt-boldcn.eot#iefix") format("embedded-opentype"), url("/20210330055419oe_/http://www.cuhk.edu.hk/strategicplan/2016/tc/fonts/fgerlt-boldcn.woff2") format("woff2"), url("/20210330055419oe_/http://www.cuhk.edu.hk/strategicplan/2016/tc/fonts/fgerlt-boldcn.woff") format("woff"), url("/20210330055419oe_/http://www.cuhk.edu.hk/strategicplan/2016/tc/fonts/fgerlt-boldcn.ttf") format("truetype"); font-weight: 700; font-style: normal; }
@font-face { font-family: 'frutiger_ce_bold'; src: url("/20210330055419oe_/http://www.cuhk.edu.hk/strategicplan/2016/tc/fonts/frutiger_ce_65_bold.eot"); src: url("/20210330055419oe_/http://www.cuhk.edu.hk/strategicplan/2016/tc/fonts/frutiger_ce_65_bold.eot#iefix") format("embedded-opentype"), url("/20210330055419oe_/http://www.cuhk.edu.hk/strategicplan/2016/tc/fonts/frutiger_ce_65_bold.woff2") format("woff2"), url("/20210330055419oe_/http://www.cuhk.edu.hk/strategicplan/2016/tc/fonts/frutiger_ce_65_bold.woff") format("woff"), url("/20210330055419oe_/http://www.cuhk.edu.hk/strategicplan/2016/tc/fonts/frutiger_ce_65_bold.ttf") format("truetype"); font-weight: 700; font-style: normal; }
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH -------------------------- */
@font-face { font-family: 'FontAwesome'; src: url("/20210330055419oe_/http://www.cuhk.edu.hk/strategicplan/2016/tc/fonts/fontawesome-webfont.eot?v=4.3.0"); src: url("/20210330055419oe_/http://www.cuhk.edu.hk/strategicplan/2016/tc/fonts/fontawesome-webfont.eot#iefix&v=4.3.0") format("embedded-opentype"), url("/20210330055419oe_/http://www.cuhk.edu.hk/strategicplan/2016/tc/fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("/20210330055419oe_/http://www.cuhk.edu.hk/strategicplan/2016/tc/fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("/20210330055419oe_/http://www.cuhk.edu.hk/strategicplan/2016/tc/fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("/20210330055419oe_/http://www.cuhk.edu.hk/strategicplan/2016/tc/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg"); font-weight: normal; font-style: normal; }
.fa { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; transform: translate(0, 0); }

/* makes the font 33% larger relative to the icon container */
.fa-lg { font-size: 1.33333em; line-height: 0.75em; vertical-align: -15%; }

.fa-2x { font-size: 2em; }

.fa-3x { font-size: 3em; }

.fa-4x { font-size: 4em; }

.fa-5x { font-size: 5em; }

.fa-fw { width: 1.28571em; text-align: center; }

.fa-ul { padding-left: 0; margin-left: 2.14286em; list-style-type: none; }
.fa-ul > li { position: relative; }

.fa-li { position: absolute; left: -2.14286em; width: 2.14286em; top: 0.14286em; text-align: center; }
.fa-li.fa-lg { left: -1.85714em; }

.fa-border { padding: .2em .25em .15em; border: solid 0.08em #eee; border-radius: .1em; }

.pull-right { float: right; }

.pull-left { float: left; }

.fa.pull-left { margin-right: .3em; }
.fa.pull-right { margin-left: .3em; }

.fa-spin { -webkit-animation: fa-spin 2s infinite linear; animation: fa-spin 2s infinite linear; }

.fa-pulse { -webkit-animation: fa-spin 1s infinite steps(8); animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); } }
@keyframes fa-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); } }
.fa-rotate-90 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); }

.fa-rotate-180 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); }

.fa-rotate-270 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); -webkit-transform: rotate(270deg); -ms-transform: rotate(270deg); transform: rotate(270deg); }

.fa-flip-horizontal { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0); -webkit-transform: scale(-1, 1); -ms-transform: scale(-1, 1); transform: scale(-1, 1); }

.fa-flip-vertical { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); -webkit-transform: scale(1, -1); -ms-transform: scale(1, -1); transform: scale(1, -1); }

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical { filter: none; }

.fa-stack { position: relative; display: inline-block; width: 2em; height: 2em; line-height: 2em; vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x { position: absolute; left: 0; width: 100%; text-align: center; }

.fa-stack-1x { line-height: inherit; }

.fa-stack-2x { font-size: 2em; }

.fa-inverse { color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen readers do not read off random characters that represent icons */
.fa-glass:before { content: ""; }

.fa-music:before { content: ""; }

.fa-search:before { content: ""; }

.fa-envelope-o:before { content: ""; }

.fa-heart:before { content: ""; }

.fa-star:before { content: ""; }

.fa-star-o:before { content: ""; }

.fa-user:before { content: ""; }

.fa-film:before { content: ""; }

.fa-th-large:before { content: ""; }

.fa-th:before { content: ""; }

.fa-th-list:before { content: ""; }

.fa-check:before { content: ""; }

.fa-remove:before, .fa-close:before, .fa-times:before { content: ""; }

.fa-search-plus:before { content: ""; }

.fa-search-minus:before { content: ""; }

.fa-power-off:before { content: ""; }

.fa-signal:before { content: ""; }

.fa-gear:before, .fa-cog:before { content: ""; }

.fa-trash-o:before { content: ""; }

.fa-home:before { content: ""; }

.fa-file-o:before { content: ""; }

.fa-clock-o:before { content: ""; }

.fa-road:before { content: ""; }

.fa-download:before { content: ""; }

.fa-arrow-circle-o-down:before { content: ""; }

.fa-arrow-circle-o-up:before { content: ""; }

.fa-inbox:before { content: ""; }

.fa-play-circle-o:before { content: ""; }

.fa-rotate-right:before, .fa-repeat:before { content: ""; }

.fa-refresh:before { content: ""; }

.fa-list-alt:before { content: ""; }

.fa-lock:before { content: ""; }

.fa-flag:before { content: ""; }

.fa-headphones:before { content: ""; }

.fa-volume-off:before { content: ""; }

.fa-volume-down:before { content: ""; }

.fa-volume-up:before { content: ""; }

.fa-qrcode:before { content: ""; }

.fa-barcode:before { content: ""; }

.fa-tag:before { content: ""; }

.fa-tags:before { content: ""; }

.fa-book:before { content: ""; }

.fa-bookmark:before { content: ""; }

.fa-print:before { content: ""; }

.fa-camera:before { content: ""; }

.fa-font:before { content: ""; }

.fa-bold:before { content: ""; }

.fa-italic:before { content: ""; }

.fa-text-height:before { content: ""; }

.fa-text-width:before { content: ""; }

.fa-align-left:before { content: ""; }

.fa-align-center:before { content: ""; }

.fa-align-right:before { content: ""; }

.fa-align-justify:before { content: ""; }

.fa-list:before { content: ""; }

.fa-dedent:before, .fa-outdent:before { content: ""; }

.fa-indent:before { content: ""; }

.fa-video-camera:before { content: ""; }

.fa-photo:before, .fa-image:before, .fa-picture-o:before { content: ""; }

.fa-pencil:before { content: ""; }

.fa-map-marker:before { content: ""; }

.fa-adjust:before { content: ""; }

.fa-tint:before { content: ""; }

.fa-edit:before, .fa-pencil-square-o:before { content: ""; }

.fa-share-square-o:before { content: ""; }

.fa-check-square-o:before { content: ""; }

.fa-arrows:before { content: ""; }

.fa-step-backward:before { content: ""; }

.fa-fast-backward:before { content: ""; }

.fa-backward:before { content: ""; }

.fa-play:before { content: ""; }

.fa-pause:before { content: ""; }

.fa-stop:before { content: ""; }

.fa-forward:before { content: ""; }

.fa-fast-forward:before { content: ""; }

.fa-step-forward:before { content: ""; }

.fa-eject:before { content: ""; }

.fa-chevron-left:before { content: ""; }

.fa-chevron-right:before { content: ""; }

.fa-plus-circle:before { content: ""; }

.fa-minus-circle:before { content: ""; }

.fa-times-circle:before { content: ""; }

.fa-check-circle:before { content: ""; }

.fa-question-circle:before { content: ""; }

.fa-info-circle:before { content: ""; }

.fa-crosshairs:before { content: ""; }

.fa-times-circle-o:before { content: ""; }

.fa-check-circle-o:before { content: ""; }

.fa-ban:before { content: ""; }

.fa-arrow-left:before { content: ""; }

.fa-arrow-right:before { content: ""; }

.fa-arrow-up:before { content: ""; }

.fa-arrow-down:before { content: ""; }

.fa-mail-forward:before, .fa-share:before { content: ""; }

.fa-expand:before { content: ""; }

.fa-compress:before { content: ""; }

.fa-plus:before { content: ""; }

.fa-minus:before { content: ""; }

.fa-asterisk:before { content: ""; }

.fa-exclamation-circle:before { content: ""; }

.fa-gift:before { content: ""; }

.fa-leaf:before { content: ""; }

.fa-fire:before { content: ""; }

.fa-eye:before { content: ""; }

.fa-eye-slash:before { content: ""; }

.fa-warning:before, .fa-exclamation-triangle:before { content: ""; }

.fa-plane:before { content: ""; }

.fa-calendar:before { content: ""; }

.fa-random:before { content: ""; }

.fa-comment:before { content: ""; }

.fa-magnet:before { content: ""; }

.fa-chevron-up:before { content: ""; }

.fa-chevron-down:before { content: ""; }

.fa-retweet:before { content: ""; }

.fa-shopping-cart:before { content: ""; }

.fa-folder:before { content: ""; }

.fa-folder-open:before { content: ""; }

.fa-arrows-v:before { content: ""; }

.fa-arrows-h:before { content: ""; }

.fa-bar-chart-o:before, .fa-bar-chart:before { content: ""; }

.fa-twitter-square:before { content: ""; }

.fa-facebook-square:before { content: ""; }

.fa-camera-retro:before { content: ""; }

.fa-key:before { content: ""; }

.fa-gears:before, .fa-cogs:before { content: ""; }

.fa-comments:before { content: ""; }

.fa-thumbs-o-up:before { content: ""; }

.fa-thumbs-o-down:before { content: ""; }

.fa-star-half:before { content: ""; }

.fa-heart-o:before { content: ""; }

.fa-sign-out:before { content: ""; }

.fa-linkedin-square:before { content: ""; }

.fa-thumb-tack:before { content: ""; }

.fa-external-link:before { content: ""; }

.fa-sign-in:before { content: ""; }

.fa-trophy:before { content: ""; }

.fa-github-square:before { content: ""; }

.fa-upload:before { content: ""; }

.fa-lemon-o:before { content: ""; }

.fa-phone:before { content: ""; }

.fa-square-o:before { content: ""; }

.fa-bookmark-o:before { content: ""; }

.fa-phone-square:before { content: ""; }

.fa-twitter:before { content: ""; }

.fa-facebook-f:before, .fa-facebook:before { content: ""; }

.fa-github:before { content: ""; }

.fa-unlock:before { content: ""; }

.fa-credit-card:before { content: ""; }

.fa-rss:before { content: ""; }

.fa-hdd-o:before { content: ""; }

.fa-bullhorn:before { content: ""; }

.fa-bell:before { content: ""; }

.fa-certificate:before { content: ""; }

.fa-hand-o-right:before { content: ""; }

.fa-hand-o-left:before { content: ""; }

.fa-hand-o-up:before { content: ""; }

.fa-hand-o-down:before { content: ""; }

.fa-arrow-circle-left:before { content: ""; }

.fa-arrow-circle-right:before { content: ""; }

.fa-arrow-circle-up:before { content: ""; }

.fa-arrow-circle-down:before { content: ""; }

.fa-globe:before { content: ""; }

.fa-wrench:before { content: ""; }

.fa-tasks:before { content: ""; }

.fa-filter:before { content: ""; }

.fa-briefcase:before { content: ""; }

.fa-arrows-alt:before { content: ""; }

.fa-group:before, .fa-users:before { content: ""; }

.fa-chain:before, .fa-link:before { content: ""; }

.fa-cloud:before { content: ""; }

.fa-flask:before { content: ""; }

.fa-cut:before, .fa-scissors:before { content: ""; }

.fa-copy:before, .fa-files-o:before { content: ""; }

.fa-paperclip:before { content: ""; }

.fa-save:before, .fa-floppy-o:before { content: ""; }

.fa-square:before { content: ""; }

.fa-navicon:before, .fa-reorder:before, .fa-bars:before { content: ""; }

.fa-list-ul:before { content: ""; }

.fa-list-ol:before { content: ""; }

.fa-strikethrough:before { content: ""; }

.fa-underline:before { content: ""; }

.fa-table:before { content: ""; }

.fa-magic:before { content: ""; }

.fa-truck:before { content: ""; }

.fa-pinterest:before { content: ""; }

.fa-pinterest-square:before { content: ""; }

.fa-google-plus-square:before { content: ""; }

.fa-google-plus:before { content: ""; }

.fa-money:before { content: ""; }

.fa-caret-down:before { content: ""; }

.fa-caret-up:before { content: ""; }

.fa-caret-left:before { content: ""; }

.fa-caret-right:before { content: ""; }

.fa-columns:before { content: ""; }

.fa-unsorted:before, .fa-sort:before { content: ""; }

.fa-sort-down:before, .fa-sort-desc:before { content: ""; }

.fa-sort-up:before, .fa-sort-asc:before { content: ""; }

.fa-envelope:before { content: ""; }

.fa-linkedin:before { content: ""; }

.fa-rotate-left:before, .fa-undo:before { content: ""; }

.fa-legal:before, .fa-gavel:before { content: ""; }

.fa-dashboard:before, .fa-tachometer:before { content: ""; }

.fa-comment-o:before { content: ""; }

.fa-comments-o:before { content: ""; }

.fa-flash:before, .fa-bolt:before { content: ""; }

.fa-sitemap:before { content: ""; }

.fa-umbrella:before { content: ""; }

.fa-paste:before, .fa-clipboard:before { content: ""; }

.fa-lightbulb-o:before { content: ""; }

.fa-exchange:before { content: ""; }

.fa-cloud-download:before { content: ""; }

.fa-cloud-upload:before { content: ""; }

.fa-user-md:before { content: ""; }

.fa-stethoscope:before { content: ""; }

.fa-suitcase:before { content: ""; }

.fa-bell-o:before { content: ""; }

.fa-coffee:before { content: ""; }

.fa-cutlery:before { content: ""; }

.fa-file-text-o:before { content: ""; }

.fa-building-o:before { content: ""; }

.fa-hospital-o:before { content: ""; }

.fa-ambulance:before { content: ""; }

.fa-medkit:before { content: ""; }

.fa-fighter-jet:before { content: ""; }

.fa-beer:before { content: ""; }

.fa-h-square:before { content: ""; }

.fa-plus-square:before { content: ""; }

.fa-angle-double-left:before { content: ""; }

.fa-angle-double-right:before { content: ""; }

.fa-angle-double-up:before { content: ""; }

.fa-angle-double-down:before { content: ""; }

.fa-angle-left:before { content: ""; }

.fa-angle-right:before { content: ""; }

.fa-angle-up:before { content: ""; }

.fa-angle-down:before { content: ""; }

.fa-desktop:before { content: ""; }

.fa-laptop:before { content: ""; }

.fa-tablet:before { content: ""; }

.fa-mobile-phone:before, .fa-mobile:before { content: ""; }

.fa-circle-o:before { content: ""; }

.fa-quote-left:before { content: ""; }

.fa-quote-right:before { content: ""; }

.fa-spinner:before { content: ""; }

.fa-circle:before { content: ""; }

.fa-mail-reply:before, .fa-reply:before { content: ""; }

.fa-github-alt:before { content: ""; }

.fa-folder-o:before { content: ""; }

.fa-folder-open-o:before { content: ""; }

.fa-smile-o:before { content: ""; }

.fa-frown-o:before { content: ""; }

.fa-meh-o:before { content: ""; }

.fa-gamepad:before { content: ""; }

.fa-keyboard-o:before { content: ""; }

.fa-flag-o:before { content: ""; }

.fa-flag-checkered:before { content: ""; }

.fa-terminal:before { content: ""; }

.fa-code:before { content: ""; }

.fa-mail-reply-all:before, .fa-reply-all:before { content: ""; }

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before { content: ""; }

.fa-location-arrow:before { content: ""; }

.fa-crop:before { content: ""; }

.fa-code-fork:before { content: ""; }

.fa-unlink:before, .fa-chain-broken:before { content: ""; }

.fa-question:before { content: ""; }

.fa-info:before { content: ""; }

.fa-exclamation:before { content: ""; }

.fa-superscript:before { content: ""; }

.fa-subscript:before { content: ""; }

.fa-eraser:before { content: ""; }

.fa-puzzle-piece:before { content: ""; }

.fa-microphone:before { content: ""; }

.fa-microphone-slash:before { content: ""; }

.fa-shield:before { content: ""; }

.fa-calendar-o:before { content: ""; }

.fa-fire-extinguisher:before { content: ""; }

.fa-rocket:before { content: ""; }

.fa-maxcdn:before { content: ""; }

.fa-chevron-circle-left:before { content: ""; }

.fa-chevron-circle-right:before { content: ""; }

.fa-chevron-circle-up:before { content: ""; }

.fa-chevron-circle-down:before { content: ""; }

.fa-html5:before { content: ""; }

.fa-css3:before { content: ""; }

.fa-anchor:before { content: ""; }

.fa-unlock-alt:before { content: ""; }

.fa-bullseye:before { content: ""; }

.fa-ellipsis-h:before { content: ""; }

.fa-ellipsis-v:before { content: ""; }

.fa-rss-square:before { content: ""; }

.fa-play-circle:before { content: ""; }

.fa-ticket:before { content: ""; }

.fa-minus-square:before { content: ""; }

.fa-minus-square-o:before { content: ""; }

.fa-level-up:before { content: ""; }

.fa-level-down:before { content: ""; }

.fa-check-square:before { content: ""; }

.fa-pencil-square:before { content: ""; }

.fa-external-link-square:before { content: ""; }

.fa-share-square:before { content: ""; }

.fa-compass:before { content: ""; }

.fa-toggle-down:before, .fa-caret-square-o-down:before { content: ""; }

.fa-toggle-up:before, .fa-caret-square-o-up:before { content: ""; }

.fa-toggle-right:before, .fa-caret-square-o-right:before { content: ""; }

.fa-euro:before, .fa-eur:before { content: ""; }

.fa-gbp:before { content: ""; }

.fa-dollar:before, .fa-usd:before { content: ""; }

.fa-rupee:before, .fa-inr:before { content: ""; }

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before { content: ""; }

.fa-ruble:before, .fa-rouble:before, .fa-rub:before { content: ""; }

.fa-won:before, .fa-krw:before { content: ""; }

.fa-bitcoin:before, .fa-btc:before { content: ""; }

.fa-file:before { content: ""; }

.fa-file-text:before { content: ""; }

.fa-sort-alpha-asc:before { content: ""; }

.fa-sort-alpha-desc:before { content: ""; }

.fa-sort-amount-asc:before { content: ""; }

.fa-sort-amount-desc:before { content: ""; }

.fa-sort-numeric-asc:before { content: ""; }

.fa-sort-numeric-desc:before { content: ""; }

.fa-thumbs-up:before { content: ""; }

.fa-thumbs-down:before { content: ""; }

.fa-youtube-square:before { content: ""; }

.fa-youtube:before { content: ""; }

.fa-xing:before { content: ""; }

.fa-xing-square:before { content: ""; }

.fa-youtube-play:before { content: ""; }

.fa-dropbox:before { content: ""; }

.fa-stack-overflow:before { content: ""; }

.fa-instagram:before { content: ""; }

.fa-flickr:before { content: ""; }

.fa-adn:before { content: ""; }

.fa-bitbucket:before { content: ""; }

.fa-bitbucket-square:before { content: ""; }

.fa-tumblr:before { content: ""; }

.fa-tumblr-square:before { content: ""; }

.fa-long-arrow-down:before { content: ""; }

.fa-long-arrow-up:before { content: ""; }

.fa-long-arrow-left:before { content: ""; }

.fa-long-arrow-right:before { content: ""; }

.fa-apple:before { content: ""; }

.fa-windows:before { content: ""; }

.fa-android:before { content: ""; }

.fa-linux:before { content: ""; }

.fa-dribbble:before { content: ""; }

.fa-skype:before { content: ""; }

.fa-foursquare:before { content: ""; }

.fa-trello:before { content: ""; }

.fa-female:before { content: ""; }

.fa-male:before { content: ""; }

.fa-gittip:before, .fa-gratipay:before { content: ""; }

.fa-sun-o:before { content: ""; }

.fa-moon-o:before { content: ""; }

.fa-archive:before { content: ""; }

.fa-bug:before { content: ""; }

.fa-vk:before { content: ""; }

.fa-weibo:before { content: ""; }

.fa-renren:before { content: ""; }

.fa-pagelines:before { content: ""; }

.fa-stack-exchange:before { content: ""; }

.fa-arrow-circle-o-right:before { content: ""; }

.fa-arrow-circle-o-left:before { content: ""; }

.fa-toggle-left:before, .fa-caret-square-o-left:before { content: ""; }

.fa-dot-circle-o:before { content: ""; }

.fa-wheelchair:before { content: ""; }

.fa-vimeo-square:before { content: ""; }

.fa-turkish-lira:before, .fa-try:before { content: ""; }

.fa-plus-square-o:before { content: ""; }

.fa-space-shuttle:before { content: ""; }

.fa-slack:before { content: ""; }

.fa-envelope-square:before { content: ""; }

.fa-wordpress:before { content: ""; }

.fa-openid:before { content: ""; }

.fa-institution:before, .fa-bank:before, .fa-university:before { content: ""; }

.fa-mortar-board:before, .fa-graduation-cap:before { content: ""; }

.fa-yahoo:before { content: ""; }

.fa-google:before { content: ""; }

.fa-reddit:before { content: ""; }

.fa-reddit-square:before { content: ""; }

.fa-stumbleupon-circle:before { content: ""; }

.fa-stumbleupon:before { content: ""; }

.fa-delicious:before { content: ""; }

.fa-digg:before { content: ""; }

.fa-pied-piper:before { content: ""; }

.fa-pied-piper-alt:before { content: ""; }

.fa-drupal:before { content: ""; }

.fa-joomla:before { content: ""; }

.fa-language:before { content: ""; }

.fa-fax:before { content: ""; }

.fa-building:before { content: ""; }

.fa-child:before { content: ""; }

.fa-paw:before { content: ""; }

.fa-spoon:before { content: ""; }

.fa-cube:before { content: ""; }

.fa-cubes:before { content: ""; }

.fa-behance:before { content: ""; }

.fa-behance-square:before { content: ""; }

.fa-steam:before { content: ""; }

.fa-steam-square:before { content: ""; }

.fa-recycle:before { content: ""; }

.fa-automobile:before, .fa-car:before { content: ""; }

.fa-cab:before, .fa-taxi:before { content: ""; }

.fa-tree:before { content: ""; }

.fa-spotify:before { content: ""; }

.fa-deviantart:before { content: ""; }

.fa-soundcloud:before { content: ""; }

.fa-database:before { content: ""; }

.fa-file-pdf-o:before { content: ""; }

.fa-file-word-o:before { content: ""; }

.fa-file-excel-o:before { content: ""; }

.fa-file-powerpoint-o:before { content: ""; }

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before { content: ""; }

.fa-file-zip-o:before, .fa-file-archive-o:before { content: ""; }

.fa-file-sound-o:before, .fa-file-audio-o:before { content: ""; }

.fa-file-movie-o:before, .fa-file-video-o:before { content: ""; }

.fa-file-code-o:before { content: ""; }

.fa-vine:before { content: ""; }

.fa-codepen:before { content: ""; }

.fa-jsfiddle:before { content: ""; }

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before { content: ""; }

.fa-circle-o-notch:before { content: ""; }

.fa-ra:before, .fa-rebel:before { content: ""; }

.fa-ge:before, .fa-empire:before { content: ""; }

.fa-git-square:before { content: ""; }

.fa-git:before { content: ""; }

.fa-hacker-news:before { content: ""; }

.fa-tencent-weibo:before { content: ""; }

.fa-qq:before { content: ""; }

.fa-wechat:before, .fa-weixin:before { content: ""; }

.fa-send:before, .fa-paper-plane:before { content: ""; }

.fa-send-o:before, .fa-paper-plane-o:before { content: ""; }

.fa-history:before { content: ""; }

.fa-genderless:before, .fa-circle-thin:before { content: ""; }

.fa-header:before { content: ""; }

.fa-paragraph:before { content: ""; }

.fa-sliders:before { content: ""; }

.fa-share-alt:before { content: ""; }

.fa-share-alt-square:before { content: ""; }

.fa-bomb:before { content: ""; }

.fa-soccer-ball-o:before, .fa-futbol-o:before { content: ""; }

.fa-tty:before { content: ""; }

.fa-binoculars:before { content: ""; }

.fa-plug:before { content: ""; }

.fa-slideshare:before { content: ""; }

.fa-twitch:before { content: ""; }

.fa-yelp:before { content: ""; }

.fa-newspaper-o:before { content: ""; }

.fa-wifi:before { content: ""; }

.fa-calculator:before { content: ""; }

.fa-paypal:before { content: ""; }

.fa-google-wallet:before { content: ""; }

.fa-cc-visa:before { content: ""; }

.fa-cc-mastercard:before { content: ""; }

.fa-cc-discover:before { content: ""; }

.fa-cc-amex:before { content: ""; }

.fa-cc-paypal:before { content: ""; }

.fa-cc-stripe:before { content: ""; }

.fa-bell-slash:before { content: ""; }

.fa-bell-slash-o:before { content: ""; }

.fa-trash:before { content: ""; }

.fa-copyright:before { content: ""; }

.fa-at:before { content: ""; }

.fa-eyedropper:before { content: ""; }

.fa-paint-brush:before { content: ""; }

.fa-birthday-cake:before { content: ""; }

.fa-area-chart:before { content: ""; }

.fa-pie-chart:before { content: ""; }

.fa-line-chart:before { content: ""; }

.fa-lastfm:before { content: ""; }

.fa-lastfm-square:before { content: ""; }

.fa-toggle-off:before { content: ""; }

.fa-toggle-on:before { content: ""; }

.fa-bicycle:before { content: ""; }

.fa-bus:before { content: ""; }

.fa-ioxhost:before { content: ""; }

.fa-angellist:before { content: ""; }

.fa-cc:before { content: ""; }

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before { content: ""; }

.fa-meanpath:before { content: ""; }

.fa-buysellads:before { content: ""; }

.fa-connectdevelop:before { content: ""; }

.fa-dashcube:before { content: ""; }

.fa-forumbee:before { content: ""; }

.fa-leanpub:before { content: ""; }

.fa-sellsy:before { content: ""; }

.fa-shirtsinbulk:before { content: ""; }

.fa-simplybuilt:before { content: ""; }

.fa-skyatlas:before { content: ""; }

.fa-cart-plus:before { content: ""; }

.fa-cart-arrow-down:before { content: ""; }

.fa-diamond:before { content: ""; }

.fa-ship:before { content: ""; }

.fa-user-secret:before { content: ""; }

.fa-motorcycle:before { content: ""; }

.fa-street-view:before { content: ""; }

.fa-heartbeat:before { content: ""; }

.fa-venus:before { content: ""; }

.fa-mars:before { content: ""; }

.fa-mercury:before { content: ""; }

.fa-transgender:before { content: ""; }

.fa-transgender-alt:before { content: ""; }

.fa-venus-double:before { content: ""; }

.fa-mars-double:before { content: ""; }

.fa-venus-mars:before { content: ""; }

.fa-mars-stroke:before { content: ""; }

.fa-mars-stroke-v:before { content: ""; }

.fa-mars-stroke-h:before { content: ""; }

.fa-neuter:before { content: ""; }

.fa-facebook-official:before { content: ""; }

.fa-pinterest-p:before { content: ""; }

.fa-whatsapp:before { content: ""; }

.fa-server:before { content: ""; }

.fa-user-plus:before { content: ""; }

.fa-user-times:before { content: ""; }

.fa-hotel:before, .fa-bed:before { content: ""; }

.fa-viacoin:before { content: ""; }

.fa-train:before { content: ""; }

.fa-subway:before { content: ""; }

.fa-medium:before { content: ""; }

@font-face { font-family: 'cu-strategic'; src: url("/20210330055419oe_/http://www.cuhk.edu.hk/strategicplan/2016/tc/fonts/icomoon/cu-strategic.eot?g5f03a"); src: url("/20210330055419oe_/http://www.cuhk.edu.hk/strategicplan/2016/tc/fonts/icomoon/cu-strategic.eot?g5f03a#iefix") format("embedded-opentype"), url("/20210330055419oe_/http://www.cuhk.edu.hk/strategicplan/2016/tc/fonts/icomoon/cu-strategic.woff?g5f03a") format("woff"), url("/20210330055419oe_/http://www.cuhk.edu.hk/strategicplan/2016/tc/fonts/icomoon/cu-strategic.ttf?g5f03a") format("truetype"), url("/20210330055419oe_/http://www.cuhk.edu.hk/strategicplan/2016/tc/fonts/icomoon/cu-strategic.svg?g5f03a#cu-strategic") format("svg"); font-weight: normal; font-style: normal; }
[class^="ico-"], [class*=" ico-"], .icomoon:before, #search-button:before, .i-arrow-down:before, .page-next-btn:after { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'cu-strategic' !important; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: inherit; display: inline-block; vertical-align: middle; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.ico-arrow-right:before, .page-next-btn:after { content: "\e904"; }

.ico-arrow-up:before, .ico-arrow-down:before, .i-arrow-down:before { content: "\e903"; }
.ico-arrow-down { transform: rotate(180deg);}

.ico-cross:before { content: "\e902"; }

.ico-menu:before { content: "\e901"; }

.ico-search:before, #search-button:before { content: "\e900"; }

.ico-print:before { content: "\e905"; }
/* =============================================================================
- Base
============================================================================= */
/* Header
*/
/*Menu
*/
/*Inner
*/
/*footer*/
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

.container { max-width: 970px; width: auto !important; }

.wrapper { position: relative; overflow: hidden; }

.sr-only, #skip-start { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus { position: static; width: auto; height: auto; margin: 0; overflow: visible; clip: auto; }

/*temp*/
html { font-size: 100.1%; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }

body { font-family: 'frutiger', 'Arial', 'Microsoft JhengHei', 'Helvetica', 'sans-serif'; line-height: 1.3; color: #000; }

hr { margin: 1em 0; border: 0; border-top: 1px solid #CFCFCF; }

ul, ol { margin-top: 0; margin-bottom: 0; }

p, li, td, th { font-size: 18px; font-size: 1.125rem; }

h1, h2, h3, h4, h5, h6, p { margin: 0; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, p a { color: inherit; }

a { color: inherit; }
a:hover, a:focus { text-decoration: none; color: inherit; }

/*table*/
.page-content { /*Specific*/ }
.page-content div.first_title_wrapper { 	position: relative; }
.page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 { font-weight: 400; margin: 1em 0 .5em; }
.page-content h1 a, .page-content h2 a, .page-content h3 a, .page-content h4 a, .page-content h5 a, .page-content h6 a { text-decoration: none; }
.page-content h1 a:hover, .page-content h2 a:hover, .page-content h3 a:hover, .page-content h4 a:hover, .page-content h5 a:hover, .page-content h6 a:hover { text-decoration: underline; }
.page-content h1 { font-size: 30px; font-size: 1.875rem; color: #750e6c; }
@media screen and (max-width: 414px) { .page-content h1 { font-size: 24px; font-size: 1.5rem; } }
.page-content h2 { font-size: 26px; font-size: 1.625rem; }
@media screen and (max-width: 414px) { .page-content h2 { font-size: 22px; font-size: 1.375rem; } }
.page-content h3 { font-size: 22px; font-size: 1.375rem; color: #750e6c; }
@media screen and (max-width: 414px) { .page-content h3 { font-size: 19px; font-size: 1.1875rem; } }
.page-content ul { margin: 20px 0 20px 21px; padding: 0; }
.page-content ul > li { margin: 20px 0; padding-left: 13px; }
@media screen and (max-width: 414px) { .page-content ul > li { padding-left: 0; } }
.page-content ul > li:first-child { margin-top: 0; }
.page-content ul > li:last-child { margin-bottom: 0; }
.page-content p { margin: 0 0 18px; }
.page-content table { margin: 30px 0 30px; border: 0; }
.page-content table td, .page-content table th { font-size: 16px; font-size: 1rem; line-height: 1.3; padding: 12px 18px; text-align: left; vertical-align: top; border-left: 1px solid #A296A3; background-color: #EFE6F0; }
.page-content table td:first-child, .page-content table th:first-child { border-left: 0; }
.page-content table td p, .page-content table td li, .page-content table th p, .page-content table th li { font-size: 16px; font-size: 1rem; margin: 18px 0; }
.page-content table td p:last-child, .page-content table td li:last-child, .page-content table th p:last-child, .page-content table th li:last-child { margin-bottom: 0; }
.page-content table td ul, .page-content table th ul { margin-left: 15px; margin-top: 17px; margin-bottom: 17px; }
.page-content table td ul > li, .page-content table th ul > li { padding-left: 1px; }
.page-content table td *:first-child, .page-content table th *:first-child { margin-top: 1px; }
.page-content table td *:last-child, .page-content table th *:last-child { margin-bottom: 1px; }
.page-content table thead th { font-size: 14px; font-size: 0.875rem; font-family: "frutiger_ce_bold", 'frutiger', 'Arial', 'Microsoft JhengHei', 'Helvetica', 'sans-serif'; font-weight: 700; border-color: #BEC0C0; background-color: #BEC0C0; }
.page-content table tbody th { font-family: "frutiger_ce_bold", 'frutiger', 'Arial', 'Microsoft JhengHei', 'Helvetica', 'sans-serif'; font-size: 14px; font-size: 0.875rem; font-weight: 700; text-align: center; background: #DFCEE1; }
.page-content table tbody tr:nth-child(even) td, .page-content table tbody tr:nth-child(even) th { background-color: #DFCEE1; }
.page-content table tbody .table-arrow-row td { font-size: 14px; font-size: 0.875rem; position: relative; padding: 0; text-align: center; vertical-align: middle; white-space: nowrap; background: transparent; border: 0; border-bottom: 6px solid transparent; }
.page-content table tbody .table-arrow-row td:nth-child(1) { z-index: 5; }
.page-content table tbody .table-arrow-row td:nth-child(2) { z-index: 4; }
.page-content table tbody .table-arrow-row td:nth-child(3) { z-index: 3; }
.page-content table tbody .table-arrow-row td:nth-child(4) { z-index: 2; }
.page-content table tbody .table-arrow-row td:nth-child(5) { z-index: 1; }
.page-content table tbody .table-arrow-row td:nth-child(6) { z-index: 0; }
.page-content table tbody .table-arrow-row td:first-child .table-arrow-row-inner { margin-left: 0; }
.page-content table tbody .table-arrow-row td:last-child .table-arrow-row-inner { margin-right: 10px; }
.page-content table tbody .table-arrow-row .table-arrow-row-inner { position: relative; display: block; height: 50px; margin: 0 3px; padding: 7px 0 0; background-color: #BEC0C0; }
.page-content table tbody .table-arrow-row .table-arrow-row-inner:before, .page-content table tbody .table-arrow-row .table-arrow-row-inner:after { position: absolute; top: 0; width: 0; height: 0; content: " "; border-width: 25px 0 25px 10px; border-style: solid; }
.page-content table tbody .table-arrow-row .table-arrow-row-inner:before { border-color: transparent transparent transparent #f5f5f5; left: 0; }
.page-content table tbody .table-arrow-row .table-arrow-row-inner:after { left: 100%; border-color: transparent transparent transparent #BEC0C0; }
.page-content table[cellpadding="1"] td, .page-content table[cellpadding="1"] th { padding: 1px; }
.page-content table[cellpadding="2"] td, .page-content table[cellpadding="2"] th { padding: 2px; }
.page-content table[cellpadding="3"] td, .page-content table[cellpadding="3"] th { padding: 3px; }
.page-content table[cellpadding="4"] td, .page-content table[cellpadding="4"] th { padding: 4px; }
.page-content table[cellpadding="5"] td, .page-content table[cellpadding="5"] th { padding: 5px; }
.page-content table[cellpadding="6"] td, .page-content table[cellpadding="6"] th { padding: 6px; }
.page-content table[cellpadding="7"] td, .page-content table[cellpadding="7"] th { padding: 7px; }
.page-content table[cellpadding="8"] td, .page-content table[cellpadding="8"] th { padding: 8px; }
.page-content table[cellpadding="9"] td, .page-content table[cellpadding="9"] th { padding: 9px; }
.page-content table[cellpadding="10"] td, .page-content table[cellpadding="10"] th { padding: 10px; }
.page-content table[cellpadding="11"] td, .page-content table[cellpadding="11"] th { padding: 11px; }
.page-content table[cellpadding="12"] td, .page-content table[cellpadding="12"] th { padding: 12px; }
.page-content table[cellpadding="13"] td, .page-content table[cellpadding="13"] th { padding: 13px; }
.page-content table[cellpadding="14"] td, .page-content table[cellpadding="14"] th { padding: 14px; }
.page-content table[border="0"] td, .page-content table[border="0"] th { border: none; }
.page-content > *:first-child { margin-top: 0; }
.page-content > *:first-child > *:first-child { margin-top: 0; }
.page-content a { text-decoration: none; }
.page-content a:hover { text-decoration: underline; }
.page-content img { max-width: 100%; height: auto; }
.page-content h1.with-img { position: relative; padding: 16px 0 15px 63px; }
@media screen and (max-width: 414px) { .page-content h1.with-img { margin-top: 1.6em; } }
.page-content h1.with-img img { position: absolute; top: -2px; left: -10px; width: 74px; height: auto; }
@media screen and (max-width: 414px) { .page-content h1.with-img { padding: 7px 0 8px 48px; }
  .page-content h1.with-img img { top: -2px; left: -6px; width: 50px; } }
.page-content ul.border-list { margin: 0; padding: 0; list-style: none; }
.page-content ul.border-list > li { margin: 0; padding: 11px 25px 11px 27px; border-top: 2px solid #7F3478; }
@media screen and (max-width: 414px) { .page-content ul.border-list > li { padding-right: 10px; padding-left: 10px; } }
.page-content ul.border-list > li:first-child { padding-top: 0; border: 0; }
.page-content ul.border-list > li:last-child { padding-bottom: 0; }
.page-content .image-wrapper { overflow: hidden; width: 100%; margin: 38px 0 30px -3px; text-align: center; }
.page-content .image-wrapper + .image-wrapper { margin-top: 0; }
.page-content .image-wrapper img { max-width: 100%; height: auto; }
.page-content .image-wrapper figure { float: left; padding: 0 0 3px 3px; }
.page-content .image-wrapper.image-wrapper-4 figure { width: 25%; }
.page-content .image-wrapper.image-wrapper-3 figure { width: 33.33333%; }
.page-content .image-wrapper.image-wrapper-2 figure { width: 50%; }
.page-content .bubbles-text { font-size: 16px; font-size: 1rem; -moz-border-radius: 25px 25px 0 25px; -webkit-border-radius: 25px; border-radius: 25px 25px 0 25px; font-weight: 700; float: right; margin: 0 0 15px 15px; padding: 21px 30px; width: 240px; text-align: left; background: #BEC0C0; }
.page-content .bubbles-text.bubbles-left { -moz-border-radius: 25px 25px 25px 0; -webkit-border-radius: 25px; border-radius: 25px 25px 25px 0; float: left; margin: 0 16px 16px 0;}
@media screen and (max-width: 414px) { .page-content .bubbles-text, .page-content .bubbles-text.bubbles-left { float: none; margin: 0 0 15px 0; width: auto; } }

div.subsection { background-color: #eee; padding: 10px 25px;}

/* =============================================================================
- Lib
============================================================================= */
/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }

.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.slick-track { position: relative; left: 0; top: 0; display: block; }
.slick-track:before, .slick-track:after { content: ""; display: table; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }

.slick-slide { float: left; height: 100%; min-height: 1px; display: none; }
[dir="rtl"] .slick-slide { float: right; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }

.slick-arrow.slick-hidden { display: none; }

/* =============================================================================
- Modules
============================================================================= */
/*  Table of Contents =============================================================================
	0   General =============================================================================
*/
/* 0 General 
=======================================*/
#skip-to-content { font-size: 20px; font-size: 1.25rem; position: absolute; top: -9999px; display: block; overflow: hidden; height: 0; padding: 15px 20px; text-align: center; color: #333; color: #000; background: #EFEFEF; }
#skip-to-content:focus { position: relative; z-index: 888; top: 0; height: auto; text-decoration: underline; }

input { -webkit-appearance: none; border-radius: 0; }

button { border: 0; padding: 0; }

.query-crt { display: none; position: absolute; }

@media screen and (min-width: 840px) { .query-crt-desktop { display: block; } }
@media screen and (min-width: 768px) and (max-width: 839px) { .query-crt-tablet { display: block; } }
@media screen and (max-width: 767px) { .query-crt-mobile { display: block; } }
/*hidden Dropdown*/
.js-dropdown-container { position: relative; }

.js-dropdown-content { -moz-transition-duration: 0.3s; -o-transition-duration: 0.3s; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -moz-transition-property: -moz-transform, opacity; -o-transition-property: -o-transform, opacity; -webkit-transition-property: -webkit-transform, opacity; transition-property: transform, opacity; -moz-transform: translate(12px, 12px); -ms-transform: translate(12px, 12px); -webkit-transform: translate(12px, 12px); transform: translate(12px, 12px); position: absolute; z-index: 40; top: -9999px; left: -9999px; opacity: 0; }
.active > .js-dropdown-content, .input-focus > .js-dropdown-content { -moz-transform: translate(0, 0); -ms-transform: translate(0, 0); -webkit-transform: translate(0, 0); transform: translate(0, 0); top: 99%; left: 0; opacity: 1; }
.active > .js-dropdown-content.js-dropdown-content-right, .input-focus > .js-dropdown-content.js-dropdown-content-right { right: 0; left: auto; }

.rte-template:after { font-size: 0; display: block; clear: both; overflow: hidden; height: 0; content: " "; }

.rte-imgContainer { margin-bottom: 10px; background-color: #EEE; }
.rte-img-right .rte-imgContainer { float: right; margin-left: 20px; }
.rte-img-left .rte-imgContainer { float: left; margin-right: 20px; }
.rte-img-left .rte-imgContainer img, .rte-img-right .rte-imgContainer img { display: block; max-width: 100%; height: auto !important; }

.rte-img-noWrap .rte-imgContainer, .rte-img-noWrap .rte-img-content { overflow: hidden; }

.rte-img-content > *:first-child { margin-top: 0; }

.rte-img-caption { font-size: pxem(12); line-height: 1.1; padding: 7px; }

.bk2Top_container_row { position: relative; height: 0; }
.page-index .bk2Top_container_row { display: none; }

.bk2Top_container { position: relative; z-index: 15; top: -60px; float: right; width: 44px; height: 44px; }

.bk2TopBtn { font-size: 20px; font-size: 1.25rem; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; font-weight: 700; line-height: 34px; position: relative; display: block; overflow: hidden; width: 44px; height: 44px; text-align: center; color: #750e6c; border: 2px solid #750e6c; background-color: transparent; }
.bk2TopBtn i { -moz-transition-duration: 0.3s; -o-transition-duration: 0.3s; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; }
.bk2TopBtn:hover i, .bk2TopBtn:focus i { -moz-transform: translateY(-2px); -ms-transform: translateY(-2px); -webkit-transform: translateY(-2px); transform: translateY(-2px); }
@media screen and (max-width: 839px) { .bk2TopBtn { position: fixed !important; bottom: 15px !important; background-color: #fff; } }

.tableWrapper { overflow-y: hidden; position: relative; -webkit-overflow-scrolling: touch; }
.tableWrapper > table { margin: 0; }

.tableWrapperOuter { position: relative; margin: 20px 0; }
.tableWrapperOuter:before, .tableWrapperOuter:after { background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjAuNSIgeDI9IjAuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA='); background-size: 100%; background-image: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0))); background-image: -moz-linear-gradient(right, #ffffff, rgba(255, 255, 255, 0)); background-image: -webkit-linear-gradient(right, #ffffff, rgba(255, 255, 255, 0)); background-image: linear-gradient(to left, #ffffff, rgba(255, 255, 255, 0)); position: absolute; z-index: 22; pointer-events: none; top: 0; width: 20px; bottom: 0; content: ' '; display: block; }
.tableWrapperOuter:before { -moz-transform: scaleX(-1); -ms-transform: scaleX(-1); -webkit-transform: scaleX(-1); transform: scaleX(-1); left: 0; }
.tableWrapperOuter:after { right: 0; }
.tableWrapperOuter.leftEnd:before { display: none; }
.tableWrapperOuter.rightEnd:after { display: none; }

/* =============================================================================
- Sections
============================================================================= */
/*main
==============*/
* { box-sizing: border-box; -webkit-tap-highlight-color: transparent; }

html, body { -ms-overflow-style: scrollbar; }
html.mouse-down-remove-outline *:focus, body.mouse-down-remove-outline *:focus { outline: 0; }

.wrapper { position: relative; overflow: hidden; min-height: 500px; background-color: #FFF; }
.page-index .wrapper { background: #F1F1F1; }

main { position: relative; z-index: 3; }

header { position: relative; z-index: 25; background: #FFF; }
header > .container { position: relative; }
@media screen and (min-width: 840px) { header > .container { height: 100px; } }
@media screen and (max-width: 839px) { header > .container { height: 60px; } }

.mainLogo { font-size: 22px; font-size: 1.375rem; float: left; width: 344px; color: #750e6c; font-weight:700;}
.mainLogo-year { font-size: 19px; font-size: 1.1875rem; color: #000; }
@media screen and (min-width: 992px) { .mainLogo { padding: 40px 0 0; } }
@media screen and (min-width: 840px) and (max-width: 991px) { .mainLogo { padding: 26px 0 0; width: 210px; font-size: 20px; font-size: 1.25rem; }
  .mainLogo-year { font-size: 18px; font-size: 1.125rem; display: block; } }
@media screen and (min-width: 768px) and (max-width: 839px) { .mainLogo { padding: 20px 0 0; } }
@media screen and (max-width: 767px) { .mainLogo { font-size: 20px; font-size: 1.25rem; padding: 10px 0; }
  .mainLogo-year { font-size: 16px; font-size: 1rem; display: block; } }

.header-top-right { -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); font-size: 0; position: absolute; top: 50%; right: 15px; }

.header-lang-w { font-size: 0; }

.header-lang-w, .header-top-search-container { display: inline-block; vertical-align: middle; color: #545454; }

.header-lang-link { font-size: 12px; font-size: 0.75rem; display: inline-block; width: 28px; text-align: center; vertical-align: middle; }
.lang-en .header-lang-link-en { /*display: none;*/ }
.lang-tc .header-lang-link-tc { /*display: none;*/ }
.lang-sc .header-lang-link-sc { /*display: none;*/ }

.header-top-search-container { margin: 0 0 0 3px; }

#search-button { font-size: 13px; font-size: 0.8125rem; font-weight: 700; line-height: 20px; width: 20px; height: 20px; text-align: center; background: none; }
#search-button:before { color: #545454; }

.search-dropdown { padding: 0; border-top: 5px solid transparent; }
.active > .search-dropdown, .input-focus > .search-dropdown { right: 0; left: auto; }

#search-box { font-size: 14px; font-size: 0.875rem; width: 200px; height: 38px; text-indent: 10px; border: 0; background: #e7e7e7; color: #000;}
#search-box::-moz-placeholder { color: #999; opacity: 1; }
#search-box:-ms-input-placeholder { color: #999; }
#search-box::-webkit-input-placeholder { color: #999; }

.header-mobile-button { position: absolute; top: 9px; right: 15px; }
@media screen and (min-width: 768px) { .header-mobile-button { top: 13px; } }

.mMenu-trigger { font-size: 24px; font-size: 1.5rem; line-height: 35px; width: 35px; height: 35px; text-align: center; vertical-align: middle; background: none; }

footer { position: relative; z-index: 6; margin: 30px 0 0; }
@media screen and (min-width: 768px) { footer { margin: 90px 0 0; }
  .page-index footer { margin-top: 35px; } }

.footer-top { padding: 38px 0 65px; background: #545454; }
@media screen and (max-width: 767px) { .footer-top { padding-bottom: 0; } }

.ft-st-list-1 { font-size: 0; padding: 0; list-style: none; color: #FFF; }
@media screen and (min-width: 840px) { .ft-st-list-1 { margin: 0 0 0 -30px; } }
@media screen and (min-width: 768px) and (max-width: 839px) { .ft-st-list-1 { margin: 0 0 0 -15px; } }

.ft-st-item-1 { line-height: 1.2; display: inline-block; width: 20%; vertical-align: top; }
@media screen and (min-width: 840px) { .ft-st-item-1 { padding: 0 0 0 30px; } }
@media screen and (min-width: 768px) and (max-width: 839px) { .ft-st-item-1 { padding: 0 0 0 15px; } }
@media screen and (max-width: 767px) { .ft-st-item-1 { display: block; width: auto; margin-bottom: 40px; } }

.ft-st-link-1 { font-size: 15px; font-size: 0.9375rem; font-family: "frutiger_ce_bold", 'frutiger', 'Arial', 'Microsoft JhengHei', 'Helvetica', 'sans-serif'; font-weight: 700; position: relative; display: block; margin: 0 0 30px; padding: 0 40px 0 0; }
.ft-st-link-1:after { position: absolute; bottom: -8px; left: 0; width: 100%; height: 1px; content: " "; background-color: #FFF; }
@media screen and (min-width: 768px) { .ft-st-link-1 { min-height: 32px; } }

.ft-st-list-2 { margin: 15px 0 0; padding: 0; list-style: none; }

.ft-st-item-2 { line-height: 14px; position: relative; margin: 0 0 10px; padding: 0 0 0 8px; }
.ft-st-item-2:before { position: absolute; top: 7px; left: 1px; width: 2px; height: 2px; content: " "; background: #FFF; }

.ft-st-link-2 { font-size: 13px; font-size: 0.8125rem; font-weight: 700; color: #FFF; }

.ft-logo { width: 286px; max-width: 100%; height: auto; }

.footer-bottom { padding: 10px 0; background: #525252; }
@media screen and (max-width: 767px) { .footer-bottom { padding: 15px 0; } }

@media screen and (min-width: 768px) { .ft-left { float: left; } }

.ft-right { margin: 13px 0 0; }
@media screen and (min-width: 768px) { .ft-right { overflow: hidden; margin-top: 0; padding: 0 0 0 20px; text-align: right; } }

.ft-list { margin: 9px 0 4px; padding: 0; list-style: none; }

.ft-item { font-size: 13px; font-size: 0.8125rem; font-weight: 700; position: relative; display: inline; color: #FFF; }
.ft-item:before { display: inline-block; width: 1px; height: 13px; margin: 0 10px 0 8px; content: " "; vertical-align: middle; background: #FFF; }
.ft-item:first-child:before { display: none; }

.ft-item-print {font-size: 18px; font-weight: 700; display:block; position: relative; color: #750e6c; padding-top: 50px; float:right; }
.ft-item-print .ico-print:before { font-size: 180%; }

.copy { font-size: 13px; font-size: 0.8125rem; font-weight: 700; color: #FFF; }

.mn-nav { position: relative; float: left; width: calc(100% - 444px); margin: 18px 0 0; }
.mn-nav:before, .mn-nav:after { position: absolute; top: 0; bottom: 0; width: 1px; content: " "; background: #E1E1E1; }
.mn-nav:before { left: 0; }
.mn-nav:after { right: 0; }
@media screen and (min-width: 840px) and (max-width: 991px) { .mn-nav { width: calc(100% - 290px); } }

.mn-list-1 { margin: 0; padding: 0; list-style: none; }

.mn-item-1 { display: table-cell; height: 64px; width: 2%; padding: 2px 10px 0 10px; vertical-align: middle; text-align:center}
.mn-item-1 > a {text-transform: uppercase;}
.mn-item-1:first-child { /*padding-left: 2.5em;*/ }
@media screen and (min-width: 840px) and (max-width: 991px) { .mn-item-1 { width: 1%; } }

.mn-link-1 { font-size: 15px; font-size: 0.9375rem; line-height: 18px; display: block; color: #2D2C2C; }
.selected > .mn-link-1 { color: #750e6c; font-weight: bold; }
@media screen and (min-width: 840px) and (max-width: 991px) { .mn-link-1 { font-size: 14px; font-size: 0.875rem; } }

.mn-list-2 { -moz-transition-property: -moz-transform, opacity; -o-transition-property: -o-transform, opacity; -webkit-transition-property: -webkit-transform, opacity; transition-property: transform, opacity; -moz-transform: translate(12px, 12px); -ms-transform: translate(12px, 12px); -webkit-transform: translate(12px, 12px); transform: translate(12px, 12px); -moz-transition-duration: 0.3s; -o-transition-duration: 0.3s; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; font-size: 0; position: absolute; top: -9999px; margin: 0; margin: -6px 0 0 -23px; padding: /*9px 140px 14px 25px*/9px 25px 14px 25px; list-style: none; opacity: 0; background: #e7e7e7; width:250px; text-align:left;}
.active > .mn-list-2 { -moz-transform: translate(0, 0); -ms-transform: translate(0, 0); -webkit-transform: translate(0, 0); transform: translate(0, 0); top: 100%; opacity: 1; }

.mn-item-2 { font-size: 16px; font-size: 1rem; padding: /*9px 20px 9px 0*/9px 0 9px 0; }
.mn-item-2-education > a:hover, .mn-item-2-education > a:focus { color: #1768be; }
.mn-item-2-education.mb-active > a, .mn-item-2-education.selected > a { color: #1768be; }
.mn-item-2-research > a:hover, .mn-item-2-research > a:focus { color: #750e6c; }
.mn-item-2-research.mb-active > a, .mn-item-2-research.selected > a { color: #750e6c; }
.mn-item-2-engagement > a:hover, .mn-item-2-engagement > a:focus { color: #8e2345; /*#bf305d;*/ }
.mn-item-2-engagement.mb-active > a, .mn-item-2-engagement.selected > a { color: #8e2345; /*#bf305d;*/ }
.mn-item-2-resources > a:hover, .mn-item-2-resources > a:focus { color: #923900; }
.mn-item-2-resources.mb-active > a, .mn-item-2-resources.selected > a { color: #923900; }
.mn-item-2-infrastructure > a:hover, .mn-item-2-infrastructure > a:focus { color: #197661; }
.mn-item-2-infrastructure.mb-active > a, .mn-item-2-infrastructure.selected > a { color: #197661; }

.mn-link-2 { -moz-transition-duration: 0.2s; -o-transition-duration: 0.2s; -webkit-transition-duration: 0.2s; transition-duration: 0.2s; color: inherit; }

.mn-list-3 { display: none; }

.js-menuCover { -moz-transition-duration: 0.5s; -o-transition-duration: 0.5s; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; position: fixed; z-index: 900; top: 0; bottom: 0; left: 100%; width: 100%; background: rgba(255, 255, 255, 0.9); }
body.slideIn .js-menuCover { -moz-transform: translateX(-100%); -ms-transform: translateX(-100%); -webkit-transform: translateX(-100%); transform: translateX(-100%); }

.mb-m-wrap { -moz-transition-duration: 0.5s; -o-transition-duration: 0.5s; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; -moz-transition-property: -moz-transform, box-shadow; -o-transition-property: -o-transform, box-shadow; -webkit-transition-property: -webkit-transform, box-shadow; transition-property: transform box-shadow; position: fixed; z-index: 9991; top: 0; left: 100%; overflow: auto; width: 290px; height: 100%; padding: 57px 0 0; border-left: 1px solid #EFEFEF; background: #FFF; }
body.slideIn .mb-m-wrap { -moz-transform: translateX(-290px); -ms-transform: translateX(-290px); -webkit-transform: translateX(-290px); transform: translateX(-290px); -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6); -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6); box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6); }

.mb-m-close { font-size: 20px; line-height: 40px; position: absolute; z-index: 15; top: 9px; right: 5px; width: 40px; height: 40px; padding: 0; text-align: center; border: 0; background: transparent; }

.mb-m-nav { border-top: 3px solid #750e6c; }

.mb-m-list-1 { margin: 0; padding: 0; list-style: none; }

.mb-m-item-1 { border-bottom: 1px solid #EFEFEF; }

.mb-m-link-1 { font-size: 15px; font-size: 0.9375rem; line-height: 1; position: relative; display: block; padding: 10px 50px 10px 20px; }

.mb-m-list-2 { display: none; margin: 0; padding: 0; list-style: none; background: #F9F9F9; }

.mb-m-item-2 { border-top: 1px solid #EFEFEF; }

.mb-m-link-2 { font-size: 14px; font-size: 0.875rem; -moz-transition-duration: 0.3s; -o-transition-duration: 0.3s; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; position: relative; display: block; padding: 10px 50px 10px 20px; }

.mb-m-list-3 { display: none; margin: 0; padding: 0; list-style: none; border-top: 1px solid #EFEFEF; background-color: #F2F2F2; }

.mb-m-item-3:first-child > a { padding-top: 11px; }
.mb-m-item-3:last-child > a { padding-bottom: 11px; }

.mb-m-link-3 { font-size: 13px; font-size: 0.8125rem; -moz-transition-duration: 0.3s; -o-transition-duration: 0.3s; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; position: relative; display: block; padding: 6px 50px 6px 20px; color:#000;}

.mb-m-link-3:hover, .mb-m-link-3:focus { color:#000;}

.mb-m-item-3 { border-top: 1px solid #dddddd; }
.mb-m-item-3.subgroup1 + .subgroup1, .mb-m-item-3.subgroup2 + .subgroup2, .mb-m-item-3.subgroup3 + .subgroup3 { border-top: none; }
.mb-m-item-3:first-child { border-top: 0; }
.i-arrow-down { -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -webkit-transform: rotate(180deg); transform: rotate(180deg); line-height: 30px; position: absolute; top: 2px; right: 10px; display: block; width: 30px; height: 30px; cursor: pointer; text-align: center; color: #750e6c; }
.i-arrow-down:before { position: absolute; top: 0; right: 0; bottom: 0; left: 0; }
.mb-active > a .i-arrow-down { -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg); }

.mobile-extra { padding: 10px; }

@media screen and (max-width: 839px) { .header-top-search-container { margin-left: 10px; }
  .search-dropdown { -moz-transform: translate(0, 0); -ms-transform: translate(0, 0); -webkit-transform: translate(0, 0); transform: translate(0, 0); position: relative !important; top: auto; left: auto; display: inline-block; opacity: 1; border-top: 0; }
  .active > .search-dropdown, .input-focus > .search-dropdown { -moz-transform: translate(0, 0); -ms-transform: translate(0, 0); -webkit-transform: translate(0, 0); transform: translate(0, 0); position: relative; top: 0; right: 0; left: 0; }
  #search-box { width: 175px; height: 30px; background-color: #F5F5F5; } }
.breadcrumb { line-height: 1.1; margin: 0 0 10px; padding: 0; color: #555; }
.breadcrumb li { font-size: pxem(13); line-height: 1.1; display: inline; margin: 0; padding: 0; list-style: none; }
.breadcrumb li:before { margin: 5px; content: ">"; }
.breadcrumb li:first-child:before { margin: 0; content: " "; }
.breadcrumb a { color: inherit; }
.breadcrumb a:hover, .breadcrumb a:focus { text-decoration: underline; }

.page-cate { font-size: 36px; font-size: 2.25rem; font-weight: 400; line-height: 1.2; margin: -7px 11px 22px; color: #750e6c; }
@media screen and (min-width: 768px) and (max-width: 839px) { .page-cate { font-size: 30px; font-size: 1.875rem; } }
@media screen and (max-width: 767px) { .page-cate { margin: 0 0 12px; } }
@media screen and (max-width: 414px) { .page-cate { font-size: 30px; font-size: 1.875rem; } }

.sm-list-1 { margin: 0; padding: 0; list-style: none; border-bottom: 1px solid #dddddd;}

.image-link {border-top: none; border-bottom: none; 1px solid #dddddd; padding-top: 10px; }

.separate-line {border-bottom: 1px solid #dddddd; }

.sm-item-1 { line-height: 1.3; border-top: 1px solid #dddddd; }

.sm-item-1.subgroup1 + .subgroup1, .sm-item-1.subgroup2 + .subgroup2, .sm-item-1.subgroup3 + .subgroup3 { border-top: none; }

.sm-item-1:first-child { border-top: 0; }
.sm-item-1.selected > a, .sm-item-1 > a:hover, .sm-item-1 > a:focus { color: #750e6c; }
.sm-item-1.selected > a:before, .sm-item-1 > a:hover:before, .sm-item-1 > a:focus:before { -moz-transform: translate(0, 0); -ms-transform: translate(0, 0); -webkit-transform: translate(0, 0); transform: translate(0, 0); opacity: 1; }

/*.sm-link-1 { font-size: 16px; font-size: 1rem; position: relative; display: block; padding: 11px 13px 11px 17px; }*/
.sm-link-1 { font-size: 1rem; font-size: 1rem; position: relative; display: block; padding: 11px 13px 11px 17px; }

.sm-link-1 .subitem-text { font-size: 0.9rem; }

.sm-item-1.item-indent {padding-left: 20px; }

.sm-link-1:before { -moz-transition-duration: 0.3s; -o-transition-duration: 0.3s; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -moz-transition-property: -moz-transform, opacity; -o-transition-property: -o-transform, opacity; -webkit-transition-property: -webkit-transform, opacity; transition-property: transform opacity; -moz-transform: translate(10px, 10px); -ms-transform: translate(10px, 10px); -webkit-transform: translate(10px, 10px); transform: translate(10px, 10px); top: 0; left: 0; width: 100%; height: 100%; content: " "; opacity: 0; background-color: #e7e7e7; position: absolute; }

.sm-text-1 { position: relative; z-index: 3; }

.sm-text-1.item-indent .sm-link-1 { font-size: 0.85rem;}

.subitem-title { color: #545454; padding-left: 27px }
.subitem-title span.learnmore  {font-size: 0.8rem; color: #545454; display:inline-block; padding: 5px 5px;}
.subitem-title > a.sm-link-1  { padding: 5px 5px; font-size: 0.9rem; color:#333333; }

.subitem-title.selected > a, .subitem-title > a:hover, .subitem-title > a:focus { color: #750e6c; }
.subitem-title > a > span { position: relative; z-index:3;}
.subitem-title.selected > a:before, .subitem-title > a:hover:before, .subitem-title > a:focus:before { -moz-transform: translate(0, 0); -ms-transform: translate(0, 0); -webkit-transform: translate(0, 0); transform: translate(0, 0); opacity: 1; }


.page-index .wrapper { background-image: url('/20210330055419oe_/http://www.cuhk.edu.hk/strategicplan/2016/images/bg-1x.jpg?1464087280'); background-size: auto 494px; background-repeat: no-repeat; }
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) { .page-index .wrapper { background-image: url('/20210330055419oe_/http://www.cuhk.edu.hk/strategicplan/2016/images/bg-2x.jpg?1464087280'); } }
@media screen and (min-width: 840px) { .page-index .wrapper { background-position: center 180px; } }
@media screen and (max-width: 839px) { .page-index .wrapper { background-position: center 140px; } }

.idx-boxes { margin: 22.16495% 0 0; }

.idx-box { position: relative; overflow: hidden; margin: 0 0 15px; }

.idx-box-inner { -moz-transition-property: -moz-transform; -o-transition-property: -o-transform; -webkit-transition-property: -webkit-transform; transition-property: transform; -moz-transition-duration: 0.6s; -o-transition-duration: 0.6s; -webkit-transition-duration: 0.6s; transition-duration: 0.6s; -moz-transition-timing-function: cubic-bezier(0.32, 0.01, 0.41, 0.98); -o-transition-timing-function: cubic-bezier(0.32, 0.01, 0.41, 0.98); -webkit-transition-timing-function: cubic-bezier(0.32, 0.01, 0.41, 0.98); transition-timing-function: cubic-bezier(0.32, 0.01, 0.41, 0.98); font-size: 0; }
@media screen and (min-width: 768px) { .idx-box-active.idx-box-left .idx-box-inner { -moz-transform: translateX(-315px); -ms-transform: translateX(-315px); -webkit-transform: translateX(-315px); transform: translateX(-315px); }
  .idx-box-active.idx-box-right .idx-box-inner { -moz-transform: translateX(315px); -ms-transform: translateX(315px); -webkit-transform: translateX(315px); transform: translateX(315px); } }
@media screen and (max-width: 767px) { .idx-box-active .idx-box-inner { -moz-transform: translateY(-50px); -ms-transform: translateY(-50px); -webkit-transform: translateY(-50px); transform: translateY(-50px); } }
@media screen and (min-width: 840px) { .idx-box-left .idx-box-inner { margin-right: -475px; } }
@media screen and (min-width: 768px) and (max-width: 839px) { .idx-box-left .idx-box-inner { margin-right: -540px; } }
@media screen and (min-width: 840px) { .idx-box-right .idx-box-inner { margin-left: -475px; text-align: right; } }
@media screen and (min-width: 768px) and (max-width: 839px) { .idx-box-right .idx-box-inner { margin-left: -540px; text-align: right; } }

@media screen and (min-width: 768px) { .idx-box-header, .idx-box-img-wrapper { display: inline-block; vertical-align: top; } }

.idx-box-header, .idx-box-layer-header { font-weight: 400; position: relative; z-index: 3; }
@media screen and (min-width: 768px) { .idx-box-header, .idx-box-layer-header { height: 240px; padding: 40px; text-align: left; white-space: normal; }
  .idx-box-header > span, .idx-box-layer-header > span { -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); position: absolute; top: 50%; left: 40px; padding: 16px 0; }
  .idx-box-left .idx-box-header, .idx-box-left .idx-box-layer-header { float: left; }
  .idx-box-right .idx-box-header, .idx-box-right .idx-box-layer-header { float: right; } }
@media screen and (max-width: 767px) { .idx-box-header, .idx-box-layer-header { font-size: 20px; font-size: 1.25rem; line-height: 1.2; padding: 12px 20px 10px; text-align: center; } }

.idx-box-img-wrapper { position: relative; }
.idx-box-img-wrapper img { display: block; }
@media screen and (min-width: 768px) { .idx-box-img-wrapper img { height: 240px; } }
@media screen and (max-width: 767px) { .idx-box-img-wrapper { padding: 57.14286% 0 0; }
  .idx-box-img-wrapper img { position: absolute; top: 0; height: calc(100% + 100px); }
  .idx-box-left .idx-box-img-wrapper img { -moz-transform: translate(-25%, -50px); -ms-transform: translate(-25%, -50px); -webkit-transform: translate(-25%, -50px); transform: translate(-25%, -50px); left: 0; }
  .idx-box-right .idx-box-img-wrapper img { -moz-transform: translate(25%, -50px); -ms-transform: translate(25%, -50px); -webkit-transform: translate(25%, -50px); transform: translate(25%, -50px); right: 0; } }

.idx-box-header { color: #750e6c; background: #FFF; }
@media screen and (min-width: 768px) { .idx-box-header { font-size: 36px; font-size: 2.25rem; width: 315px; }
  .idx-box-header > span { right: 40px; } }

.idx-box-layer-header { color: #FFF; }
@media screen and (min-width: 768px) { .idx-box-layer-header { font-size: 30px; font-size: 1.875rem; position: absolute; top: 0; width: 240px; }
  .idx-box-layer-header > span { right: 0; }
  .idx-box-left .idx-box-layer-header { left: 0; }
  .idx-box-left .idx-box-layer-header > span { border-right: 1px solid #FFF; }
  .idx-box-right .idx-box-layer-header { right: 0; }
  .idx-box-right .idx-box-layer-header > span { right: 40px; left: 0; padding-left: 40px; border-left: 1px solid #FFF; } }
@media screen and (min-width: 768px) and (max-width: 839px) { .idx-box-layer-header { width: 230px; } }
@media screen and (max-width: 767px) { .idx-box-layer-header { position: relative; padding-top: 18px; padding-bottom: 16px; }
  .idx-box-layer-header:before { position: absolute; right: 15%; bottom: 0; left: 15%; height: 1px; content: " "; background-color: #FFF; } }

.idx-box-layer { -moz-transition-property: -moz-transform, opacity; -o-transition-property: -o-transform, opacity; -webkit-transition-property: -webkit-transform, opacity; transition-property: transform opacity; -moz-transition-duration: 0.45s; -o-transition-duration: 0.45s; -webkit-transition-duration: 0.45s; transition-duration: 0.45s; -moz-transition-timing-function: cubic-bezier(0.32, 0.01, 0.41, 0.98); -o-transition-timing-function: cubic-bezier(0.32, 0.01, 0.41, 0.98); -webkit-transition-timing-function: cubic-bezier(0.32, 0.01, 0.41, 0.98); transition-timing-function: cubic-bezier(0.32, 0.01, 0.41, 0.98); position: absolute; top: 0; bottom: 0; width: 100%; opacity: 0; background: rgba(79, 7, 73, 0.8); }
.idx-box-left .idx-box-layer { -moz-transform: translate(80px, 80px); -ms-transform: translate(80px, 80px); -webkit-transform: translate(80px, 80px); transform: translate(80px, 80px); left: 100%; }
.idx-box-right .idx-box-layer { -moz-transform: translate(-80px, 80px); -ms-transform: translate(-80px, 80px); -webkit-transform: translate(-80px, 80px); transform: translate(-80px, 80px); right: 100%; }
.idx-box-active .idx-box-layer { -moz-transform: translate(0, 0); -ms-transform: translate(0, 0); -webkit-transform: translate(0, 0); transform: translate(0, 0); opacity: 1; }
.idx-box-active.idx-box-left .idx-box-layer { left: 0; }
.idx-box-leaving.idx-box-left .idx-box-layer { left: 0; }
.idx-box-active.idx-box-right .idx-box-layer { right: 0; }
.idx-box-leaving.idx-box-right .idx-box-layer { right: 0; }

@media screen and (max-width: 767px) { .idx-box-layer-links-wrapper { position: relative; } }
@media screen and (min-width: 768px) { .idx-box-layer-links-wrapper { display: table-cell; width: 1%; height: 240px; white-space: nowrap; vertical-align: middle; }
  .idx-box-left .idx-box-layer-links-wrapper { text-align: left; }
  .idx-box-right .idx-box-layer-links-wrapper { text-align: right; } }
@media screen and (min-width: 840px) { .idx-box-left .idx-box-layer-links-wrapper { padding: 0 0 0 240px; }
  .idx-box-right .idx-box-layer-links-wrapper { padding: 0 240px 0 0; } }
@media screen and (min-width: 768px) and (max-width: 839px) { .idx-box-left .idx-box-layer-links-wrapper { padding: 0 0 0 230px; }
  .idx-box-right .idx-box-layer-links-wrapper { padding: 0 230px 0 0; } }

.idx-box-layer-link { font-size: 24px; font-size: 1.5rem; -moz-transition-property: color; -o-transition-property: color; -webkit-transition-property: color; transition-property: color; -moz-transition-duration: 0.3s; -o-transition-duration: 0.3s; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; position: relative; color: #FFF; }
@media screen and (max-width: 767px) { .idx-box-layer-link { font-size: 16px; font-size: 1rem; display: table; margin: 20px auto; } }
@media screen and (min-width: 768px) and (max-width: 839px) { .idx-box-left .idx-box-layer-link { margin: 0 0 0 7.14286%; }
  .idx-box-left .idx-box-layer-link:first-child { margin-left: 7.14286%; } }
@media screen and (min-width: 840px) { .idx-box-left .idx-box-layer-link { margin: 0 0 0 15.41667%; }
  .idx-box-left .idx-box-layer-link:first-child { margin-left: 6.66667%; } }
@media screen and (min-width: 768px) and (max-width: 839px) { .idx-box-right .idx-box-layer-link { margin: 0 8.57143% 0 0; }
  .idx-box-right .idx-box-layer-link:last-child { margin-right: 7.14286%; } }
@media screen and (min-width: 840px) { .idx-box-right .idx-box-layer-link { margin: 0 15.41667% 0 0; }
  .idx-box-right .idx-box-layer-link:last-child { margin-right: 6.66667%; } }
.idx-box-layer-link > span { position: relative; z-index: 2; }
.idx-box-layer-link:before { -moz-transition-property: opacity, -moz-transform; -o-transition-property: opacity, -o-transform; -webkit-transition-property: opacity, -webkit-transform; transition-property: opacity transform; -moz-transition-duration: 0.3s; -o-transition-duration: 0.3s; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; position: absolute; top: -5px; right: -10px; bottom: -5px; left: -10px; content: " "; opacity: 0; background: #FFF; }
@media screen and (min-width: 768px) { .idx-box-left .idx-box-layer-link:before { -moz-transform: translate(8px, 8px); -ms-transform: translate(8px, 8px); -webkit-transform: translate(8px, 8px); transform: translate(8px, 8px); } }
@media screen and (min-width: 768px) { .idx-box-right .idx-box-layer-link:before { -moz-transform: translate(-8px, 8px); -ms-transform: translate(-8px, 8px); -webkit-transform: translate(-8px, 8px); transform: translate(-8px, 8px); } }
.idx-box-layer-link-education:hover, .idx-box-layer-link-education:focus { color: #1768be; }
.idx-box-layer-link-research:hover, .idx-box-layer-link-research:focus { color: #750e6c; }
.idx-box-layer-link-engagement:hover, .idx-box-layer-link-engagement:focus { color: #8e2345; /*#bf305d;*/ }
.idx-box-layer-link-resources:hover, .idx-box-layer-link-resources:focus { color: #923900; }
.idx-box-layer-link-infrastructure:hover, .idx-box-layer-link-infrastructure:focus { color: #197661; }
.idx-box-left .idx-box-layer-link:hover:before, .idx-box-right .idx-box-layer-link:hover:before, .idx-box-left .idx-box-layer-link:focus:before, .idx-box-right .idx-box-layer-link:focus:before { -moz-transform: translate(0, 0); -ms-transform: translate(0, 0); -webkit-transform: translate(0, 0); transform: translate(0, 0); opacity: 1; }

.page { margin: 70px 0 0; }
@media screen and (max-width: 767px) { .page { margin-top: 25px; } }

.page-left { float: left; width: 27.12766%; }

@media screen and (max-width: 767px) { .page-left { display:block; float:none; } }
@media screen and (min-width: 768px) { .page-left + .page-main { float: right; width: 65.6383%; margin: 0 5.31915% 0 0; } }

.page-banner-wrapper { margin: 0 0 38px; }
@media screen and (max-width: 414px) { .page-banner-wrapper { margin-bottom: 24px; } }
.page-banner-wrapper img { width: 100%; height: auto; }
.page-banner-wrapper figcaption { font-size: 30px; font-size: 1.875rem; font-style: italic; margin: 18px 0; }
@media screen and (max-width: 414px) { .page-banner-wrapper figcaption { font-size: 22px; font-size: 1.375rem; margin: 12px 0  20px; } }

figure.left-align {
	float:left; padding:0 15px 15px 0; max-width:50%;
}

span.ICARE {width: 1em; display:inline-block; text-align:center;}

.text-indent { padding-left:25%;}

.page-banner-wrapper + .page-content .with-img:first-child { margin-top: -18px; }

/*.page-next-row { margin: 24px 0 0; text-align: right; }*/
.page-next-row { margin: 24px 0 0 auto; text-align: left; width:45%; }

.page-next-btn { font-size: 24px; font-size: 1.5rem; line-height: 1.2; position: relative; display: block; max-width: 270px; padding: 0 25px 0 0; text-align: left; color: #750e6c; }
@media screen and (max-width: 414px) { .page-next-btn { font-size: 19px; font-size: 1.1875rem; } }
.page-next-btn small { font-size: 14px; font-size: 0.875rem; display: block; margin: 0 0 2px; color: #545454; }

.page-next-btn:after { font-size: 24px; font-size: 1.5rem; -moz-transition-duration: 0.3s; -o-transition-duration: 0.3s; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; position: absolute; display: block; top: 50%; right: 0; color: #750e6c;-webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

.page-next-btn:hover:after, .page-next-btn:focus:after { -moz-transform: translate(5px, -50%); -ms-transform: translate(5px, -50%); -webkit-transform: translate(5px, -50%); transform: translate(5px, -50%); }

body.page-default .wrapper { background-color: #f5f5f5; }
body.page-default .page-content a { color: #750e6c; }
body.page-default .page-content a:hover { color: #750e6c; }

body.page-education .wrapper { background-color: #f4fbfe; }
body.page-education .page-cate { color: #1768be; }
body.page-education .page-content h1, body.page-education .page-content h2.with-img, body.page-education .page-content h3 { color: #1768be; }
body.page-education .page-content a { color: #1768be; }
body.page-education .page-content a:hover { color: #1768be; }
body.page-education .page-content ul.border-list > li { border-color: #00b8ee; }
body.page-education .page-content .table-arrow-row td { border-bottom-color: #f4fbfe; background-color: #f4fbfe; }
body.page-education .page-content .table-arrow-row .table-arrow-row-inner:before { border-color: transparent transparent transparent #f4fbfe; }
body.page-education .sm-item-1.selected > a, body.page-education .sm-item-1 > a:hover, body.page-education .sm-item-1 > a:focus { color: #000; }
body.page-education .sm-link-1:before { background-color: #c7e8f9; }
body.page-education .page-next-btn { color: #1768be; }
body.page-education .page-next-btn:after { color: #1768be; }
body.page-education .bk2TopBtn { border-color: #1768be; color: #1768be; }
@media screen and (max-width: 839px) { body.page-education .bk2TopBtn { background-color: #f4fbfe; } }
body.page-education .tableWrapperOuter:before, body.page-education .tableWrapperOuter:after { background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjAuNSIgeDI9IjAuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZmJmZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y0ZmJmZSIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA='); background-size: 100%; background-image: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, #f4fbfe), color-stop(100%, rgba(244, 251, 254, 0))); background-image: -moz-linear-gradient(right, #f4fbfe, rgba(244, 251, 254, 0)); background-image: -webkit-linear-gradient(right, #f4fbfe, rgba(244, 251, 254, 0)); background-image: linear-gradient(to left, #f4fbfe, rgba(244, 251, 254, 0)); }

body.page-research .wrapper { background-color: #fff3fe; }
body.page-research .page-cate { color: #750e6c; }
body.page-research .page-content h1, body.page-research .page-content h2.with-img, body.page-research .page-content h3 { color: #750e6c; }
body.page-research .page-content a { color: #750e6c; }
body.page-research .page-content a:hover { color: #750e6c; }
body.page-research .page-content ul.border-list > li { border-color: #924797; }
body.page-research .page-content .table-arrow-row td { border-bottom-color: #fff3fe; background-color: #fff3fe; }
body.page-research .page-content .table-arrow-row .table-arrow-row-inner:before { border-color: transparent transparent transparent #fff3fe; }
body.page-research .sm-item-1.selected > a, body.page-research .sm-item-1 > a:hover, body.page-research .sm-item-1 > a:focus { color: #000; }
body.page-research .sm-link-1:before { background-color: #edc1e9; }
body.page-research .page-next-btn { color: #750e6c; }
body.page-research .page-next-btn:after { color: #750e6c; }
body.page-research .bk2TopBtn { border-color: #750e6c; color: #750e6c; }
@media screen and (max-width: 839px) { body.page-research .bk2TopBtn { background-color: #fff3fe; } }
body.page-research .tableWrapperOuter:before, body.page-research .tableWrapperOuter:after { background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjAuNSIgeDI9IjAuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZjNmZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZjNmZSIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA='); background-size: 100%; background-image: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, #fff3fe), color-stop(100%, rgba(255, 243, 254, 0))); background-image: -moz-linear-gradient(right, #fff3fe, rgba(255, 243, 254, 0)); background-image: -webkit-linear-gradient(right, #fff3fe, rgba(255, 243, 254, 0)); background-image: linear-gradient(to left, #fff3fe, rgba(255, 243, 254, 0)); }

body.page-engagement .wrapper { background-color: #ffe4ed; }
body.page-engagement .page-cate { color: #8e2345; /*#bf305d;*/ }
body.page-engagement .page-content h1, body.page-engagement .page-content h2.with-img, body.page-engagement .page-content h3 { color: #8e2345; /*#bf305d;*/ }
body.page-engagement .page-content a { color: #8e2345; /*#bf305d;*/ }
body.page-engagement .page-content a:hover { color: #8e2345; /*#bf305d;*/ }
body.page-engagement .page-content ul.border-list > li { border-color: #eb6da4; }
body.page-engagement .page-content .table-arrow-row td { border-bottom-color: #ffe4ed; background-color: #ffe4ed; }
body.page-engagement .page-content .table-arrow-row .table-arrow-row-inner:before { border-color: transparent transparent transparent #ffe4ed; }
body.page-engagement .sm-item-1.selected > a, body.page-engagement .sm-item-1 > a:hover, body.page-engagement .sm-item-1 > a:focus { color: #000; }
body.page-engagement .sm-link-1:before { background-color: #f1adc4; }
body.page-engagement .page-next-btn { color: #8e2345; /*#bf305d;*/ }
body.page-engagement .page-next-btn:after { color: #8e2345; /*#bf305d;*/ }
body.page-engagement .bk2TopBtn { border-color: #8e2345; /*#bf305d;*/ color: #8e2345; /*#bf305d;*/ }
@media screen and (max-width: 839px) { body.page-engagement .bk2TopBtn { background-color: #ffe4ed; } }
body.page-engagement .tableWrapperOuter:before, body.page-engagement .tableWrapperOuter:after { background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjAuNSIgeDI9IjAuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZTRlZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZTRlZCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA='); background-size: 100%; background-image: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, #ffe4ed), color-stop(100%, rgba(255, 228, 237, 0))); background-image: -moz-linear-gradient(right, #ffe4ed, rgba(255, 228, 237, 0)); background-image: -webkit-linear-gradient(right, #ffe4ed, rgba(255, 228, 237, 0)); background-image: linear-gradient(to left, #ffe4ed, rgba(255, 228, 237, 0)); }

<!--body.page-resources .wrapper { background-color: #fff4ed; }-->
body.page-resources .wrapper { background-color: #f5c16b; }
body.page-resources .page-cate { color: #923900; }
body.page-resources .page-content h1, body.page-resources .page-content h2.with-img, body.page-resources .page-content h3 { color: #923900; }
body.page-resources .page-content a { color: #923900; }
body.page-resources .page-content a:hover { color: #923900; }
body.page-resources .page-content ul.border-list > li { border-color: #edac84; }
body.page-resources .page-content .table-arrow-row td { border-bottom-color: #fff4ed; background-color: #fff4ed; }
body.page-resources .page-content .table-arrow-row .table-arrow-row-inner:before { border-color: transparent transparent transparent #fff4ed; }
body.page-resources .sm-item-1.selected > a, body.page-resources .sm-item-1 > a:hover, body.page-resources .sm-item-1 > a:focus { color: #000; }
body.page-resources .sm-link-1:before { background-color: #FFA74F; }
body.page-resources .page-next-btn { color: #923900; }
body.page-resources .page-next-btn:after { color: #923900; }
body.page-resources .bk2TopBtn { border-color: #923900; color: #923900; }
@media screen and (max-width: 839px) { body.page-resources .bk2TopBtn { background-color: #fff4ed; } }
body.page-resources .tableWrapperOuter:before, body.page-resources .tableWrapperOuter:after { background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjAuNSIgeDI9IjAuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZjRlZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZjRlZCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA='); background-size: 100%; background-image: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, #fff4ed), color-stop(100%, rgba(255, 244, 237, 0))); background-image: -moz-linear-gradient(right, #fff4ed, rgba(255, 244, 237, 0)); background-image: -webkit-linear-gradient(right, #fff4ed, rgba(255, 244, 237, 0)); background-image: linear-gradient(to left, #fff4ed, rgba(255, 244, 237, 0)); }

body.page-infrastructure .wrapper { background-color: #f1faf2; }
body.page-infrastructure .page-cate { color: #197661; }
body.page-infrastructure .page-content h1, body.page-infrastructure .page-content h2.with-img, body.page-infrastructure .page-content h3 { color: #197661; }
body.page-infrastructure .page-content a { color: #197661; }
body.page-infrastructure .page-content a:hover { color: #197661; }
body.page-infrastructure .page-content ul.border-list > li { border-color: #5dbb68; }
body.page-infrastructure .page-content .table-arrow-row td { border-bottom-color: #f1faf2; background-color: #f1faf2; }
body.page-infrastructure .page-content .table-arrow-row .table-arrow-row-inner:before { border-color: transparent transparent transparent #f1faf2; }
body.page-infrastructure .sm-item-1.selected > a, body.page-infrastructure .sm-item-1 > a:hover, body.page-infrastructure .sm-item-1 > a:focus { color: #000; }
body.page-infrastructure .sm-link-1:before { background-color: #c6e7ca; }
body.page-infrastructure .page-next-btn { color: #197661; }
body.page-infrastructure .page-next-btn:after { color: #197661; }
body.page-infrastructure .bk2TopBtn { border-color: #197661; color: #197661; }
@media screen and (max-width: 839px) { body.page-infrastructure .bk2TopBtn { background-color: #f1faf2; } }
body.page-infrastructure .tableWrapperOuter:before, body.page-infrastructure .tableWrapperOuter:after { background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjAuNSIgeDI9IjAuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZmFmMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YxZmFmMiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA='); background-size: 100%; background-image: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, #f1faf2), color-stop(100%, rgba(241, 250, 242, 0))); background-image: -moz-linear-gradient(right, #f1faf2, rgba(241, 250, 242, 0)); background-image: -webkit-linear-gradient(right, #f1faf2, rgba(241, 250, 242, 0)); background-image: linear-gradient(to left, #f1faf2, rgba(241, 250, 242, 0)); }

/* Newly added in 20180507 for web accessibility*/
table > caption { display: none; }

/* Newly added on 20201008 for top vertical banner */
.vertical_carousel {
	position:relative; overflow:hidden; height:100px; width:100%;
}

.vertical_carousel > .vertical_carousel_inner {
	position:absolute; top:0; width:calc(100% - 36px);
}

.vertical_carousel_item {
	max-width:1200px; margin: 0 auto; display:flex; align-items: stretch; align-items:center; min-height:100px; width:100%; padding: 0 20px 0 0px;
}	

.vertical_carousel_control {
	position:absolute; bottom: 25%; right:20px; z-index:20;
}

.vertical_carousel_control a {
	color: white;
	display: block;
	margin: 0.5em 0;
}	

.vertical_carousel_control a:hover {
	color: yellow;
}	
