/*
Theme Name: Croucher Foundation 2016
Theme URI: http://wordpress.org/
Description: powered by 3TECH.COM.HK
Author: SDCHK
Website: http://3TECH.COM.HK/
Version: 1.0
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
@import url("https://foundation-font-bucket.s3.ap-southeast-1.amazonaws.com/foundation-font/font.css");

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
/*	line-height: 1; */
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
li.pagenav {
  list-style: none;
}
/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar left of content
*/
.clr {
  clear: both;
}

#container-115 {
  float: left;
  width: 114% !IMPORTANT;
  text-align:justify;
  color:#6e6e6e;
  font-size:16px;
}

#container {
  float: left;
  width: 63% !IMPORTANT;
  text-align:justify;
  color:#6e6e6e;
  font-size:16px;
}

#featured_image {
  float: right;
  width: 344px;
}
.entry-content #featured_image,
.entry-content #featured_image img {
  width: 100%;
}
.entry-content #featured-image-caption {
  width: 100%;
  padding: 5px 0 20px 0;
}
#cf_navigation {
  float: right;
}
.back_to_top {
  float: right;
}
.oddCell {
	margin: 0 280px 0 20px;
	padding: 15px 0 0 0;
}
.evenCell {
	margin: 0 280px 0 20px;
	padding: 15px 0 0 0;
}
#content {
	margin: 0;
	padding: 30px 0 36px 0;
        width: 88%;
}
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 220px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 940px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
/*	font-family: Georgia, "Bitstream Charter", serif; */
/* font-family:Arial, Helvetica, sans-serif;*/
	font-family: "Frutiger 45 Light", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit] {
	font-family: Arial, Helvetica, sans-serif;
}
pre {
	font-family: Arial, Helvetica, sans-serif;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* =Structure
-------------------------------------------------------------- */
/*
#footer {
display:none;
}
#branding {
display: none;
}
#main {
display: none;
 }
*/
/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 960px;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 700px;
}
#site-generator {
	float: right;
	width: 220px;
}


/* =Global Elements
-------------------------------------------------------------- */
.space {
  clear:both;
  height: 50px;
}

/* Main global 'theme' and typographic styles */
body {
	background-color: #ffffff;
}
body,
input,
textarea {
	color: #6e6e6e;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: disc;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
/*20160216
ol li,
ul li {
  padding-bottom: 10px;
}
*/

ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: decimal;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}

/* added by MARTIN at 20110816 start */
.page-id-1258 ol,
.page-id-1339 ol,
/* .page-id-1342 ol ol, */
/* .page-id-1372 ol ol, */
/* .page-id-1375 ol ol, */
.page-id-1725 ol,
.page-id-1344 ol,
.page-id-1385 ol,
.page-id-1389 ol,
.page-id-1347 ol,
.page-id-1427 ol,
.page-id-1431 ol,
.page-id-1720 ol,
.page-id-1718 ol,
.page-id-1438 ol,
.page-id-1434 ol,
.page-id-1350 ol,
.page-id-1353 ol {
  list-style: lower-alpha;
}

.page-id-1258 ol ol,
.page-id-1339 ol ol,
/* .page-id-1342 ol ol, */
/* .page-id-1372 ol ol, */
/* .page-id-1375 ol ol, */
.page-id-1725 ol ol,
.page-id-1344 ol ol,
.page-id-1385 ol ol,
.page-id-1389 ol ol,
.page-id-1347 ol ol,
.page-id-1427 ol ol,
.page-id-1431 ol ol,
.page-id-1720 ol ol,
.page-id-1718 ol ol,
.page-id-1438 ol ol,
.page-id-1434 ol ol,
.page-id-1350 ol ol,
.page-id-1353 ol ol {
  list-style: lower-roman;
}
/* added by MARTIN at 20110816 end */

dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #6e6e6e;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
/* input[type="text"],*/
textarea {
	background: #f9f9f9;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a:link {
	color: #6e6e6e;
}
a:visited {
	color: #6e6e6e;
}
a:active,
a:hover {
	color: #ed1c24;
}
a:focus,
input {
	outline: none;
}
/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */

#header {
	padding: 0;
}
#site-title {
	float: left;
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 18px 0;
	width: 700px;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 14px 0 18px 0;
	width: 220px;
}

#masthead {
	position: relative;
}

/* This is the custom header image */
#branding a.home {
  display: inline-block;
  float: left;
  margin-left: -56px;
  width: 180px;
  height: 120px;
  margin: 32px 0 0 -56px;
  overflow: hidden;
  text-indent: 200px;
  line-height: 120px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url(https://croucher.org.hk/wp-content/uploads/2021/05/Croucher-logo.svg);
  /*margin: 40px 0 0 -46px; offset logo */
}

@media (max-width: 1024px) {
  #branding a.home {
    margin-left: -6px;
  }
}

#header-search {
  position: absolute;
  right: 0;
  top: 91px;
}

#header-search .search {
  display: block;
  position: absolute;
  overflow: hidden;
  background-color: white;
  right: -4px;
  top: 0;
  z-index: 510;
  width: 40px;
  height: 40px;
  transition: width 0.2s ease-out;
}

#header-search .search a.show_search {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  height: 42px;
  width: 40px;
  margin: 0;
  color: #101820;
  transition: color 0.2s ease-out;
}

#header-search .search a.show_search:hover {
  color: #7e827a;
}

#header-search .search a.show_search svg.icon {
  margin: 6px 4px;
}

#header-search .search form#search {
  position: absolute;
  top: 0;
  right: 0;
  width: 160px;
  display: none;
}

#header-search .search form#search a.submit, #header-search .search form#search span.waiter {
  display: inline-block;
  vertical-align: middle;
  color: #bdbdbd;
  height: 42px;
  width: 38px;
  float: right;
}

#header-search .search form#search a.submit svg.icon, #header-search .search form#search span.waiter svg.icon {
  margin: 6px 4px 0 0;
}

#header-search .search form#search input[type="text"] {
  border: none;
  outline: none;
  text-align: left;
  width: 208px;
  margin-top: 10px;
  margin-right: -5px;
  padding: 5px 0;
  padding-right: 0;
  font-size: 1.1em;
  color: #101820;
  border-bottom: 1px dotted #bdbdbd;
}

#header-search.searching {
  width: 160px;
}

#header-search.searching .search {
  width: 160px;
}

#header-search.searching .search a.show_search {
  display: none;
}

#header-search.searching .search form#search {
  display: block;
  width: 160px;
}

#header-search.searching .search form#search.ready a.submit {
  color: #74b87a;
  cursor: pointer;
}

