html {
  font-family: Roboto, Arial, 'Heiti TC', 'Microsoft Jhenghei Fixed', Helvetica, 'Microsoft Jhenghei', sans-serif !important;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  height: auto;
  min-height: 100%;
  font-size: 1rem;
  line-height: 1.6;
  font-family: Roboto, Arial, 'Heiti TC', 'Microsoft Jhenghei Fixed', Helvetica, 'Microsoft Jhenghei', sans-serif !important;
  --theme-sheet-width-xl: 1140px;
  --theme-sheet-width-lg: 940px;
  --theme-sheet-width-md: 720px;
  --theme-sheet-width-sm: 540px; /*540px*/
  --theme-sheet-width-xs: 350px; /*340*/	
}


.margin-top30{
 margin-top: 30px !important;
}

.margin-top50{
 margin-top: 50px !important;
}


.margin-bottom30{
 margin-bottom: 30px !important;
}

.margin-bottom60{
 margin-bottom: 60px !important;
}

.margin-topbottom20 {
 margin-top:20px !important;
 margin-bottom:20px !important;
}

.margin-topbottom40 {
 margin: 40px 0px !important;
}

.margin-topbottom50{
 margin-top:50px !important;
 margin-bottom:50px !important;
	
}

.margin-top25bottom50{
 margin-top:25px !important;
 margin-bottom:50px !important;
	
}

.padding-bottom0{
  padding-bottom: 0px !important;
}


.width-container {
  position: relative;
  margin: 0 auto;
}
.xl-mode .width-container {
  width: var(--theme-sheet-width-xl);
}

.main-container{
	margin-top: -50px;
    background-color: white;
    padding: 0 10px;
}