#header-search.searching .search form#search input[type="text"] {
  width: 120px;
}

/* svg icons, currently only in use in the search form */

svg.icon {
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

svg {
  fill: currentColor;
  pointer-events: none;
}


/* =Menu
-------------------------------------------------------------- */

#header-menu-wrapper {
  float: left;
  width: calc(100% - 300px);
  padding: 25px 0px 35px 20px;
  height: 101px;
  /*width: 750px; by AP on 13/12/2014 */
  font-family: "Frutiger 45 Light", Arial, Helvetica, sans-serif;
  /*font-family: "Frutiger W01", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;*/
}
#header-menu-wrapper a {
  text-decoration: none;
  color: #ed1c24;
  font-size: 13px;
  /* font-size: 14px; by AP on 14/14/2014 */
}
#header-menu-wrapper a:hover,
#header-widget-wrapper a:hover,
#header-menu-wrapper a:active,
#header-widget-wrapper a:active {
  /*text-decoration: underline;*/
  /*color: #ed1c24;*/
  text-decoration: none;
  color: #6e6e6e;
}

#header-menu-wrapper ul li.current_page_item > a,
#header-menu-wrapper ul li.current-page-ancestor > a,
#header-menu-wrapper ul li.current-menu-item > a,
#header-menu-wrapper ul li.current-menu-parent > a {
  color: #6e6e6e;
}
* html #header-menu-wrapper ul li.current_page_item a,
* html #header-menu-wrapper ul li.current-page-ancestor a,
* html #header-menu-wrapper ul li.current-menu-item a,
* html #header-menu-wrapper ul li.current-menu-parent a,
* html #header-menu-wrapper ul li a:hover {
  color: #6e6e6e;
}

#header-widget-wrapper ul.menu,
#header-menu-wrapper ul.menu {
  list-style: none;
  margin:0;
  padding:0;
}
#header-widget-wrapper li.widget-container,
#header-menu-wrapper li.menu-item {
  margin: 0;
  padding: 0 0 0 20px;
  float: left;
  position: relative;
  line-height: 20px;
}
#header-widget-wrapper li.widget-container:first-child,
#header-menu-wrapper li.menu-item:first-child {

}
#header-widget-wrapper li.widget-container {
  background: none;
}


#menu-header-col1-menu img{
  position:relative;
  top:-39px;
}
#menu-header-col1-menu #menu-item-1135 img{
  display:none;
}



/* not use as IE not support */
#header-menu-wrapper li.menu-item:before {
  /*content: url(images/redDot4.png);*/
}
#header-menu-wrapper li.menu-item:first-child:before {
  content:"";
}
/*	*******		*/


#header-menu-col1 {
  padding-top: 80px;
}
#header-menu-col2 {
  float: left; 
  width: 175px;
  padding-left: 20px;
}
#header-menu-col3 {
  float: left; 
  width: 175px;
  padding-left: 20px;
}
#header-menu-col4 {
  float: left;
  width: 175px;
  padding-left: 20px;
}
#header-widget-wrapper {
  position: absolute;
  top: 32px;
  right: 0;
  padding-left: 20px;
}

#header-widget-wrapper ul {
  list-style: none;
}

#header-widget-wrapper li.widget_search {
  font-size:10px;
}
#header-widget-wrapper li.widget_search input#s {
/* #header-widget-wrapper li.widget_search input[type="text"] { */
  margin: 0;
  padding: 0 0 0 2px;
  /*background: url(images/search/CF_search.png) no-repeat;*/
  background: url(images/search/CF_search3.png) no-repeat;
  /*width:  70px;*/
  width:120px;
  height: 18px;
  border-style:none;
  float: left;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #7c7c7c;
  line-height: 13px;
}
#header-widget-wrapper li.widget_search input#searchsubmit {
/* #header-widget-wrapper li.widget_search input[type="submit"] { */
  margin: -2px;
  padding: 0px;
  height: 21px;
  width: 40px;
  border-style: none;
  display: block;
  float:right;
  /*background: url(images/search/CF_search2.png) no-repeat -70px 2px;*/
  background: url(images/search/CF_search3.png) no-repeat -120px 2px;
  font-size: 9px;
  color: #6e6e6e;
  vertical-align: middle;
}

.entry-content #searchform input[type="text"] {
  /*margin: 30px;*/
  /*padding: 0px 2px 0px 0px;*/
  /*background: url(images/search/CF_search2.png) no-repeat 0 2px;*/
  background: url(images/search/CF_search3.png) no-repeat 0 2px;
  /*width:  70px;*/
  width:120px;
  height: 18px;
  border-style:none;
  float: left;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #7c7c7c;
  line-height: 13px;
}

.entry-content #searchform input[type="submit"] {
  /*margin:  -2px 0 0 0 ;*/
  padding: 0px 0px 0px 0px;
  height: 21px;
  width: 40px;
  border-style: none;
  display: block;
  /*background: url(images/search/CF_search2.png) no-repeat -70px 2px;*/
  background: url(images/search/CF_search3.png) no-repeat -120px 2px;
  font-size:9px;
  color:#6e6e6e;
  vertical-align:middle;
}


/* widget-qtranslate */
#header-widget-wrapper .qtranxs_language_chooser { 
  list-style-type: none;
  float:right;
  /* display:none; */ /* hide language chooser */
}
#header-widget-wrapper .qtranxs_language_chooser li { 
  float:left; 
  margin-right: 4px;
  font-size:12px;
}
#header-widget-wrapper .qtranxs_language_chooser li > a:link,
#header-widget-wrapper .qtranxs_language_chooser li > a:visited,
#header-widget-wrapper .qtranxs_language_chooser li > a:hover,
#header-widget-wrapper .qtranxs_language_chooser li > a:active {
  font-size:12px !important;
}
#header-widget-wrapper .qtranxs_language_chooser li.active > a { 
   color: #6e6e6e; 
}
#header-widget-wrapper .qtranxs_language_chooser li:first-child:after {
  content: " | ";
  padding: 0 0 0 5px;
   color: #ed1c24; 
}

#header-widget-wrapper .qtranxs_language_chooser li {
  padding: 0 0 0 5px;
}

#access {
	background: #000;
	display: block;
	float: left;
	margin: 0 auto;
	width: 940px;
}
#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
	width: 928px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #aaa;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #333;
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}

/**** banner ****/
#banner {
  z-index:-100;
  color:#6e6e6e;
  font-size:16px;
  width: 960px;
  height: 229px;
}
.banner_desc,
#banner_desc {
  position: relative;
  top: -230px;
  left: 580px;
  font-size: 20px;
  line-height: 24px;
  width: 330px;
  height:0px;
  margin:0;
}
#main .banner_desc a,
#main #banner_desc a {
  font-size: 9px;
  line-height: 24px;
  color:#ed1c24;
}
#main .banner_desc a:hover,
#main #banner_desc a:hover {
  color:#808080;
}
/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	overflow: hidden;
	padding: 0;
	background-image:url(images/backgrounds/background968.png) ;
  background-repeat:repeat-y;
}

#content,
#content input,
#content textarea {
	color: #333;
	font-size: 16px;
	line-height: 24px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 16px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #6e6e6e; /*#000;*/
	line-height: 1.5em;
}
#content table {
	border: 1px solid #e7e7e7;
        border-style: none;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
    border-style: none;
	padding: 10px 5px;
	vertical-align: top;
}
#content tr.odd td {
	background: #f2f7fc;
}

#content {
  width: 95%;
  font-size:12px;
  line-height:18px;
  text-align:left;
  color:#6e6e6e;
  min-height:210px;
}
#content.pad10 {
  width:574px;
  background-color:#fff;
  font-size:11px;
  line-height:18px;
}
#content h2 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
}
#content h1 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 34px;
	line-height: 36px;
	font-weight: normal;
	color: #666666;
}
#content h3 {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 14px;
  line-height: 16px;
  font-weight: normal;
  color: #ed1c24;
}
#content hr {
  background:#d2d3d4;
  height:1px;
  border:1px;
}
#content .stext {
  font-size:10px;
  line-height:14px;
}

#content #home
{
    color: #6e6e6e;
    float: right;
    font-size: 16px;
    text-align: justify;
    width: 554px;
}

.hentry {
/*	margin: 0 0 48px 0;*/
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
/*	margin: 0 0 36px 0;*/
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
#content .entry-title {
	color: #6e6e6e;
	font-size: 21px;
	line-height: 1.3em;
	margin-bottom: 0;
}
.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #ff4b33;
}
.entry-meta {
	color: #888;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #6e6e6e;
}

#post-115 .entry-content {
  clear: both;
  padding: 0 64px 0 0; 
  line-height: 15.5px;
}

.entry-content,
.entry-summary {
  clear: both;
  padding: 0;
  line-height: 15.5px;
}

#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}

.content-title {
  float: left;
  /*font-size: 24px;*/
  /*line-height: 30px;*/
  font-size: 20px;
  line-height: 24px;
  /*width: 72%, 70%;*/
  width: 90%;
  text-align:left;
}
.content-link {
  float: right;
  /*width: 28%, 30%;*/
  width: 10%;
}
.content-link span,
.content-link a {
  float: right;
  text-align: right;
  white-space: nowrap;
}
.redline {
  height: 20px;
  border-bottom: 1px solid #f00;
  margin-bottom: 20px;
  clear:both;
}


/* =Asides
-------------------------------------------------------------- */

.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.category-asides {
	padding: 0;
}
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

#content img {
	margin: 0;
	height: auto;
	max-width: 640px;
	width: auto;
}
#content .attachment img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
#content .wp-smiley {
	margin: 0;
}
#content .gallery {
	margin: 0 auto 18px;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}
#content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
  font-family: Arial, Helvetica, sans-serif;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}

/* =list_table
------------------------------------------------------------ */
#list_table {
  border-collapse: collapse;
  line-height: 14px;
  padding: 0;
  margin: 0;
}
#list_table thead th {
}
#list_table thead th,
#list_table thead td,
#list_table tbody th,
#list_table tbody td {
  padding: 4px 6px;
  font-size: 11px;
  font-weight: normal;
}
#list_table tbody th {
  vertical-align: middle;
  color: #ed1c24;
}
#list_table th.lastColumn {
   width: 100px;
}
.full {
  width: 100%;
  text-align: left;
}
.nowrap {
  white-space:nowrap;
}
/*20160216
.line {
  border-top: 1px solid #6e6e6e;
}
*/

/* =Widget Areas
-------------------------------------------------------------- */
#primary.widget-area {
  padding-top: 25px;
  width: 380px;
  float: left;
/*  border-top: 2px dotted #ed1c24;*/
  background: url(images/backgrounds/menu_dot3.png) no-repeat;
}

#primary .widget_sub_page_navigation h3 {
  margin:0;
  padding:0;
  color:#ed1c24;
}


#primary .widget_sub_page_navigation ul {
  list-style:none;
  margin:0;
  padding:0;
  color:#ed1c24;
}

#primary .widget_sub_page_navigation a {
  text-decoration:none;
  color:#6e6e6e;
}
#primary .widget_sub_page_navigation a:hover {
  color:#ed1c24;
}
/*
#primary .widget_sub_page_navigation ul li {
  list-style:none;
  margin:0;
  padding:0;
  width:auto;
  line-height:20px;
  font-size:20px;
  font-weight:normal;
}
*/
#primary .widget_sub_page_navigation ul li {
  margin-left: -15px;
  padding: 14px 0 0 0;
  font-size:12px;
  font-weight:normal;
}
#primary .widget_sub_page_navigation ul li.current_page_item a {
  color:#ed1c24;
}

.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget_search #s {/* This keeps the search inputs in line */
	/*width: 60%;*/
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #222;
	font-size: 20px;
	font-weight: normal;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
}
#secondary {
}

.enews {
  margin: 0;
  padding: 0;
  margin: 0 0 0 -10px;
}
.enews li {
  margin: 0;
  padding: 0 0 10px 0;
  list-style:none;
}


/* Footer widget areas */
#footer-widget-area {
}


/* =Footer
-------------------------------------------------------------- */

#footer {
	margin-bottom: 20px;
}

#colophon {
/*	border-top: 4px solid #000; */
	margin-top: -4px; 
	overflow: hidden;
	padding: 0px 0;
}

#footerleftline {
  display:none;
}


#foot_left {
	float: left;
        width: 45%;
	color: #ed1c24;
	font-size: 11px;
	padding: 10px 0 0 0;
	line-height: 16px;
}
#foot_left a {
	color: #6e6e6e;
}
#foot_left a:hover {
	/*color: #ed1c24;*/
	color: #6e6e6e;
        /*text-decoration: none;*/
}
#foot_left .menu-footer-left-menu-container {
  width: 250px;
  display: block;
  clear: both;
  margin-left: -10px;
}
#foot_left #menu-footer-left-menu {
  list-style: none;
  margin: 0 0 0 8px;
  padding: 0;
}
#foot_left #menu-footer-left-menu li {
  float: left;
  margin: 0 1px 0 0;
  padding: 0;
}
#foot_left #menu-footer-left-menu li:after {
  content: "|";
}
#foot_left #menu-footer-left-menu li:last-child:after {
  content: "";
}
#foot_left #menu-footer-left-menu li > a {
  padding-right: 5px;
  padding-left: 5px;
}
#foot_left #menu-footer-left-menu li.current_page_item > a {
  color:#ed1c24;
}