@media (min-width: 1400px) {
  .width-container {
    width: var(--theme-sheet-width-xxl) !important;
	padding: 0px 50px;  
  }
}
@media (min-width: 1200px) {
  .xl-mode .width-container {
    width: var(--theme-sheet-width-xl) !important;
	padding: 0px 50px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .width-container {
    width: var(--theme-sheet-width-lg) !important;
	padding: 0px 50px;  
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .width-container {
    width: var(--theme-sheet-width-md) !important;
	padding: 0px 50px;  
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .width-container {
    width: var(--theme-sheet-width-sm) !important;
  }
}
@media (max-width: 575px) {
  .width-container {
    width: var(--theme-sheet-width-xs) !important;
  }
}

hr{
	border: 1px solid #dddddd;
	box-sizing: content-box;
 	height: 0;
  	overflow: visible;
	margin: 30px 0px;
}

article,
aside,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
  display: block;
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
	background-color: white;
}

a {
  text-decoration: none;
}

a:active,
a:hover {
  outline-width: 0;
}

b, strong {
  font-weight: inherit;
  font-weight: bold;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}


button,
input,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  outline: none;
}



*,
*:before,
*:after {
  box-sizing: border-box;
}
html {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

.header-section .header-logobar {
  min-height: 92px;
}

.header-section .cu-logo {
  float: left;
  height: auto;
  margin: 23px auto 0 0;
  display: table;
}

.header-section .search-section {
  float: right;
  margin-top: 35px;
  /*width: 200px;*/
  /*min-height: 38px;*/
  /*margin: -44px 0 27px auto;*/
  border-color: #b3b3b3;
  border-width: 1px;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
  border-style: solid;
}

.search-section button {
  cursor: pointer;
  position: relative;
  flex: 0;
  background: none;
  border: 0;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.search-section button span {
  display: block;
  height: 1em;
  width: 1em;
  line-height: 1em;
}
.search-section input {
  flex: 1;
  position: relative;
  border: 0;
  margin: 0;
  min-width: 0;
  outline: 0;
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: inherit;
	font-size: 12px;
  /*padding-left: 0.8em;*/

}

.search-icon {
  box-sizing: content-box;
  padding-right: 3px;
}

.language-section{
	float: right;
	margin-top: 34px;
	padding: 0;
}

.language-section img{
	padding-top:5px;
}

.language-section a{
	color: black;
}
.language-section a:hover{
	color: #6e1e6f;
}

/*banner*/
 .banner-section {
  background-position: 50% 50%;
  min-height: 420px; /*273px*/
  margin-top: 137px;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
}

 .vce {
  background-image: url("/20220831130209oe_/http://www.cuhk.edu.hk/vc-exemplary-teaching-award/images/banner_vceta.jpg");
}

 .uea {
  background-image: url("/20220831130209oe_/http://www.cuhk.edu.hk/vc-exemplary-teaching-award/images/banner_uea.jpg");
}

.banner-section h1 {
  font-size: 2.5rem;
  margin: 60px auto; 
  padding: 0px 30px;
  color: white;
}

@media (max-width: 1199px) {
 
}

@media (max-width: 991px) {
   .banner-section {
    min-height: 345px;
  }
}

@media (max-width: 767px) {
   .banner-section {
    min-height: 292px;
  }
  .banner-section h1 {
    font-size: 2.25rem;
  }
}

@media (max-width: 575px) {
   .banner-section {
    min-height: 195px;
    margin-top: 137px;
  }
	
.vce {
  background-image: url("/20220831130209oe_/http://www.cuhk.edu.hk/vc-exemplary-teaching-award/images/banner_vceta_s.jpg") !important;
}	
.uea {
  background-image: url("/20220831130209oe_/http://www.cuhk.edu.hk/vc-exemplary-teaching-award/images/banner_uea_s.jpg") !important;
}		

  .banner-section h1 {
    font-size: 1.875rem;
  }
}
/*end of banner*/

.clearfix:after,
.clearfix:before {
  content: '';
  display: table;
}
.clearfix:after {
  clear: both;
}

.grid-item-layout {
  position: relative;
  flex: 1;
  max-width: 100%;
  transition-duration: inherit;
  text-align: center;
}

.valign-middle > * {
  flex-shrink: 0;
}

.valign-middle {
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.svg-content {
  width: 0;
  height: 0;
}

.back-to-top {
  position: fixed;
  z-index: 100000;
  display: none;
}

.menu-list {
	color: #ffffff;
    background-color: #6e1e6f;
    text-align: center;
	padding: 5px;
}
.menu-list ul, .language-section ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.language-section li {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  padding: 0px 0px;
  margin: 0;
  height: 100%;
}

.menu-list li {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  padding: 5px 0px;
  margin: 0;
  height: 100%;
}

.menu-list li:first-child a, .language-section li:first-child a, 
.year-list li:first-child a, .footer-menu-list li:first-child a{
    box-shadow: none !important;
	border: none !important;
}

.language-section li:last-child a {
    padding-right:0px;
}

.language-section li a{
  color: black;
  padding: 0 5px;
  border-left: 1px solid;
/*  -webkit-box-shadow: inset 1px 0px 0px 0px #000;
  -moz-box-shadow: inset 1px 0px 0px 0px #000;
  box-shadow: inset 1px 0px 0px 0px #000;	*/
}

.language-section a:hover{
	color: #6e1e6f;
  border-left: 1px solid black;
}

.menu-list li a:hover{
color: #f1c50e;
  border-left: 1px solid white;
	
}

.menu-list li a{
  color: white;
  padding: 0 15px;
  border-left: 1px solid;
/*  -webkit-box-shadow: inset 1px 0px 0px 0px #fff;
  -moz-box-shadow: inset 1px 0px 0px 0px #fff;
  box-shadow: inset 1px 0px 0px 0px #fff;*/	
}

.vce-intro {
	color: black;
    font-size: 0.9rem;
    line-height: 1.2;
    text-align: justify;
}

.vce-intro {
  margin: 30px 0px;
}
.year-list {
  margin: 10px 0px;
  padding: 0px;
  /*border-top:1px solid #f1c50e;
  border-bottom:1px solid #f1c50e;*/
	background-color: #F7F7F7;
}

.year-list li {
  display: inline-block;
  position: relative;
  vertical-align: middle; 

  margin: 0px;
  /*height: 100%;*/
  font-size: 0.7em;
  color:#c0c0c0;
}
.year-list li a{
  color: #333333;
  border-left: 1px solid;
  padding:0px 10px ;
}

.year-list li a:hover{
  color: #e6ae00;
  border-left: 1px solid #333333;
}

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 500;
  color: inherit;
}

h1 {
  font-size: 2.25rem;
}
h2 {
  font-size: 1.5rem;
}
h3, h4 {
  font-size: 1.25rem;
}

h5, h6 {
  font-size: 1.125rem;
}

p {
  margin-top: 0;
  padding: 0;
  margin-bottom: 0.5rem;
}


.align-center {
  text-align: center;
}


.grid-section {
  display: grid;
  grid-template-columns: repeat(3, 33.33333333%);
}
.team-grid .grid-item, .team-grid-5 .grid-item{
	padding-bottom: 0px;
	background: none;
    border: none;
}
.grid-item {
 	display: flex;
    position: relative;
    background-color: #f2f2f2;
    border-radius: 15px !important;
	padding: 30px 15px;
}

.grid-item h5{
	text-transform: none;
    letter-spacing: normal;
    font-weight: 700;
    font-size: 1rem;
   /* margin: 20px auto 0;*/
	color: #6e1e6f;
	text-align: center;
}


.profile-text {
    margin: 0;
    color: #808080 !important;
    font-size: 0.9rem;
    line-height: 1.2;
    text-align: center;
}
.profile-text-awardee{
    margin: 10px auto 0;
    color: #808080 !important;
    font-size: 0.9rem;
    line-height: 1.2;
    text-align: center;
}

.profile-text-left {
    color: #808080 !important;
    font-size: 0.9rem;
    line-height: 1.2;
    text-align: justify;
    text-align-last: left;
}

.yellowLine-section-left{
	margin-top:10px;
}

.yellowLine-left {
	/*height: 20px;*/ 
	width: 4px; 
	background-color: #e6ae00; 
	margin-top:3px;
	float: left;
}

.yellowLineText-left{
	text-align: left; 
	/*width: 98%;*/ 
	padding-left: 8px; 
	font-size: 0.9rem;

}
.text-justify{
	text-align: justify;
	
}


.yellowLine-section{
	margin-top:10px;
}

.yellowLine {
	min-height: 43px; 
	width: 4px; 
	background-color: #e6ae00; 
	float: left; 
	margin-top:3px;
}

.yellowLineText{
	text-align: justify; 
	padding-left: 8px; 
	font-size: 0.9rem;
}

h3
{
  font-weight: 400;
  font-size: 1.875rem;
  line-height: 1.2;
  margin-top: 20px;
  margin-bottom: 20px;
}
h4
{
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.2;
  margin-top: 20px;
  margin-bottom: 20px;
}
h5
{
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.2;
 
}
h6
{
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.2;
  margin-top: 20px;
  margin-bottom: 20px;
 }

@media (max-width: 575px) {
  h3
  {
  font-size: 1.5rem;
  }
}
.vce-award-title{
  color: #f1c50e;
  border-bottom: solid;
  margin-top: 40px;
  margin-bottom: 0;
  text-align: left;
}
.award-title{
  color: #f1c50e;
  border-bottom: solid;
  margin-top: 80px;
  margin-bottom: 0;
  text-align: left;
}
.award-title h1, .vce-award-title h1{
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
}

/*3 grid*/
.grid-section {
  grid-template-columns: calc(33.3333% - 10px) calc(33.3333% - 10px) calc(33.3333% - 10px);
 /* min-height: 100px;*/
  grid-gap: 15px 15px;
  margin-top: 14px;
  /*margin-bottom: 40px;*/
  width: 100%;
}
.team-section{
	background-color: #f2f2f2; border-radius: 15px !important; padding: 0px 0px 26px;
}

.team-grid-1 {
	grid-template-columns: 100%;
}

.team-grid {
	grid-template-columns: calc(25% - 11px) calc(25% - 11px) calc(25% - 11px) calc(25% - 11px);
}
.team-grid-5{
	grid-template-columns: calc(20% - 12px) calc(20% - 12px) calc(20% - 12px) calc(20% - 12px) calc(20% - 12px);

}

.last-grid-section{
  margin-bottom: 40px;
}

/*2 grid*/
@media (max-width: 991px) {

  .u-section-2 .text {
    font-size: 1.6rem;
	font-weight: bold;
  }
  .team-grid {
	grid-template-columns: calc(50% - 7.5px) calc(50% - 7.5px);
	padding-bottom: 30px;  
  }
  .grid-section {
  /*  grid-template-columns: calc(50% - 7.5px) calc(50% - 7.5px);*/
  }
}


@media (max-width: 767px) {

   .grid-section {
 /*2 grid*/  grid-template-columns: calc(50% - 7.5px) calc(50% - 7.5px);
 /* 1 grid*/   /*grid-template-columns: 100%;*/
  }
	.grid-1{
		grid-template-columns: 100%;
	}
	.team-grid-5 {
	padding-bottom: 15px;  
  }
}

@media (max-width: 767px) {
  .header-section .cu-logo img {
	  width: 200px;
	  margin-top:5px;
  }
}
	
@media (max-width: 575px) {
  .header-section .cu-logo {
   /* width: 240px;*/
    height: auto;
    margin-top: 26px;
  }
  .header-section .search-section {
    width: 80px; /*100px*/
	  /*height:10px;*/
   /* margin-right: -30px;
    margin-bottom: 28px;*/
  }
  .banner-section-uea, .banner-section-vce{
  min-height: 200px;
  }	
}

footer {
  color: #ffffff;
  background-color: #717171;
  text-align: center;
  font-size: 0.8rem;	
  	
} 

footer p {
  margin: 20px auto;
  font-size: 0.8rem;
}


.footer-menu-list{
 margin: 0px;
 padding: 0px;
}

.footer-menu-list ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.footer-menu-list li {
  font-size: 0.8rem;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin: 0;
  height: 100%;
}

 
.footer-menu-list li a{
  color: white;
  padding: 0 15px;
  border-left: 1px solid;	
/*  -webkit-box-shadow: inset 1px 0px 0px 0px #fff;
  -moz-box-shadow: inset 1px 0px 0px 0px #fff;
  box-shadow: inset 1px 0px 0px 0px #fff;	*/
}

.footer-menu-list li a:hover{
color: #6e1e6f;
border-left: 1px solid white;	

}