#foot_right {
  float:right;
  width:55%;
  font-size:11px;
  padding:10px 0 0 0;
  text-align: right;
}

#copyright {
  padding:0;
  color:#6e6e6e;
}
/**** social network ****/
#socialnetwork {
  clear: both;
  padding:10px 0;
}

#site-info {
	font-weight: bold;
}
#site-info a {
	color: #000;
	text-decoration: none;
}
#site-generator {
	font-style: italic;
	position: relative;
}
#site-generator a {
	background: url(images/wordpress.png) center left no-repeat;
	color: #6e6e6e;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}

#theme-my-login p {
  display: block;
}
#theme-my-login label {
  display: inline-block;
  width: 100px;
  text-align: right;
  padding-right: 10px;
}

#recaptcha_widget_div {
  padding-bottom: 20px;

}

/*
.page-template-frontpage-php #banner {
  border-bottom:2px dotted #ed1c24;
  border-top:2px dotted #ed1c24;
  padding-bottom: 10px;
}
*/

/* User List 
------------------------------*/
#wpu-profile-back-link {
  /*
  float: right; 
  float: left;
  
  float: left;
  padding: 0 20px 0 0;
  */
  /* float: right; */
    padding: 0 0 5px 0;
}
.wpu-profile-title {
  /*
  font-size: 200%;
  font-weight: bold;
  padding: 10px;
  */
  display: none;
}
#wpu-profile-userphoto {
  float: left;
  padding: 0 20px 0 0;
  min-width: 120px;
  min-height: 380px;
}
.wpu-profile-label {
  color: #ed1c24;
  display: inline;
  white-space: nowrap;
}
.wpu-profile-value {
  display: inline;
}
.wpu-profile-block {
  display: inline-block;
  padding: 0 0 10px 0;
}
.wpu-profile-block.display_name,
.wpu-profile-block.GENERAL_OFFICE_TEL,
.wpu-profile-block.DIRECT_OFFICE_TEL,
.wpu-profile-block.user_email,
.wpu-profile-block.DIRECT_EMAIL,
.wpu-profile-block.SECRETARY_NAME {
  width: 230px;
}
.wpu-profile-block.MEMBER_NUMBER,
.wpu-profile-block.DIRECT_OFFICE_FAX,
.wpu-profile-block.MOBILE,
.wpu-profile-block.SECRETARY_TEL {
  width: 174px;
}
.wpu-profile-block.ENGLISH_COMPANY_NAME,
.wpu-profile-block.CHINESE_COMPANY_NAME,
.wpu-profile-block.ENGLISH_POSITION,
.wpu-profile-block.ADDRESS,
.wpu-profile-block.user_url,
.wpu-profile-block.SECRETARY_EMAIL {
  width: 408px;
}
.wpu-profile-block.ENGLISH_ADDRESS1,
.wpu-profile-block.ENGLISH_ADDRESS2,
.wpu-profile-block.ENGLISH_ADDRESS3,
.wpu-profile-block.ENGLISH_ADDRESS4,
.wpu-profile-block.ENGLISH_ADDRESS5 {
  padding: 0;
  width: 408px;
}
.wpu-profile-label.ENGLISH_ADDRESS1 {
  width: 26px;
  display: inline-block;
}
.wpu-profile-label.ENGLISH_ADDRESS2,
.wpu-profile-label.ENGLISH_ADDRESS3,
.wpu-profile-label.ENGLISH_ADDRESS4,
.wpu-profile-label.ENGLISH_ADDRESS5 {
  padding-left: 26px;
}

/* ----- member directory ----- */
.tablehead {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #e7e7e7;
  float: left;
  width: 554px;
}
.tablehead li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: left;
}

li.hkida-wpu-userlist-id {
/*  width: 160px;*/
  display: none;
}
li.display_name,
.hkida-wpu-userlist-block.display_name {
  width: 160px;
}
li.ENGLISH_NAME,
li.CHINESE_NAME {
  width: 80px;
}
.hkida-wpu-userlist-block.ENGLISH_COMPANY_NAME,
.hkida-wpu-userlist-block.CHINESE_COMPANY_NAME {
  padding-left: 160px;
  width: 314px;
}
.page-id-774 .hkida-wpu-userlist-block.ENGLISH_COMPANY_NAME,
.page-id-774 .hkida-wpu-userlist-block.CHINESE_COMPANY_NAME,
.page-id-769 .hkida-wpu-userlist-block.ENGLISH_COMPANY_NAME,
.page-id-769 .hkida-wpu-userlist-block.CHINESE_COMPANY_NAME {
  padding:0;
}

#hkida-wpu-userlist {
  display: block;
  position: relative;
  top: -10px
}
#hkida-wpu-userlist-block {
  display: inline-block;
  clear: both;
}
.hkida-wpu-userlist-item {
  margin: 0;
  padding: 0;
  display: block;
  list-style: none;
  clear: both;
}
.hkida-wpu-userlist-item li {
  margin: 0;
  padding: 0;
  line-height: 30px;
}
.hkida-wpu-userlist-avatar {
/*
  float: left;
  padding-right: 5px;
  width: 85px;
  height: 100px;
*/
  display: none;
}

.hkida-wpu-userlist-label {
/*
  float: left;
  margin-left: 10px;
  font-weight: bold;
  display: inline;
*/
  display: none;
}
.hkida-wpu-userlist-value {
  float: left;
  display: block;
}

.hkida-wpu-pagination {
  display: block;
  clear: both;
/*  margin-left: 100px;*/
  text-align: left;
}
.hkida-wpu-pagination > a {
  padding: 0 5px;
}
.hkida-wpu-pagination .wpu-disabled,
.hkida-wpu-pagination .wpu-current {
  padding: 0 5px;
}
.hkida-wpu-pagination .wpu-current {
  color: #ed1c24;
}

/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 20pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
        #container-115,
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}

#si_contact_form1 input,
#si_contact_form1 textarea {
  font-size: 12px;
  border: 1px solid #6e6e6e;
  line-height: 14px;
}

/* sdchk custom */
.entry-meta,
.comments-link,
.meta-sep {
  display: none;
}

.entry-content > p {
  padding: 0;
  margin: 0;
}

/* Admin Interface */
.post-edit-link {
	padding: 4px 0 0 20px;
	background: url(images/admin/icon_edit.gif) no-repeat 0 0;
	min-height: 30px;
	vertical-align: middle;
}

/* temporary */
li.page_item.page-item-661,
ul.tml-action-links {
  display: none;
}

#copyright a,
#main a {
  color: #ed1c24;
  text-decoration: none;
}
#copyright a:hover,
#copyright a:active,
#main a:hover,
#main a:active {
  /*text-decoration: underline;*/
  text-decoration: none;
  color: #6e6e6e;
}

.board_of_trustees dl {
  width:500px;
}
.board_of_trustees dt {
  width:100px;
  float:left;
  color:#6e6e6e;
}
.board_of_trustees dd {
  width:400px;
}

/* ---------  Home Page ----------*/
.home .redline,
.home #featured_image,
.home .content-bar, 
.home .redline,
.home .space {
  display: none;
}
.home #banner {
  /*padding-bottom: 10px;*/
  padding-bottom: 15px;
  /*display:none;*/
}
.home #container,
.home #container-115 {
  /*width: 882px;
  padding-left: 46px; by AP on 12/12/2014 */
  /*width: 960px;*/
  width: 100%;
  position: relative;
}
.home #content {
  padding:0;
  margin:0;
  width: 100%;
  min-height:250px;
/*margin: 0 0 0 48px; 
  width: 882px;  by AP on 14/14/2014 */
}
.home #content h2{
  padding: 0 0 0 5px;
  font-size:14px;
}
.home #content .entry-content{
  padding: 0 0 0 0;
}
.newrow {
  padding: 0;
  margin:0;
}
#main .grey_boxes a {
  /*font-size:9px;*/
  /*font-weight:bold;*/
  font-size:12px;
  font-weight:bold;
  line-height:15px;
  color:#808080;
}
#main .grey_boxes a:hover {
  color:#ed1c24;
}
.grey_boxes {
  padding:0;
  margin: 0;
  float: left;
  width: 526px;
}
.grey_boxes ul,
.red_boxes ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.grey_boxes ul li {
  float: left;
  padding: 0 20px 0 0px;
  display: inline-block;
  vertical-align: top;
  font-weight: normal;
  text-align: left;
  width: 155px;
  height: 98px;
  font-size:12px;
  line-height: 15px;
}
.red_boxes {
  float: left;
  margin: 0;
  padding: 0 0 0 50px; 
  width: 344px;
}
.red_boxes h2 {
  position: relative;
  left: -5px;
}
#content .red_boxes img {
  width: 110px;
  height: auto;
}
.red_boxes ul li {
  float: left;
  margin: 0;
  padding: 0 2px 0 0;
  vertical-align: top;
  color: #fff;
  text-align: left;
  font-weight:normal;
  width: 110px;
  height: 206px;
  line-height: 0px;
}

.red_boxes li:hover,
.red_boxes li div:hover {
  cursor: pointer;
  text-decoration: none;
  color: #808080;
}
.red_boxes li div.image {
  width: 100%;
  height: 90px;
  padding: 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.red_boxes li div, 
.red_boxes li p {
  margin: 0;
  padding: 4px;
  background-color: #ED1C24;
  /*min-height: 99px;*/
  min-height: 94px;
  height:auto !important;
  height:94px;
  font-size:12px;
  line-height: 15px;
  cursor: auto;
}
#main .red_boxes li a {
  color:#fff;
}
#main .red_boxes li a:hover {
  text-decoration: none;
  color: #808080;
}
.appendix_table {
  width: 100%;
}
.appendix_table td {
  padding: 5px !important;
  margin: 0px !important;
}
.appendix_table td.indent {
  padding-left: 40px !important;
}
.appendix_table td.wBorder {
  border: solid 1px #808080 !important;
}

.page-id-1258 ul{
  color:#ed1c24;
}


.back_to_fellow {
  /*margin:20px 0 0 0;*/
  display:none;
}
#nav-below {
  display:none;
}


/*	two columns version	*/
.fellow_detail_title .entry-title,
#fellow_detail_title .entry-title {
  color:#ed1c24;
  font-size:16px;
  font-weight:normal;
  padding:10px 0 10px 0;
}
.fellow_list_odd ,
.fellow_list_even,
#fellow_list_odd ,
#fellow_list_even {
  height:165px;
  /*width:230px; by AP on 12/12/2014 */
  width: 522px;
  margin:0 0 10px 0;
}
.fellow_list_odd,
#fellow_list_odd {
  float:left;
}
.fellow_list_even,
#fellow_list_even {
  float:right;
}
#content .fellow_list_odd .entry-summary a,
#content .fellow_list_even .entry-summary a,
#content #fellow_list_odd .entry-summary a,
#content #fellow_list_even .entry-summary a {
  font-size:11px;
}
#content .fellow_list_odd .entry-summary,
#content .fellow_list_even .entry-summary,
#content #fellow_list_odd .entry-summary,
#content #fellow_list_even .entry-summary {
  padding:0 0 0 0;
}
#content .fellow_list_odd .entry-title,
#content .fellow_list_even .entry-title,
#content #fellow_list_odd .entry-title,
#content #fellow_list_even .entry-title {
  font-size:13px;
  font-weight:normal;
  /*padding:10px 0 0 10px;*/
  padding:10px 0 0 0;
}
.fellow_list_odd img,
.fellow_list_even img,
#fellow_list_odd img,
#fellow_list_even img {
  padding:5px 0 0 0;
  float:left;
  width: 75px;
  height: 85px;
}
.fellow_list_odd p,
.fellow_list_even p,
#fellow_list_odd p,
#fellow_list_even p {
  padding:10px ;
}

.fellow_brief_intro,
#fellow_brief_intro {
  /*width:145px; by AP on 12/12/2014 */
  padding:5px 5px 0 5px;
  width:170px;
  float:right;
}
.fellow_brief_intro a,
#fellow_brief_intro a {
  /*font-size:11px;*/
  font-size:9px;
}

#read_more_wording{
  padding:0 0 0 10px;
}
/*	end two columns version	*/


/*	one column version	*/
#content .entry-summary-of-one-column-post-list{
  padding:0 0 20px 0;
  min-height:85px;
}
#content .latest-news-entry-title a {
  /*color:#808080;*/
  color:#ed1c24;
  font-size:13px;
  /*font-weight:bold;*/
  font-weight:normal;
  line-height:13px;
  /*padding:10px 0 0 85px;*/
  padding:0 0 10px 0;
  /*width:440px;*/
  width:375px;
  /* float:right; */
}
#content .latest-news-entry-title a:hover {
  color:#808080;
}
#content .latest-news-brief-intro {
  padding:2px 0 0 85px;
  /*width:440px;*/
  width:375px;
  /*display:inline;*/
}

#content .latest-news-brief-intro a{
  /*font-size:11px;*/
  font-size:9px;
}
#content #latest-news-read-more-wording {
  padding:1px 0 0 85px;
  width:440px;
  font-size:11px;
  /*display:inline;*/
}
#content .latest-news-thumbnail {
  /*margin: 10px 0 0 0;*/
  float:left;
}


#latestNews h2{
  margin: 0 0 0 5px;
}

.latest-news {
  min-height: 85px;
  margin-bottom: 30px;
}
.latest-news .thumbnail {
  float: left;
  width: 75px;
  margin-right: 10px;
}
.latest-news img {
  max-width: 75px;
  max-height: 85px;
}
.latest-news div.info {
  float: left;
  width: 375px;
}

.news-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.news-list li {
  width: 460px;
  margin-bottom: 20px;
}
.news-list li img {
  float: left;
  max-width: 75px;
  max-height: 85px;
}
.news-list li div {
  width: 375;
  margin-left: 85px;
  min-height: 85px;
}
/*	end one column version	*/



#featured-image-caption {
  /* total width = 344px */
  vertical-align:bottom;
  font-style:italic;
  /*font-size:11px;*/
  /*line-height:14px;*/
  font-size:10px;
  line-height:12px;
  padding:5px 5px 20px 0;
  float:right;
  width:339px;
}



/* test newHomepage with 2 sections of banner */
.page-id-2188 .content-bar,
.page-id-2188 .space, 
.page-id-2188 .redline, 
.page-id-2188 .content-title {
  display: none;
}
.page-id-2188 #container{
  width:928px;
}
.page-id-2188 #content {
  width:878px;
  padding:1px 0 0 0;
}
.page-id-2188 #content h2{
  font-size:14px;
  padding:0 0 0 5px;
}
#testHomepageUpperArea {
  /*padding:0 0 0px 0;*/
  /*margin:0 0 35px 0;*/
}
#testHomepageWord {
  font-size:20px;
  line-height:22px;
  width:340px;
  float:right;
  padding:20px 10px 0 0;
}
#testHomepageWord a{
  font-size:11px;
  line-height:22px;
}
#testHomepageBanner {
  float:left;
  position:relative; 
  height:229px; 
  width:525px; 
  overflow: hidden; 
  background-image:url(images/backgrounds/testHome525_bg.png) ;
  /*background-color: #edede5; */
  z-index:0;
}
#testHomepageBanner img{
  position:absolute; 
  left:0; 
  top:0;  
  z-index:1;
}


#content .content_title_single_post  .entry-title{
  color:#6e6e6e;
  float: left;
  font-weight:normal;
  font-size: 20px;
  line-height: 24px;
  width: 70%;
  text-align:left;
}
#single_upper_part {
/*  padding :0 64px 0 0;*/
  padding: 0;
  min-height:70px;
}
#single_redline_part {
/*  padding :0 64px 0 0;*/
  padding: 0;
}
.title_of_fellow_list, 
#title_of_fellow_list{
  font-weight:bold;
  font-size:12px;
}


/*.page-id-2033 #featured_image {
*/
.postid-2033 #featured_image ,
.page-id-1266 #featured_image ,
.postid-2126 #featured_image {
  /*width:auto;*/
  text-align:right;
}


/* caption */
#mslide_black {
  position: absolute;
  top: 0px;
  left: 0px; 
  z-index: 960; /* when it has n slides, z-index is n+1 */
/*
  opacity: 0.5; 
  filter:alpha(opacity=50); 
  zoom:1; 
*/
/*
  opacity: 0.0; 
  filter:alpha(opacity=0); 
  zoom:1; 
  background-color: black; 
*/
  width: 100%; 
  height: 100%; 
  display: none;
}

#mslide_caption {
  display: none;
  position: absolute;

  opacity: 0.88; 
  filter:alpha(opacity=88); 
  zoom:1; 
/*
*/
  background: #808080;
  color: #fff;
  /*bottom: 0px;*/
  top: 0px;
  left: 0px;
  height: 20%;
  /*width: 100%;*/
  width: 495px;
  z-index: 961; /* when it has n slides, z-index is n+2 */
  font-size:12px;
  padding:5px 0 0 5px;
  /*padding:5px 0 0 */
  /*vertical-align:middle;*/
  /*text-align:center;*/
}

/* enlarge chinese fonts, added by martin at 20120302 */
body.hk #container,
body.hk #container-115 {
  font-family: MHeiHK-Light, Arial Unicode MS, Arial, Helvetica, sans-serif;
  font-size:18px;
}
body.hk #site-info {
	font-size: 16px;
}
body.hk,
body.hk input,
body.hk textarea {
	font-size: 14px;
	line-height: 18px;
}
body.hk #header-menu-wrapper a {
  font-size: 16px;
}
body.hk #header-widget-wrapper li.widget_search input#s {
  font-size: 11px;
  line-height: 13px;
}
body.hk #header-widget-wrapper li.widget_search input#searchsubmit {
  font-size: 9px;
}
body.hk .entry-content #searchform input[type="text"] {
  font-size: 11px;
  line-height: 13px;
}
body.hk .entry-content #searchform input[type="submit"] {
  font-size:9px;
}
body.hk #header-widget-wrapper .qtranxs_language_chooser li { 
  font-size:12px;
}
body.hk #header-widget-wrapper .qtranxs_language_chooser li > a:link,
body.hk #header-widget-wrapper .qtranxs_language_chooser li > a:visited,
body.hk #header-widget-wrapper .qtranxs_language_chooser li > a:hover,
body.hk #header-widget-wrapper .qtranxs_language_chooser li > a:active {
  font-size:12px !important;
}

body.hk #access .menu-header,
div.menu {
	font-size: 15px;
}
body.hk #banner {
  font-size:18px;
}
body.hk .banner_desc,
body.hk #banner_desc {
  font-size: 22px;
  line-height: 24px;
}
body.hk #main .banner_desc a,
body.hk #main #banner_desc a {
  font-size: 11px;
  line-height: 24px;
}
body.hk #content,
body.hk #content input,
body.hk #content textarea {
	font-size: 18px;
	line-height: 24px;
}
body.hk #content pre,
body.hk #content kbd,
body.hk #content tt,
body.hk #content var {
	font-size: 17px;
	line-height: 21px;
}
body.hk #content code {
	font-size: 15px;
}
body.hk #content tr th,
body.hk #content thead th {
	font-size: 14px;
	line-height: 18px;
}
body.hk #content {
  font-size:14px;
  line-height:18px;
}
body.hk #content.pad10 {
  font-size:13px;
  line-height:18px;
}
body.hk #content h2 {
	font-size: 20px;
}
body.hk #content h1 {
	font-size: 36px;
	line-height: 38px;
}
body.hk #content h3 {
  font-size: 16px;
  line-height: 18px;
}
body.hk #content .stext {
  font-size:12px;
  line-height:14px;
}
body.hk #content #home {
  font-size: 18px;
}
body.hk .page-title {
	font-size: 16px;
}
body.hk .page-title span {
	font-size: 18px;
}
body.hk #content .entry-title {
	font-size: 23px;
	line-height: 1.3em;
}
body.hk .entry-meta {
	font-size: 14px;
}
body.hk .entry-content label {
	font-size: 14px;
}
body.hk .entry-content sup,
body.hk .entry-content sub {
	font-size: 12px;
}
body.hk #entry-author-info {
	font-size: 16px;
	line-height: 20px;
}
body.hk #entry-author-info h2 {
	font-size: 100%;
}
body.hk .entry-utility {
	font-size: 14px;
	line-height: 18px;
}
body.hk .content-title {
  font-size: 22px;
  line-height: 24px;
}
body.hk .home #content .category-asides p {
	font-size: 16px;
	line-height: 20px;
}
body.hk .attachment .entry-content .entry-caption {
	font-size: 140%;
}
body.hk #content .wp-caption p.wp-caption-text {
	font-size: 14px;
}
body.hk #content .gallery .gallery-caption {
	font-size: 14px;
}
body.hk .navigation {
	font-size: 14px;
	line-height: 18px;
}
body.hk h3#comments-title,
body.hk h3#reply-title {
	font-size: 22px;
}
body.hk .comment-meta {
	font-size: 14px;
}
body.hk .reply {
	font-size: 14px;
}
body.hk #comments .pingback p {
	font-size: 14px;
	line-height: 18px;
}
body.hk #comments .pingback .url {
	font-size: 15px;
}
body.hk #cancel-comment-reply-link {
	font-size: 14px;
	line-height: 18px;
}
body.hk #respond label {
	font-size: 14px;
}
body.hk #respond .form-allowed-tags {
	font-size: 14px;
	line-height: 18px;
}
body.hk #respond .form-allowed-tags code {
	font-size: 13px;
}
body.hk #respond .form-submit input {
	font-size: 16px;
}
body.hk #list_table thead th,
body.hk #list_table thead td,
body.hk #list_table tbody th,
body.hk #list_table tbody td {
  font-size: 13px;
}
body.hk #primary .widget_sub_page_navigation ul li {
  font-size:14px;
}
body.hk .widget-title {
	font-size: 22px;
}
body.hk .widget-area .entry-meta {
	font-size: 13px;
}
body.hk #wp-calendar caption {
	font-size: 16px;
}
body.hk #wp-calendar thead {
	font-size: 13px;
}
body.hk #foot_left {
	font-size: 11px;
	line-height: 16px;
}
body.hk #foot_right {
  font-size:11px;
}
body.hk #si_contact_form1 input,
body.hk #si_contact_form1 textarea {
  font-size: 14px;
  line-height: 16px;
}
body.hk .home #content h2{
  font-size:16px;
}
body.hk #main .grey_boxes a {
  font-size:14px;
  line-height:17px;
}
body.hk .grey_boxes ul li {
  font-size:14px;
  line-height: 17px;
}
body.hk .red_boxes li div, 
body.hk .red_boxes li p {
  font-size:14px;
  line-height: 17px;
}
body.hk .fellow_detail_title .entry-title,
body.hk #fellow_detail_title .entry-title {
  font-size:18px;
}
body.hk #content .fellow_list_odd .entry-summary a,
body.hk #content .fellow_list_even .entry-summary a,
body.hk #content #fellow_list_odd .entry-summary a,
body.hk #content #fellow_list_even .entry-summary a {
  font-size:13px;
}
body.hk #content .fellow_list_odd .entry-title,
body.hk #content .fellow_list_even .entry-title,
body.hk #content #fellow_list_odd .entry-title,
body.hk #content #fellow_list_even .entry-title {
  font-size:15px;
}
body.hk .fellow_brief_intro a,
body.hk #fellow_brief_intro a {
  font-size:11px;
}
body.hk #content .latest-news-entry-title a {
  font-size:15px;
  line-height:16px;
}
body.hk #content .latest-news-brief-intro a{
  font-size:11px;
}
body.hk #content #latest-news-read-more-wording {
  font-size:13px;
}
body.hk #featured-image-caption {
  font-size:12px;
  line-height:14px;
}
body.hk .page-id-2188 #content h2{
  font-size:16px;
}
body.hk #testHomepageWord {
  font-size:22px;
  line-height:24px;
}
body.hk #testHomepageWord a{
  font-size:13px;
  line-height:22px;
}
body.hk #content .content_title_single_post  .entry-title{
  font-size: 22px;
  line-height: 24px;
}
body.hk .title_of_fellow_list, 
body.hk #title_of_fellow_list{
  font-size:14px;
}
body.hk #mslide_caption {
  font-size:14px;
}
.post-115 .entry-content .redline, #main .space, .post-115 .entry-content .space {
  display:none;
}

@media screen and (max-width: 800px) {
  #access .menu-header,
  div.menu,
  #colophon,
  #branding,
  #main,
  #wrapper {
    margin: 0 auto;
    width: 95%;
    background: none;
  }

  #header-menu-col1, #search-7 {
    display: none;
  }
  #header-widget-wrapper {
    padding: 85px 0 0 20px;
  }
  
  #click-menu {
    top: 85px;
  }
  
  button#responsive-menu-button {
    right: 2.5% !important;
  }

  #banner, entry-content {
    width: 100%;
    height: auto;
  }
  #latestNews {
    width: 100%;
  }
  .grey_boxes {
    width: 100%;
  }
  .banner_desc, #banner_desc {
    position: static;
    width: 100%;
    padding: 0 0 9px;
    height: 170px;
    margin: 0;
  }
  .red_boxes {
    padding: 0;
  }

  .red_boxes ul li {
    width: 94px;
    /*width: calc ( 90% / 3 );*/
  }

  .grey_boxes ul li {
    width: 50%;
    box-sizing: border-box;
    padding-right: 5%;
  }

  #foot_left, #foot_right {
    width: 100%;
  }
  
  #container,
  #container-115 {
    overflow: hidden !important;
  }

  #featured_image {
    width: 100%;
  }

 #featured-image-caption {
    width: 99%;
    padding: 5px 0 20px 0;
  }
 
  .fellow_list_odd, .fellow_list_even, #fellow_list_odd, #fellow_list_even {
    width: 100%;
  }

 .fellow_brief_intro, #fellow_brief_intro {
    width: 60%;
 }

 .fellow_list_even {
   height: auto;
 }

 .news-list li {
   width: 95%;
 }

 .news-list li div {
   width: 77%;
 }

 .one-column #content {
   width: 100%;
 }

 #container,
 #container-115 {
   width: 100% !IMPORTANT;
}

 #content {
   width: 100%;
}

 #click-menu .threeLines .line {
   height: 3px !important;
}

}

@media screen and (max-width: 480px) {
  .red_boxes ul li {
    width: calc(100% / 3 - 2px)
  }
}

@media screen and (max-width: 320px) {
  #branding img {
    width: 50%;
    height: auto;
  }
  #click-menu {
    top: 75px;
  }
  #header-widget-wrapper {
    padding: 75px 0 0 20px;
  }
  .red_boxes {
    width: 100%;
  }
}

/* Quick fix for big screen's content too small */
@media screen and (min-width: 1150px) {
    body {
	   transform: scale(1.05);
	   transform-origin: top;
	   max-width: 100%;
	   overflow-x: hidden;
	}
}

@media screen and (min-width: 1250px) {
    body {
	   transform: scale(1.1);
	   transform-origin: top;
	   max-width: 100%;
	   overflow-x: hidden;
	}
}

@media screen and (min-width: 1350px) {
    body {
	   transform: scale(1.2);
	   transform-origin: top;
	   max-width: 100%;
	   overflow-x: hidden;
	}
}

@media screen and (min-width: 1450px) {
    body {
	   transform: scale(1.3);
	   transform-origin: top;
	   max-width: 100%;
	   overflow-x: hidden;
	}
}

@media screen and (min-width: 1550px) {
    body {
	   transform: scale(1.4);
	   transform-origin: top;
	   max-width: 100%;
	   overflow-x: hidden;
	}
}

@media screen and (min-width: 1650px) {
    body {
	   transform: scale(1.5);
	   transform-origin: top;
	   max-width: 100%;
	   overflow-x: hidden;
	}
}

@media screen and (min-width: 1750px) {
    body {
	   transform: scale(1.6);
	   transform-origin: top;
	   max-width: 100%;
	   overflow-x: hidden;
	}
}

@media screen and (min-width: 1850px) {
    body {
	   transform: scale(1.7);
	   transform-origin: top;
	   max-width: 100%;
	   overflow-x: hidden;
	}
}

/* Phone number href styling */
#foot_right_info a{
	text-decoration: none;
	color: #ed1c24;
}

/* CAS special ordered list */
.page-id-1441 #content ul{
	list-style-type: disc;
	margin-bottom: 8px;
}

.page-id-1441 #content ul li:last-child{
	margin-bottom: 16px;
}

.page-id-1441 #content ul ul{
	list-style-type: square;
}


/* Collapsible list */

div.wp-block-ub-content-toggle-accordion, div.wp-block-ub-content-toggle-accordion div.wp-block-ub-content-toggle {
	border: none;
	margin: 0;
}
div.wp-block-ub-content-toggle-accordion-title-wrap {
	background: none;
	border-bottom: 1px solid #D3D3D3;
}
#collapsible .wp-block-ub-content-toggle-accordion-title-wrap p{
	padding: 10px;
	margin-bottom: 0px;
}

#collapsible .wp-block-ub-content-toggle-accordion-content-wrap p:last-child, #collapsible .wp-block-ub-content-toggle-accordion-content-wrap ul:last-child {
	margin-bottom: 0px;
}

#full-width .wp-block-ub-content-toggle-accordion-content-wrap {
	padding: 0;
}

/* Begin Application Button */

.ub-buttons.align-button-left .ub-button-container {
	margin: 0;
	padding: 0 0 16px;
}

/* External & Download button */
/* line 1, vendor/bundle/ruby/2.6.0/bundler/gems/droom-0c445c3ba235/app/assets/stylesheets/droom/_forms.css.sass */
button.external {
  display: inline-block;
  position: relative;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
/*  font-size: 16px; */
  padding: 9px 27px;
  line-height: 20px;
  margin: 1px 0 16px 0;
  background-color: #74b87a;
  color: white;
  border: solid 1px #54a55b;
  border-radius: 3px;
  display: inline-block;
  transition: width 0.5s ease-out, height 0.5s ease-out, font-size 0.5s ease-out, padding 0.5s ease-out;
}

/* line 1, app/assets/stylesheets/lib/_definitions.css.sass */
button.external:hover {
  text-decoration: none;
  color: white;
  color: white;
  text-shadow: 0 0 5px white;
  text-decoration: none;
}

#download-button p {
	font-weight: bold;
}

button.download {
  display: inline-block;
  position: relative;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
/*  font-size: 16px; */
  padding: 9px 27px;
  line-height: 20px;
  margin: 0x 0 16px 0;
  background-color: #74b87a;
  color: white;
  border: solid 1px #54a55b;
  border-radius: 3px;
  display: inline-block;
  transition: width 0.5s ease-out, height 0.5s ease-out, font-size 0.5s ease-out, padding 0.5s ease-out;
}

button.download:hover {
  text-decoration: none;
  color: white;
  color: white;
  text-shadow: 0 0 5px white;
  text-decoration: none;
}

/* Scholarship page new listing */
.post-1342 li:not(:last-child), .post-1372 li:not(:last-child), .post-1375 li:not(:last-child), .post-6386 li:not(:last-child), .post-1441 li:not(:last-child),.post-1389 li:not(:last-child){
	margin-bottom: 8px;
}

svg.icon-download {
  width:18px;
  height:18px;
  vertical-align: middle;
}

svg.icon-download:hover {
  text-decoration: none;
  color: white;
  color: white;
  text-shadow: 0 0 5px white;
  text-decoration: none;
}

@media screen and (max-width: 800px) {
	#foot_right {
		text-align: left;
	}
}