@charset "UTF-8";
.fontsize-switcher,
.language-switcher, .language-switcher li, .header-logo, .header-search, .search-form-text, .search-form-submit, .home-banner h2, .banner-content, .home-news-blocks .grm-heading, .pb-row, .pb-image, .image-block, .ib-detail, .ib-photo, .schedules-rows, .rc-row, .rc-name, .rc-more, .member-photo, .member-detail, .ue-photo, .ue-btns, .newspaper-block.full-block .nb-text, .newspaper-block.full-block .nb-photo, .award-slide .caption h3, .award-slide .caption p, .list-title, .list-date, .workshop-left,
.workshop-right, .wf-row-left, .wf-row-right, .radio-btn span,
.checkbox-btn span, .wf-affiliation span, .white-block .image-block, .wb-content, .left-col, .fmr-heading h3, .fmr-heading .circle-icon, .right-col, .form-1-2, .term p {
  display: inline-block;
}

.fontsize-switch.active:after, .page-top h1, .photos-slide .caption, .award-slide .caption, .ds-list, .ib-image, a.tabcontent-btn, .aa-gallery-photos, .aa-gallery-photo-inner, .image-placeholder, .image-placeholder:before {
  display: block;
}

.fontsize-switch.active:after, .image-placeholder:before {
  content: '';
}

.fontsize-switch.active:after, .pb-image, .image-placeholder:before {
  position: absolute;
}

.fontsize-switch, .image-placeholder {
  position: relative;
}

.header-top-left {
  float: left;
}

.ib-detail, .ib-photo, .member-photo, .member-detail, .ue-photo, .ue-btns, .newspaper-block.full-block .nb-text, .newspaper-block.full-block .nb-photo, .workshop-left,
.workshop-right, .story-blocks.grid-1-3, .white-block .image-block, .left-col, .right-col, .term p {
  vertical-align: top;
}

.fontsize-switcher,
.language-switcher, .language-switcher li, .search-form-text, .search-form-submit, .rc-name, .rc-more, .award-slide .caption h3, .award-slide .caption p, .list-title, .list-date, .wf-row-left, .wf-row-right, .radio-btn span,
.checkbox-btn span, .form-1-2 {
  vertical-align: middle;
}

.pb-top .grm-heading, .pb-top .grm-heading-line {
  vertical-align: bottom;
}

.member-photo-inner {
  overflow: hidden;
}

.fontsize-switch {
  cursor: pointer;
}

.member-photo-inner {
  border-radius: 100%;
}

.primary-btn:after, .search-form:before, .footer, .home-banner, .nb-image, .pb-image, .home-link, .research-block, .album-heading:before, .album-col, .alumni-photo, .page-top, .travelogues-link:before, .photos-slide, .photos-slider-container .bx-wrapper .bx-controls-direction a, .award-slide, .ia-photo, .story-block, .ib-image, .next-btn a:after, .fm-orange-block:after, .fmr-heading .circle-icon, .weather-icon, .gallery-tab a, .gallery-tabcontent, .nd-slide span, .trip-photos, .aa-gallery-photo-inner, .alumni-slider-container,
.alumni-slider-container .bx-wrapper,
.alumni-slider-container .bx-viewport,
.alumni-slider,
.alumni-slide {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.home-banner .banner-icon, .read-more, .people-block, .map-btn, .schedules-rows:before, .white-btn:after, a.tabcontent-btn, .nd-slider-container .bx-wrapper .bx-controls-direction a, .image-placeholder:before {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.home-slider-container,
.home-slider-container .bx-wrapper,
.home-slider-container .bx-viewport,
.home-slider,
.home-slide, .page-top, .home-banner {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.header-top, .footer-wrapper, .album-cols, .alumni-block, .alumni-slide-block {
  display: table;
  table-layout: fixed;
  width: 100%;
}

/*
Roboto:
100 thin
300 light
400 regular
500 medium
700 bold
800 black
*/
body {
  min-width: 300px;
  background-color: #fff;
  font-family: "Montserrat", "Barlow Condensed", "Noto Sans HK", sans-serif;
}

.container {
  width: 100%;
  min-width: 300px;
}

.wrapper {
  width: 90%;
  max-width: 1150px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

input,
textarea {
  border: 1px solid #818075;
}

*:focus {
  outline: 2px dotted #969696;
}

::-webkit-input-placeholder {
  color: #cfcfcf;
}

:-ms-input-placeholder {
  color: #cfcfcf;
}

::-ms-input-placeholder {
  color: #cfcfcf;
}

/* All Page */
.site-title-hidden {
  display: none;
}

.content {
  position: relative;
  background-size: 100%;
  background-position: center top;
  background-repeat: repeat;
  background-image: url(images/bg-pattern-new.png);
}

.content:before {
  /* top:-85px;
    left: 0;
    width:100%;
    padding-bottom:20%;
    @include bc(#158FA9);
    background-size:100%;
    background-position: center top;
    background-repeat: repeat;
    background-image:url(images/bg-pattern-new.png);
    border-top-left-radius: 75% 100%;
border-top-right-radius: 75% 100%;*/
}

.single-content {
  padding: 0 0 80px 0;
}

.single-content h2 {
  font-weight: 700;
  margin-top: 1.8em;
  margin-bottom: 0.8em;
}

.single-content h2:first-child {
  margin-top: 0;
}

.single-content h3 {
  font-size: 2.4em;
  font-weight: 700;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}

.single-content img.size-medium {
  width: 49%;
  display: inline-block;
  margin-right: 1%;
}

.single-content img.size-medium:nth-child(2n+2) {
  margin-right: 0;
}

.slider {
  visibility: hidden;
}

.bg-top {
  position: absolute;
  top: 91%;
  width: 100%;
}

.st0 {
  fill: #158fa9;
}

.breadcrumbs-container {
  padding-bottom: 80px;
}

.page-template-page-field-trips .breadcrumbs-container,
body.field-trip .breadcrumbs-container {
  padding-bottom: 0;
}

body.single-profile .breadcrumbs-container,
body.field-trip .breadcrumbs-container {
  background-color: #dbe2eb;
}

.breadcrumb {
  /*
    position: absolute;
    top: 0;
    */
  width: 100%;
  color: #818075;
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  z-index: 11;
  /*
    .delimiter:nth-last-child(2) {
        display: none;
    }
    .current:last-child {
        display: none;
    }
    */
}

.breadcrumb a {
  color: #818075;
}

.breadcrumb .delimiter {
  padding: 0 0.4em;
}

/* .blue-bg, .page-template-default */
.blue-bg,
.page-template-default,
.page-template-page-chairperson-message {
  background-color: #158fa9;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center top;
}

.blue-bg p,
.blue-bg h2,
.blue-bg h3,
.blue-bg h4,
.blue-bg h5,
.blue-bg h6,
.blue-bg a,
.blue-bg li,
.blue-bg th,
.blue-bg td,
.page-template-default p,
.page-template-default h2,
.page-template-default h3,
.page-template-default h4,
.page-template-default h5,
.page-template-default h6,
.page-template-default a,
.page-template-default li,
.page-template-default th,
.page-template-default td,
.page-template-page-chairperson-message p,
.page-template-page-chairperson-message h2,
.page-template-page-chairperson-message h3,
.page-template-page-chairperson-message h4,
.page-template-page-chairperson-message h5,
.page-template-page-chairperson-message h6,
.page-template-page-chairperson-message a,
.page-template-page-chairperson-message li,
.page-template-page-chairperson-message th,
.page-template-page-chairperson-message td {
  color: white;
}

.blue-bg .breadcrumb,
.page-template-default .breadcrumb,
.page-template-page-chairperson-message .breadcrumb {
  color: #fff;
}

.blue-bg .breadcrumb a,
.page-template-default .breadcrumb a,
.page-template-page-chairperson-message .breadcrumb a {
  color: #fff;
}

.blue-bg .top-tab,
.blue-bg .top-tab-new ul,
.blue-bg .top-tab-wrapper ul,
.page-template-default .top-tab,
.page-template-default .top-tab-new ul,
.page-template-default .top-tab-wrapper ul,
.page-template-page-chairperson-message .top-tab,
.page-template-page-chairperson-message .top-tab-new ul,
.page-template-page-chairperson-message .top-tab-wrapper ul {
  color: #fff;
}

.blue-bg .top-tab li,
.blue-bg .top-tab a,
.blue-bg .top-tab-new ul li,
.blue-bg .top-tab-new ul a,
.blue-bg .top-tab-wrapper ul li,
.blue-bg .top-tab-wrapper ul a,
.page-template-default .top-tab li,
.page-template-default .top-tab a,
.page-template-default .top-tab-new ul li,
.page-template-default .top-tab-new ul a,
.page-template-default .top-tab-wrapper ul li,
.page-template-default .top-tab-wrapper ul a,
.page-template-page-chairperson-message .top-tab li,
.page-template-page-chairperson-message .top-tab a,
.page-template-page-chairperson-message .top-tab-new ul li,
.page-template-page-chairperson-message .top-tab-new ul a,
.page-template-page-chairperson-message .top-tab-wrapper ul li,
.page-template-page-chairperson-message .top-tab-wrapper ul a {
  color: #fff;
}

.blue-bg .top-tab a:before,
.blue-bg .top-tab-new ul a:before,
.blue-bg .top-tab-wrapper ul a:before,
.page-template-default .top-tab a:before,
.page-template-default .top-tab-new ul a:before,
.page-template-default .top-tab-wrapper ul a:before,
.page-template-page-chairperson-message .top-tab a:before,
.page-template-page-chairperson-message .top-tab-new ul a:before,
.page-template-page-chairperson-message .top-tab-wrapper ul a:before {
  background-color: #fff;
}

.orange-bg .content,
.page-template-page-latest-news .content,
.page-template-page-news .content,
.page-template-page-awards .content,
.page-template-page-seminars .content,
.page-template-page-conference-and-workshop .content,
.page-template-page-field-trips .content {
  background-color: #ffcd80;
}

.orange-bg p,
.orange-bg h2,
.orange-bg h3,
.orange-bg h4,
.orange-bg h5,
.orange-bg h6,
.orange-bg a,
.page-template-page-latest-news p,
.page-template-page-latest-news h2,
.page-template-page-latest-news h3,
.page-template-page-latest-news h4,
.page-template-page-latest-news h5,
.page-template-page-latest-news h6,
.page-template-page-latest-news a,
.page-template-page-news p,
.page-template-page-news h2,
.page-template-page-news h3,
.page-template-page-news h4,
.page-template-page-news h5,
.page-template-page-news h6,
.page-template-page-news a,
.page-template-page-awards p,
.page-template-page-awards h2,
.page-template-page-awards h3,
.page-template-page-awards h4,
.page-template-page-awards h5,
.page-template-page-awards h6,
.page-template-page-awards a,
.page-template-page-seminars p,
.page-template-page-seminars h2,
.page-template-page-seminars h3,
.page-template-page-seminars h4,
.page-template-page-seminars h5,
.page-template-page-seminars h6,
.page-template-page-seminars a,
.page-template-page-conference-and-workshop p,
.page-template-page-conference-and-workshop h2,
.page-template-page-conference-and-workshop h3,
.page-template-page-conference-and-workshop h4,
.page-template-page-conference-and-workshop h5,
.page-template-page-conference-and-workshop h6,
.page-template-page-conference-and-workshop a,
.page-template-page-field-trips p,
.page-template-page-field-trips h2,
.page-template-page-field-trips h3,
.page-template-page-field-trips h4,
.page-template-page-field-trips h5,
.page-template-page-field-trips h6,
.page-template-page-field-trips a {
  color: #002D50;
}

.orange-bg .content p a:before,
.orange-bg .content li a:before,
.page-template-page-latest-news .content p a:before,
.page-template-page-latest-news .content li a:before,
.page-template-page-news .content p a:before,
.page-template-page-news .content li a:before,
.page-template-page-awards .content p a:before,
.page-template-page-awards .content li a:before,
.page-template-page-seminars .content p a:before,
.page-template-page-seminars .content li a:before,
.page-template-page-conference-and-workshop .content p a:before,
.page-template-page-conference-and-workshop .content li a:before,
.page-template-page-field-trips .content p a:before,
.page-template-page-field-trips .content li a:before {
  background-color: #002D50;
}

.orange-bg .st0,
.page-template-page-latest-news .st0,
.page-template-page-news .st0,
.page-template-page-awards .st0,
.page-template-page-seminars .st0,
.page-template-page-conference-and-workshop .st0,
.page-template-page-field-trips .st0 {
  fill: #ffcd80;
}

.orange-bg .breadcrumb,
.page-template-page-latest-news .breadcrumb,
.page-template-page-news .breadcrumb,
.page-template-page-awards .breadcrumb,
.page-template-page-seminars .breadcrumb,
.page-template-page-conference-and-workshop .breadcrumb,
.page-template-page-field-trips .breadcrumb {
  color: #002D50;
}

.orange-bg .breadcrumb a,
.page-template-page-latest-news .breadcrumb a,
.page-template-page-news .breadcrumb a,
.page-template-page-awards .breadcrumb a,
.page-template-page-seminars .breadcrumb a,
.page-template-page-conference-and-workshop .breadcrumb a,
.page-template-page-field-trips .breadcrumb a {
  color: #002D50;
}

.orange-bg .top-tab,
.orange-bg .top-tab-new ul,
.orange-bg .top-tab-wrapper ul,
.page-template-page-latest-news .top-tab,
.page-template-page-latest-news .top-tab-new ul,
.page-template-page-latest-news .top-tab-wrapper ul,
.page-template-page-news .top-tab,
.page-template-page-news .top-tab-new ul,
.page-template-page-news .top-tab-wrapper ul,
.page-template-page-awards .top-tab,
.page-template-page-awards .top-tab-new ul,
.page-template-page-awards .top-tab-wrapper ul,
.page-template-page-seminars .top-tab,
.page-template-page-seminars .top-tab-new ul,
.page-template-page-seminars .top-tab-wrapper ul,
.page-template-page-conference-and-workshop .top-tab,
.page-template-page-conference-and-workshop .top-tab-new ul,
.page-template-page-conference-and-workshop .top-tab-wrapper ul,
.page-template-page-field-trips .top-tab,
.page-template-page-field-trips .top-tab-new ul,
.page-template-page-field-trips .top-tab-wrapper ul {
  color: #002D50;
}

.orange-bg .top-tab li,
.orange-bg .top-tab a,
.orange-bg .top-tab-new ul li,
.orange-bg .top-tab-new ul a,
.orange-bg .top-tab-wrapper ul li,
.orange-bg .top-tab-wrapper ul a,
.page-template-page-latest-news .top-tab li,
.page-template-page-latest-news .top-tab a,
.page-template-page-latest-news .top-tab-new ul li,
.page-template-page-latest-news .top-tab-new ul a,
.page-template-page-latest-news .top-tab-wrapper ul li,
.page-template-page-latest-news .top-tab-wrapper ul a,
.page-template-page-news .top-tab li,
.page-template-page-news .top-tab a,
.page-template-page-news .top-tab-new ul li,
.page-template-page-news .top-tab-new ul a,
.page-template-page-news .top-tab-wrapper ul li,
.page-template-page-news .top-tab-wrapper ul a,
.page-template-page-awards .top-tab li,
.page-template-page-awards .top-tab a,
.page-template-page-awards .top-tab-new ul li,
.page-template-page-awards .top-tab-new ul a,
.page-template-page-awards .top-tab-wrapper ul li,
.page-template-page-awards .top-tab-wrapper ul a,
.page-template-page-seminars .top-tab li,
.page-template-page-seminars .top-tab a,
.page-template-page-seminars .top-tab-new ul li,
.page-template-page-seminars .top-tab-new ul a,
.page-template-page-seminars .top-tab-wrapper ul li,
.page-template-page-seminars .top-tab-wrapper ul a,
.page-template-page-conference-and-workshop .top-tab li,
.page-template-page-conference-and-workshop .top-tab a,
.page-template-page-conference-and-workshop .top-tab-new ul li,
.page-template-page-conference-and-workshop .top-tab-new ul a,
.page-template-page-conference-and-workshop .top-tab-wrapper ul li,
.page-template-page-conference-and-workshop .top-tab-wrapper ul a,
.page-template-page-field-trips .top-tab li,
.page-template-page-field-trips .top-tab a,
.page-template-page-field-trips .top-tab-new ul li,
.page-template-page-field-trips .top-tab-new ul a,
.page-template-page-field-trips .top-tab-wrapper ul li,
.page-template-page-field-trips .top-tab-wrapper ul a {
  color: #002D50;
}

.orange-bg .top-tab a:before,
.orange-bg .top-tab-new ul a:before,
.orange-bg .top-tab-wrapper ul a:before,
.page-template-page-latest-news .top-tab a:before,
.page-template-page-latest-news .top-tab-new ul a:before,
.page-template-page-latest-news .top-tab-wrapper ul a:before,
.page-template-page-news .top-tab a:before,
.page-template-page-news .top-tab-new ul a:before,
.page-template-page-news .top-tab-wrapper ul a:before,
.page-template-page-awards .top-tab a:before,
.page-template-page-awards .top-tab-new ul a:before,
.page-template-page-awards .top-tab-wrapper ul a:before,
.page-template-page-seminars .top-tab a:before,
.page-template-page-seminars .top-tab-new ul a:before,
.page-template-page-seminars .top-tab-wrapper ul a:before,
.page-template-page-conference-and-workshop .top-tab a:before,
.page-template-page-conference-and-workshop .top-tab-new ul a:before,
.page-template-page-conference-and-workshop .top-tab-wrapper ul a:before,
.page-template-page-field-trips .top-tab a:before,
.page-template-page-field-trips .top-tab-new ul a:before,
.page-template-page-field-trips .top-tab-wrapper ul a:before {
  background-color: #002D50;
}

.purple-bg .content,
.page-template-page-people .content {
  background-color: #c4b0bb;
}

.purple-bg p,
.purple-bg h2,
.purple-bg h3,
.purple-bg h4,
.purple-bg h5,
.purple-bg h6,
.purple-bg a,
.purple-bg li,
.page-template-page-people p,
.page-template-page-people h2,
.page-template-page-people h3,
.page-template-page-people h4,
.page-template-page-people h5,
.page-template-page-people h6,
.page-template-page-people a,
.page-template-page-people li {
  color: #3D3356;
}

.purple-bg .content p a:before,
.purple-bg .content li a:before,
.page-template-page-people .content p a:before,
.page-template-page-people .content li a:before {
  background-color: #3D3356;
}

.purple-bg .st0,
.page-template-page-people .st0 {
  fill: #c4b0bb;
}

.purple-bg .top-tab,
.purple-bg .top-tab-new ul,
.purple-bg .top-tab-wrapper ul,
.page-template-page-people .top-tab,
.page-template-page-people .top-tab-new ul,
.page-template-page-people .top-tab-wrapper ul {
  color: #3D3356;
}

.purple-bg .top-tab li,
.purple-bg .top-tab a,
.purple-bg .top-tab-new ul li,
.purple-bg .top-tab-new ul a,
.purple-bg .top-tab-wrapper ul li,
.purple-bg .top-tab-wrapper ul a,
.page-template-page-people .top-tab li,
.page-template-page-people .top-tab a,
.page-template-page-people .top-tab-new ul li,
.page-template-page-people .top-tab-new ul a,
.page-template-page-people .top-tab-wrapper ul li,
.page-template-page-people .top-tab-wrapper ul a {
  color: #3D3356;
}

.purple-bg .top-tab a:before,
.purple-bg .top-tab-new ul a:before,
.purple-bg .top-tab-wrapper ul a:before,
.page-template-page-people .top-tab a:before,
.page-template-page-people .top-tab-new ul a:before,
.page-template-page-people .top-tab-wrapper ul a:before {
  background-color: #3D3356;
}

.purple-bg .breadcrumb,
.page-template-page-people .breadcrumb {
  color: #3D3356;
}

.purple-bg .breadcrumb a,
.page-template-page-people .breadcrumb a {
  color: #3D3356;
}

.green-bg .content {
  background-color: #E9F2BC;
}

.green-bg p,
.green-bg h2,
.green-bg h3,
.green-bg h4,
.green-bg h5,
.green-bg h6,
.green-bg a {
  color: #3D3356;
}

.green-bg .content p a:before,
.green-bg .content li a:before {
  background-color: #3D3356;
}

.green-bg .st0 {
  fill: #E9F2BC;
}

.green-bg .top-tab,
.green-bg .top-tab-new ul,
.green-bg .top-tab-wrapper ul {
  color: #3D3356;
}

.green-bg .top-tab li,
.green-bg .top-tab a,
.green-bg .top-tab-new ul li,
.green-bg .top-tab-new ul a,
.green-bg .top-tab-wrapper ul li,
.green-bg .top-tab-wrapper ul a {
  color: #3D3356;
}

.green-bg .top-tab a:before,
.green-bg .top-tab-new ul a:before,
.green-bg .top-tab-wrapper ul a:before {
  background-color: #3D3356;
}

.green-bg .breadcrumb {
  color: #3D3356;
}

.green-bg .breadcrumb a {
  color: #3D3356;
}

.white-bg .content {
  background-color: #fff;
}

.white-bg .st0 {
  fill: #fff;
}

.white-bg .top-tab,
.white-bg .top-tab-new ul,
.white-bg .top-tab-wrapper ul {
  color: #3D3356;
}

.white-bg .top-tab li,
.white-bg .top-tab a,
.white-bg .top-tab-new ul li,
.white-bg .top-tab-new ul a,
.white-bg .top-tab-wrapper ul li,
.white-bg .top-tab-wrapper ul a {
  color: #3D3356;
}

.white-bg .top-tab a:before,
.white-bg .top-tab-new ul a:before,
.white-bg .top-tab-wrapper ul a:before {
  background-color: #3D3356;
}

.white-bg .breadcrumb {
  color: #3D3356;
}

.white-bg .breadcrumb a {
  color: #3D3356;
}

.white-bg h2,
.white-bg h3,
.white-bg h4,
.white-bg h5,
.white-bg h6,
.white-bg p,
.white-bg div {
  color: #706F70;
}

.white-bg a {
  color: #3D3356;
}

.tumbleweed-bg .content {
  background-color: #dfb196;
}

.tumbleweed-bg p,
.tumbleweed-bg h2,
.tumbleweed-bg h3,
.tumbleweed-bg h4,
.tumbleweed-bg h5,
.tumbleweed-bg h6,
.tumbleweed-bg a {
  color: #002D50;
}

.tumbleweed-bg .st0 {
  fill: #dfb196;
}

.tumbleweed-bg .breadcrumb {
  color: #3D3356;
}

.tumbleweed-bg .breadcrumb a {
  color: #3D3356;
}

.tumbleweed-bg .top-tab,
.tumbleweed-bg .top-tab-new ul,
.tumbleweed-bg .top-tab-wrapper ul {
  color: #002D50;
}

.tumbleweed-bg .top-tab li,
.tumbleweed-bg .top-tab a,
.tumbleweed-bg .top-tab-new ul li,
.tumbleweed-bg .top-tab-new ul a,
.tumbleweed-bg .top-tab-wrapper ul li,
.tumbleweed-bg .top-tab-wrapper ul a {
  color: #002D50;
}

.tumbleweed-bg .top-tab a:before,
.tumbleweed-bg .top-tab-new ul a:before,
.tumbleweed-bg .top-tab-wrapper ul a:before {
  background-color: #002D50;
}

.parent-title:after {
  content: " >";
}

.heading-row {
  position: relative;
  display: table;
  width: 100%;
}

.heading-row .grm-heading {
  display: table-cell;
}

.grm-heading {
  position: relative;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 4.8em;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  text-transform: uppercase;
  z-index: 2;
}

.grm-heading.orange-line {
  padding-bottom: 3%;
}

.grm-heading.orange-line:after {
  display: inline-block;
  content: "";
  width: 59%;
  border: 1px solid #e3983b;
  margin-left: 3%;
}

.primary-btn {
  display: inline-block;
  position: relative;
  background-color: #E3983B;
  color: #fff;
  font-size: 1.6em;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 2px;
  width: auto;
  padding: 15px 64px 15px 25px;
  text-align: left;
  margin: auto;
  border-radius: 30px;
  background-image: none;
}

.primary-btn:hover {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  color: #E3983B;
  background-color: #f5f5f5;
}

.primary-btn span {
  padding-left: 30px;
}

.primary-btn:after {
  position: absolute;
  right: 5px;
  width: 33px;
  height: 33px;
  background-image: url(images/white-arrow-btn@2x.png);
  content: "";
  top: 8px;
}

.primary-btn:hover:after {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  color: #E3983B;
  background-image: url(images/orange-arrow-btn@2x.png);
}

.overlay {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  overflow: hidden;
}

.overlay:before {
  position: absolute;
  top: 0;
  display: block;
  width: 120%;
  height: 120%;
  content: "";
  background: black;
  background: linear-gradient(68deg, rgba(0, 0, 0, 0.75) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.overlay:hover:before {
  background: none;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

p {
  color: #fff;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.6;
}

a {
  cursor: pointer;
  color: #fff;
}

h2 {
  font-size: 3.7em;
  color: #fff;
}

h3 {
  font-size: 2.6em;
  color: #fff;
  line-height: 1.6;
}

li {
  font-size: 1.4em;
  font-weight: 500;
  padding-bottom: 3px;
}

.desc {
  display: none;
}

button {
  border: 0;
}

/* HEADER */
/*.sticky {
position: fixed;
top: 0;
z-index: 99999;
width: 100%;
}*/
.header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 85px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 999;
}

.header-bottom {
  border: 0;
}

.header-right {
  padding-right: 4%;
}

.header-top-right {
  position: inherit;
  padding-top: 1%;
}

.main-menu-button {
  display: block;
  position: relative;
  right: 0;
  width: 180px;
  height: 100%;
  cursor: pointer;
  float: right;
}

.main-menu-button p {
  display: inline-block;
  color: #fff;
  font-size: 1.8em;
  font-weight: 500;
  line-height: 1.2;
  padding-top: 25px;
  padding-right: 25px;
}

.main-menu-button span,
.menu-toggle {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background: url(images/main-menu-button@2x.png) no-repeat center center;
  background-size: contain;
  width: 56px;
  height: 40px;
  border: 0;
}

.main-menu-close {
  display: block;
  position: absolute;
  top: 20px;
  right: 16px;
  width: 30px;
  height: 30px;
  background-image: url(./images/close.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 9999;
  cursor: pointer;
}

.main-menu-top {
  width: 90%;
  margin: 0 auto;
}

.main-menu-corner {
  position: relative;
  display: none;
  right: 0;
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
  z-index: 998;
}

.main-menu {
  display: block;
  position: fixed;
  top: 0;
  right: -350px;
  width: 80%;
  height: 100vh;
  overflow-y: auto;
  max-width: 350px;
  min-width: 240px;
  padding-top: 12px;
  padding-bottom: 20px;
  padding-top: 65px;
  background-color: #eeeff4;
  z-index: 100;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -webkit-transition: right 0.25s ease-in-out;
  transition: right 0.25s ease-in-out;
}

.main-menu a {
  color: #002D50;
}

.main-menu ul > li {
  position: relative;
  width: 100%;
  margin: 0;
}

.main-menu > ul > li:hover:before,
.main-menu .menu-main-menu-container > ul > li:hover:before {
  left: unset;
  background-color: transparent;
}

.main-menu > .menu-main-menu-container > ul > li > a {
  display: block;
  padding: 16px 20px;
}

.main-menu ul > li.menu-item-has-children > a:before {
  position: absolute;
  top: 11px;
  right: 6px;
  content: "▾";
  width: 40px;
  height: auto;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  pointer-events: none;
}

.main-menu ul > li.menu-item-has-children.open > a:before {
  top: 13px;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.main-menu > ul > li > ul > li {
  background-color: rgba(75, 95, 133, 0.1);
}

.main-menu > ul > li > ul > li > a {
  color: #002D50;
}

.main-menu > ul > li:hover > a,
.main-menu > ul > li.current-menu-item > a,
.main-menu > ul > li.current-menu-parent > a,
.main-menu > ul > li.current-menu-ancestor > a {
  border: 0;
}

span.separator {
  display: none;
}

/*
.main-menu ul>li>.menu-line {
    position: relative;
    padding: 16px 50px 16px 20px;
}
.main-menu ul>li>.menu-line>a {
    display: block;
    width: 100%;
    margin: 0;
    border: 0;
}
.menu-arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    cursor: pointer;
    transition: all 0.2s ease-in;
    z-index: 2;
    background: rgba(0,0,0,0.5);
}
.menu-arrow span {
    display: block;
    font-size: 20px;
    text-align: center;
    margin-top: 26px;
    line-height: 1;
}
.main-menu li:hover > .menu-line > .menu-arrow {
    color: white;
    background-color: rgba(0,45,80,0.5);
}
*/
.main-menu ul > li > ul {
  left: 0;
}

.main-menu ul > li > ul > li > a {
  padding: 15px 20px;
}

.main-menu ul > li:hover > ul {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.main-menu ul > li > ul {
  display: none;
  position: relative;
  width: 100%;
  max-height: unset;
}

.main-menu ul > li > ul > li.current-menu-item {
  background-color: rgba(75, 95, 133, 0.1);
}

.main-menu ul > li > ul.menu-item-has-children {
  display: inherit;
}

.main-menu ul > li.open > ul {
  display: block;
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
}

.menu-main-menu-container {
  padding-top: 30px;
}

.main-menu ul ul {
  border: 0;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.main-menu .menu-primary-menu-container-button ul li.active > a,
.main-menu .menu-primary-menu-container-button ul li.current-menu-item > a,
.main-menu .menu-primary-menu-container-button ul li.current-page-ancestor > a,
.main-menu .menu-primary-menu-container-button ul li:hover > a {
  border-bottom: 0;
}

.main-menu .menu-primary-menu-container-button ul li.active > a,
.main-menu > ul li.active:hover > a,
.main-menu .menu-primary-menu-container-button ul li.current-menu-item > a,
.main-menu > ul li.current-menu-item:hover > a,
.main-menu .menu-primary-menu-container-button ul li.current-page-ancestor > a,
.main-menu > ul li.current-page-ancestor:hover > a {
  color: #0a2342;
  background-color: #b6b8b6;
}

.main-menu .menu-primary-menu-container-button ul > li.menu-item-has-children:before {
  position: absolute;
  top: 11px;
  right: 6px;
  content: "▾";
  width: 40px;
  height: auto;
  color: #fff;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.main-menu .menu-primary-menu-container-button ul > li.menu-item-has-children.open:before {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.main-menu ul > li > a {
  display: block;
}

.main-menu ul > li > a:hover {
  background-color: #002D50;
  border: 0;
  color: #fff;
}

.main-menu ul > li > a:hover:before {
  color: #fff;
}

.main-menu ul > li:before:hover .main-menu ul > li > a {
  background-color: #002D50;
}

.main-menu ul > li.menu-item-has-children:hover:before,
.main-menu ul > li:hover > a {
  color: #fff;
}

.main-menu > ul > li:hover:before {
  color: #fff;
}

.main-menu ul > li > ul > li {
  padding: 0;
}

.main-menu ul > li > ul > li > a {
  padding-left: 10%;
}

.main-menu ul > li > ul > li > ul > li > a {
  padding-left: 14%;
}

.main-menu ul > li.menu-item-has-children.open > a {
  background-color: #002D50;
  color: #fff;
}

.main-menu ul > li.menu-item-has-children.open:before {
  color: #fff;
}

body.menu-open .header-wrapper {
  position: unset;
}

body.menu-open .main-menu-mask {
  display: block;
}

body.menu-open .main-menu-top {
  display: block;
}

body.menu-open .main-menu-button {
  display: none;
}

body.menu-open .main-menu {
  right: 0;
  top: 0;
  -webkit-transition: right 0.25s ease-in-out;
  transition: right 0.25s ease-in-out;
}

.header-icons.mobile {
  display: inline-block;
  width: 100%;
  padding: 0;
  border: 0;
  margin: auto;
}

.header-link {
  display: inline-block;
  background-color: #ffffff2e;
  padding: 3% 4%;
  margin-left: 6%;
}

.header-link a {
  color: #ffffff;
}

.header-link:hover {
  background-color: #219674;
}

a.header-logo-2 .header-title {
  font-size: 1.3em;
}

.header-right-top {
  display: none;
}

.fontsize-switcher,
.language-switcher {
  margin-bottom: 8px;
}

.fontsize-switcher {
  margin-left: 13px;
}

.fontsize-switch {
  padding: 0 2px;
  color: #fff;
}

.fontsize-switch.active:after {
  background-color: #e18058;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
}

.fontsize-switch.small {
  font-size: 15px;
}

.fontsize-switch.medium {
  font-size: 22px;
}

.fontsize-switch.large {
  font-size: 29px;
}

.language-switcher {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.2;
  padding-left: 7px;
}

.language-chooser .active {
  display: none;
}

.language-switcher li:last-child {
  padding-right: 3px;
  border: 0;
  margin: 0;
}

.language-switcher li a {
  font-size: 1em;
  font-weight: 700;
  line-height: 1.2;
}

.language-switcher li a:hover {
  opacity: 0.5;
}

.header-top {
  margin-top: 1%;
  width: 95%;
}

.header-top-left,
.header-top-right {
  display: table-cell;
  width: 50%;
  vertical-align: top;
}

.header-top-left {
  width: 100%;
  max-width: 465px;
  background-color: #fff;
  text-align: right;
  padding: 10px 0;
  border-radius: 0 50px 50px 0;
}

.header-logo {
  vertical-align: middle;
  margin-right: 5%;
}

.header-logo img {
  height: 74px;
  max-width: none;
}

.header-logo-1 {
  margin-right: 8%;
}

.htr-top {
  text-align: right;
}

.header-search,
.language-switcher,
.fontsize-switcher {
  color: #fff;
}

.language-switcher li:after {
  display: inline-block;
  content: "|";
  font-weight: 500;
  padding-right: 2px;
  padding-left: 6px;
}

.language-switcher li:last-child:after,
html.zh_TW .language-switcher li.lang-en:after,
html.zh_CN .language-switcher li.lang-en:after {
  content: "";
}

.language-switcher li a {
  color: #fff;
}

.language-switcher li a:hover {
  opacity: 0.5;
}

li.lang-en a {
  font-weight: 700;
}

.search-form {
  position: relative;
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1.2;
  width: 285px;
  height: auto;
  padding: 5px 0;
  border: 2px solid #fff;
  border-radius: 30px;
}

.search-form:before {
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 10px;
  width: 20px;
  padding-bottom: 7%;
  background-image: url(images/search-icon@2x.png);
  content: "";
  text-align: left;
}

.search-form-text {
  width: 75%;
  color: #fff;
  background-color: transparent;
  border: 0;
  padding-left: 10px;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.2;
}

.search-form-text::-webkit-input-placeholder {
  color: #fff;
}

.search-form-text::-moz-placeholder {
  color: #fff;
}

.search-form-text:-ms-input-placeholder {
  color: #fff;
}

.search-form-text:-moz-placeholder {
  color: #fff;
}

.search-form-submit {
  background-image: url(images/white-arrow-btn@2x.png);
  width: 33px;
  height: 25px;
  padding: 5px;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 70%;
  font: 0/0 a;
  border: 0;
}

/* FOOTER */
.footer {
  position: relative;
  background-image: url(images/footer-bg@2x.jpg);
  padding-top: 18%;
}

.footer-left,
.footer-right {
  display: table-cell;
  vertical-align: top;
}

.footer-left {
  width: 70%;
}

.footer-right {
  width: 30%;
}

.footer-menu {
  position: relative;
  width: 100%;
  max-width: 768px;
}

.footer-menu .menu-bottom-menu-container > ul > li,
.footer-menu > ul > li {
  position: relative;
  display: inline-block;
  border-right: 1px solid #fff;
  padding: 0 8px;
  margin-bottom: 8px;
}

.footer-menu .menu-bottom-menu-container > ul > li:last-child,
.footer-menu > ul > li:last-child {
  border: 0;
}

.footer-menu a,
.bottom-menu a,
.copyright {
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
}

.copyright {
  padding: 3% 0 5%;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.2;
}

/* Grid */
.grid-1-2 {
  overflow: hidden;
}

.grid-1-2 > .grid-col {
  display: block;
  float: left;
  width: 49%;
  margin-right: 2%;
  margin-bottom: 0%;
}

.grid-1-2 > .grid-col:nth-child(2n+2) {
  margin-right: 0;
}

.grid-1-2 > .grid-col:nth-child(2n+1) {
  clear: both;
}

.grid-1-3 {
  overflow: hidden;
}

.grid-1-3 > .grid-col {
  display: block;
  float: left;
  width: 31%;
  margin-right: 3%;
  margin-bottom: 3%;
}

.grid-1-3 > .grid-col:nth-child(3n+3) {
  margin-right: 0;
}

.grid-1-3 > .grid-col:nth-child(3n+1) {
  clear: both;
}

.grid-1-4 {
  overflow: hidden;
}

.grid-1-4 > .grid-col {
  display: block;
  float: left;
  width: 24%;
  margin-right: 1%;
  margin-bottom: 0%;
}

.grid-1-4 > .grid-col:nth-child(4n+4) {
  margin-right: 0;
}

.grid-1-4 > .grid-col:nth-child(4n+1) {
  clear: both;
}

.grid-1-5 {
  overflow: hidden;
}

.grid-1-5 > .grid-col {
  display: block;
  float: left;
  width: 19%;
  margin-right: 2%;
  margin-bottom: 0%;
}

.grid-1-5 > .grid-col:nth-child(5n+5) {
  margin-right: 0;
}

.grid-1-5 > .grid-col:nth-child(5n+1) {
  clear: both;
}

.grid-1-6 {
  overflow: hidden;
}

.grid-1-6 > .grid-col {
  display: block;
  float: left;
  width: 15.5%;
  margin-right: 1%;
  margin-bottom: 0%;
}

.grid-1-6 > .grid-col:nth-child(6n+6) {
  margin-right: 0;
}

.grid-1-6 > .grid-col:nth-child(6n+1) {
  clear: both;
}

/* Home */
.home-slider-container,
.home-slider-container .bx-wrapper,
.home-slider-container .bx-viewport,
.home-slider,
.home-slide,
.page-top {
  position: relative;
  height: 95vh;
}

.home .blue-bg {
  background-image: url(images/bg-pattern-new.png);
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
}

.bx-wrapper .bx-controls-direction a,
.bx-wrapper .bx-pager {
  display: none;
}

.home-banner {
  position: relative;
  height: 95vh;
  background-position: center bottom;
}

.home-banner .banner-icon {
  display: inline-block;
  margin-right: 3%;
  width: 22%;
  padding-bottom: 13%;
  background-position: center;
}

.home-banner h2 {
  font-size: 5.3em;
  color: #dcce21;
  font-family: "Barlow Condensed", sans-serif;
}

.home-banner:nth-child(2) .banner-heading h2 {
  color: #fa562b;
}

.home-banner:nth-child(2) .banner-caption {
  border-color: #fa562b;
}

.home-banner:nth-child(3) .banner-heading h2 {
  color: #008cc3;
}

.home-banner:nth-child(3) .banner-caption {
  border-color: #008cc3;
}

.home-banner:nth-child(4) .banner-heading h2 {
  color: #d05b80;
}

.home-banner:nth-child(4) .banner-caption {
  border-color: #d05b80;
}

.banner-content {
  vertical-align: middle;
  padding-top: 20%;
}

.banner-heading {
  color: #E4D621;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.2;
  font-family: "Barlow Condensed", sans-serif;
  padding-bottom: 5%;
}

.banner-caption {
  border-left: 6px solid #E4D621;
  max-width: 800px;
}

.banner-caption p {
  color: #fff;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.2;
  padding-left: 4%;
}

.scroll-down {
  position: absolute;
  bottom: 2%;
  right: 6%;
  color: #fff;
  font-size: 1.3em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  border-left: 3px solid;
  padding: 2.5% 0 0 1%;
  text-align: right;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.home-news-blocks {
  position: relative;
  padding: 5% 0 15%;
}

.home-news-blocks .grm-heading {
  width: auto;
  line-height: 1;
  vertical-align: bottom;
  width: 400px;
}

.home-news-blocks .pagination {
  display: table-cell;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.2;
  text-align: right;
  border-bottom: 2px solid #E3983B;
  padding-bottom: 1%;
  margin-left: 2%;
  vertical-align: bottom;
}

.home-news-blocks .grid-1-4 {
  margin-top: 4%;
}

.page-link:after {
  content: "|";
  padding: 0 5px;
}

.page-prev {
  padding-right: 2%;
}

.page-next {
  padding-left: 2%;
}

.page-link:nth-child(4):after {
  display: none;
}

.home-news-block {
  background-color: #fff;
  border-radius: 30px;
}

.home-news-block h3 {
  background-color: #002D50;
  color: #fff;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1;
  padding: 5%;
}

.home-news-block p {
  text-align: left;
}

.nb-content {
  /* border: 1px solid #6c1e71; */
  padding-bottom: 1%;
  border-radius: 0 0 30px 30px;
}

.nb-content p {
  width: 85%;
  min-height: 136px;
  color: #706F70;
  font-size: 1.8em;
  font-weight: 500;
  line-height: 1.4;
  margin: 5%;
}

.nb-image {
  width: 100%;
  padding-bottom: 60%;
  border-radius: 30px 30px 0 0;
}

.read-more {
  position: relative;
  display: block;
  color: #818075;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.2;
  text-align: right;
  letter-spacing: 2px;
  margin: 5% 7%;
  padding: 1% 12% 1% 0;
  background-image: url(images/grey-arrow-btn@2x.png);
  background-position: right;
}

.read-more:hover {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  color: #E3983B;
  background-image: url(images/orange-arrow-btn@2x.png);
}

.people-block {
  position: relative;
  background-position: 80% bottom;
  background-repeat: no-repeat;
  z-index: 3;
}

.people-block .pb-inner {
  overflow: hidden;
  position: inherit;
  z-index: 3;
  overflow: hidden;
  background-color: #dbe2eb;
  border-radius: 0 0 76% 76% / 12%;
}

.people-block .pb-content {
  padding-right: 30px;
}

.people-block .pb-detail p {
  text-align: left;
}

.people-block .pb-image {
  top: auto;
  bottom: 0;
  padding: 0;
  height: 100%;
  background-size: auto 100%;
  /* padding-bottom: 52%; */
}

.home .people-block .bg-top {
  top: auto;
  bottom: 99%;
}

.people-block .st0 {
  fill: #dbe2eb;
}

.home .bg-top {
  top: -10%;
}

.pb-top {
  display: table;
}

.pb-top .grm-heading {
  display: table-cell;
  color: #002D50;
  vertical-align: middle;
}

.pb-top .grm-heading-line {
  display: table-cell;
  width: 75%;
  padding-bottom: 2.5%;
}

.pb-top .grm-heading-line span {
  display: block;
  background-color: #E3983B;
  height: 2px;
}

.pb-row {
  width: 52%;
  vertical-align: top;
  padding-bottom: 15%;
}

.pb-row h3,
.pb-row h4,
.pb-row p,
.pb-row li {
  color: #002D50;
}

.pb-content {
  padding: 4% 0 0 7%;
  letter-spacing: 2px;
}

.pb-content .pb-name {
  font-size: 2.6em;
  font-weight: 400;
  line-height: 1.2;
  padding: 2% 0 4%;
}

.pb-content .pb-name span {
  font-size: 0.8em;
  font-weight: 400;
  line-height: 1.2;
  padding-left: 3%;
  letter-spacing: 4px;
}

.italic {
  font-style: italic;
  font-family: "Merriweather", serif;
  font-size: 2.8em;
  font-weight: 700;
  line-height: 1.2;
}

.pb-top .italic {
  background-color: #dbe2eb;
  display: table-cell;
  /*display: inline;*/
  padding-right: 40px;
}

.pb-top .grm-heading-line {
  width: 57%;
}

.home .pb-top .grm-heading {
  padding-right: 5%;
}

.pb-title {
  padding: 1% 0;
}

.pb-title h4,
.pb-title a {
  font-size: 2.4em;
  font-weight: 500;
  line-height: 1.2;
  color: #002D50;
  padding: 1% 0;
}

.pb-title p {
  font-size: 1.8em;
  font-weight: 500;
  line-height: 1.2;
}

.pb-detail {
  padding-top: 4%;
}

.pb-detail p,
.pb-detail ul {
  font-size: 1.8em;
  font-weight: 500;
  line-height: 1.2;
}

.pb-detail li {
  position: relative;
  font-size: 1em;
  padding-bottom: 1%;
  padding-left: 1em;
  margin-bottom: 0.5em;
}

.pb-detail li:before {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  content: "•";
}

.pb-bold,
.pb-detail p.pb-bold {
  font-size: 2.2em;
  font-weight: 700;
  line-height: 1.6;
  text-align: left;
}

.pb-image {
  bottom: 0;
  vertical-align: middle;
  width: 43%;
  padding-bottom: 46%;
  background-size: 100% auto;
  /*cover; */
  background-position: center top;
  /* background-image: url(images/YIM-Hung-Lam-2.png); */
}

body.single-profile .pb-image {
  background-size: 70% auto;
}

.home-links {
  position: relative;
  top: -60px;
  overflow: hidden;
  z-index: 1;
}

.home-links > .grid-col {
  display: block;
  float: left;
  width: 50%;
  margin-right: 0%;
  margin-bottom: 0%;
}

.home-links > .grid-col:nth-child(2n+2) {
  margin-right: 0;
}

.home-links > .grid-col:nth-child(2n+1) {
  clear: both;
}

.home-link {
  position: relative;
  text-align: center;
  padding: 21% 0;
  z-index: 2;
}

.home-link .grm-heading {
  padding-bottom: 3%;
}

.research-blocks {
  overflow: hidden;
}

.research-block {
  position: relative;
  width: 80%;
  padding: 7%;
  margin: 1.5% 0;
  overflow: hidden;
  z-index: 2;
}

.research-block p {
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1.6;
}

.research-block:before {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: black;
}
.research-block .play-btn {
	top: 100%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.research-block:nth-child(even) {
  border-radius: 300px 0 0 300px;
  float: right;
}

.research-block:nth-child(even):before {
  left: 0;
  background: linear-gradient(68deg, rgba(0, 0, 0, 0.7) 35%, rgba(255, 255, 255, 0) 60%);
}

.research-block:nth-child(even) .play-btn {
  right: 0;
}

.research-block:nth-child(odd) {
  border-radius: 0 300px 300px 0;
  float: left;
}

.research-block:nth-child(odd):before {
  right: 0;
  background: linear-gradient(292deg, rgba(0, 0, 0, 0.7) 35%, rgba(255, 255, 255, 0) 60%);
}

.research-block:nth-child(odd) .rb-content {
  text-align: right;
}

.research-block:nth-child(odd) p {
  float: right;
  text-align: right;
}

.research-block:nth-child(odd) .play-btn {
  left: 0;
}

.rb-content {
  position: relative;
}

.rb-content h3 {
  position: relative;
  color: #fff;
  font-size: 3.7em;
  font-weight: 600;
  line-height: 1.2;
  padding-bottom: 2%;
  border-bottom: 1px solid #E3983B;
}

.rb-content p {
  width: 64%;
  padding: 4% 0;
}

.rb-heading {
  position: relative;
}

.play-btn {
  position: absolute;
  display: inline-block;
  width: 100px;
  height: 100px;
  background-color: #E3983B;
  text-align: center;
  border-radius: 120px;
}

.play-btn:before {
  content: "";
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(227, 152, 59, 0.5);
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-name: pulse;
          animation-name: pulse;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  z-index: 0;
}

.play-btn:hover {
  background-color: #fff;
  color: #E3983B;
}

.play-btn span {
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  font-size: 1.8em;
  z-index: 2;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
}

.album-heading {
  position: relative;
  padding-top: 28%;
}

.album-heading:before {
  position: absolute;
  top: -50%;
  width: 100%;
  padding-top: 58%;
  background-position: top;
  background-image: url(images/album-bg.png);
  content: "";
}

.album-heading .home-wrapper {
  position: relative;
  height: 100%;
}

.album-col {
  position: relative;
  display: table-cell;
  padding: 36.5% 0 3.5%;
  background-color: #298FA9;
}

.album-col:before {
  background: rgba(0, 0, 0, 0.692);
}

.ac-content {
  display: block;
  position: relative;
  text-align: center;
}

.ac-content h3 {
  font-size: 2.8em;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  position: relative;
  z-index: 2;
  height: 104px;
}

.ac-content .primary-btn {
  opacity: 0;
  /*display: none;*/
  padding: 15px 64px 15px 25px;
}

.album-col:hover .primary-btn {
  opacity: 1;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  display: inline-block;
  color: #E3983B;
  background-color: #fff;
}

.album-col:hover .primary-btn span {
  padding-left: 30px;
}

.album-col:hover .primary-btn:after {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  color: #E3983B;
  background-image: url(images/orange-arrow-btn@2x.png);
}

.alumni-block {
  width: 100%;
  padding: 6% 0 10% 0;
}

.alumni-block .wrapper {
  position: relative;
  z-index: 3;
  background-color: #E3983B;
}

.alumni-photo {
  position: relative;
  display: inline-block;
  width: 75%;
  padding-bottom: 24.7%;
  vertical-align: middle;
  z-index: 2;
}

.ab-left {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background-color: #E3983B;
  z-index: 2;
  width: 24%;
  padding-left: 5px;
}

.ab-left img {
  max-width: 120px;
}

.alumni-icon {
  width: 82%;
  margin: auto;
  border: 2px solid #fff;
  border-radius: 12px;
  text-align: center;
  padding: 13.6% 0;
}

.alumni-icon .grm-heading {
  font-size: 3.6em;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}

.home .alumni-block {
  position: relative;
  background-image: url(images/bg-pattern-new.png);
  background-size: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.home .alumni-block:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70%;
  content: "";
  opacity: 0.8;
  background: white;
  background: -webkit-gradient(linear, left bottom, left top, from(white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}

.home .ab-right {
  position: relative;
}

.home .ab-right:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(227, 151, 59, 0.2);
  content: "";
}

.home .alumni-icon {
  padding: 17% 0;
}

/* Inpage */
.page-top {
  position: relative;
  padding: 20% 0;
  height: 0;
}

.page-top h1 {
  font-size: 7.6em;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  text-align: center;
  text-transform: uppercase;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.page-top:before {
  background: rgba(0, 0, 0, 0.2);
}

.page-top:hover:before {
  background: rgba(0, 0, 0, 0.2);
}

.chairperson-message .pb-left,
.page-template-page-chairperson-message .pb-left {
  vertical-align: middle;
}

.chairperson-message .st0,
.page-template-page-chairperson-message .st0 {
  fill: #dbe2eb;
}

.chairperson-message .pb-top .grm-heading-line span,
.page-template-page-chairperson-message .pb-top .grm-heading-line span {
  background-color: #ff1d25;
}

.chairperson-message .pb-content,
.page-template-page-chairperson-message .pb-content {
  padding-left: 0;
}

.chairperson-message .pb-content .pb-name span,
.page-template-page-chairperson-message .pb-content .pb-name span {
  padding-left: 0;
}

.chairperson-message .pb-detail p,
.page-template-page-chairperson-message .pb-detail p {
  text-align: left;
  font-size: 2.4em;
  font-weight: 700;
  line-height: 1.4;
}

.chairperson-message .breadcrumbs-container,
.page-template-page-chairperson-message .breadcrumbs-container {
  background-color: #dbe2eb;
}

.chairperson-message .breadcrumb,
.page-template-page-chairperson-message .breadcrumb {
  color: #818075;
}

.chairperson-message .breadcrumb a,
.page-template-page-chairperson-message .breadcrumb a {
  color: #818075;
}

.chairperson-message .grm-heading-line,
.page-template-page-chairperson-message .grm-heading-line {
  width: 75%;
}

/*
.content .pb-inner {
    padding-top: 7%;
}
*/
/* .pb-top .grm-heading-line {
    width: 100%;
}*/
.message-block {
  padding: 10% 0;
}

.message-heading {
  color: #fff;
  font-size: 3.7em;
  font-weight: 700;
  line-height: 1.2;
  border-top: 1px solid #fff;
  text-transform: uppercase;
  padding: 1% 0 3%;
}

/* .message-cols {
    @include cols(".message-col", 2, 47, 6, 0);
} */
.message-col {
  -webkit-column-count: 2;
          column-count: 2;
}

.message-col p {
  text-align: left;
}

/* Field Trip */
.trip-rc {
  margin: 20px auto 50px;
}

.field-trips .content,
.page-template-page-field-trips .content {
  padding-top: 35%;
}

.field-trips .bg-top,
.page-template-page-field-trips .bg-top {
  display: none;
}

.field-trips .breadcrumb,
.page-template-page-field-trips .breadcrumb {
  position: relative;
  padding: 3% 0 5% 0;
  color: #002D50;
}

.field-trips .breadcrumb a,
.page-template-page-field-trips .breadcrumb a {
  color: #002D50;
}

.field-trips .parent-title,
.page-template-page-field-trips .parent-title {
  display: none;
}

.first-block {
  position: relative;
  z-index: 10;
  /* &:before {
    display: block;
    position: absolute;
    top: -3.4%;
    content: '';
    width: 120%;
    padding-bottom: 16%;
    @include bc(#fff);
    border-radius: 50% / 51%;
    left: -10%;
    z-index: 1;
}*/
}

.map-container {
  position: absolute;
  padding-bottom: 40%;
  /*63*/
  width: 100%;
  top: -5.1%;
  border-radius: 76% / 12%;
  overflow: hidden;
}

.map-container #map {
  position: absolute;
  left: 0;
  width: 100%;
  height: 110%;
}

/*.map-container iframe {
position: absolute;
top: -55px;
left: 0;
width: 100%;
height: 110%;
}*/
.map-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 99;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.map-overlay h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  font-size: 2.8em;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.map-overlay:hover {
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.map-overlay:hover h2 {
  -webkit-mask-image: linear-gradient(-75deg, rgba(0, 0, 0, 0.6) 30%, #000 50%, rgba(0, 0, 0, 0.6) 70%);
  -webkit-mask-size: 200%;
  -webkit-animation: shine 2s infinite;
  animation: shine 2s infinite;
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
  width: 47px !important;
  height: 56px !important;
}

.leaflet-top .leaflet-control {
  margin-top: 20px !important;
}

@-webkit-keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }
  to {
    -webkit-mask-position: -50%;
  }
}

.map-btn {
  position: absolute;
  display: none;
  top: -1%;
  right: 50%;
  width: 82px;
  height: 41px;
  background-image: url(images/down-arrow@2x.png);
  background-position: center 65%;
  border-bottom-left-radius: 92px;
  border-bottom-right-radius: 92px;
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  background-color: #002D50;
  /*font-size: 1.6em;
color: #9e9e9e;*/
  cursor: pointer;
  background-size: 50%;
  z-index: 99;
  margin: auto;
}

.map-btn:hover {
  background-color: #9e9e9e;
  color: #fff;
}

.neVct-IlgHgd .HzV7m-b0t70b-haAclf {
  display: none;
}

.accordion-details {
  padding-top: 3%;
}

.travelogues-links h3 {
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.2;
  color: #002D50;
  border-bottom: 2px solid #E3983B;
  margin-bottom: 4%;
  padding-bottom: 2%;
}

.travelogues-link {
  position: relative;
  color: #002D50;
  padding-bottom: 5%;
  cursor: pointer;
}

.travelogues-link h4 {
  font-weight: 700;
}

.travelogues-link p {
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1.4;
  color: #002D50;
}

.travelogues-link:before {
  position: absolute;
  display: inline-block;
  right: 0;
  width: 35px;
  height: 35px;
  background-image: url(images/blue-arrow-btn@2x.png);
  content: "";
}

/*Accordion*/
.accordion-icon {
  position: relative;
  cursor: pointer;
}

.accordion-icon span {
  margin-left: 10px;
  font-size: 0.6em;
  font-weight: 500;
  line-height: 1.2;
}

.accordion-icon:after {
  display: block;
  position: absolute;
  content: "";
  right: 13px;
  top: 5px;
  width: 30px;
  height: 30px;
  background-image: url(images/accordion-sprite@2x.png);
  background-repeat: no-repeat;
  background-position: 0 -114px;
  background-size: 30px 270px;
}

.accordion-icon.active:after {
  background-position: 0 0;
}

.accordion-row {
  padding: 3% 0;
  margin-bottom: 40px;
}

h2.accordion-icon,
h2.accordion-blank {
  color: #002D50;
  font-size: 2.7em;
  font-weight: 700;
  line-height: 1.2;
  border-bottom: 2px solid #E3983B;
  /* margin-bottom: 2%; */
  padding-bottom: 5px;
}

h2.accordion-blank {
  position: relative;
  color: #acacac;
  cursor: unset;
}

h2.accordion-blank:after {
  display: block;
  position: absolute;
  content: "";
  right: 13px;
  top: 5px;
  width: 30px;
  height: 30px;
  background-image: url(images/accordion-sprite@2x.png);
  background-repeat: no-repeat;
  background-size: 30px 270px;
  background-position: 0 -240px;
}

.accordion-details {
  display: none;
}

.accordion-details {
  font-size: 1.3em;
  padding: 10px 13px 10px 0;
}

.accordion-details p {
  font-size: 1em;
}

.accordion-details table {
  margin: 0;
}

.accordion-details.active {
  display: block;
}

.accordion-row {
  padding: 10px 0;
}

/* Field Trip Subpage */
.field-trip .st0 {
  fill: #dbe2ea;
}

.field-trip .breadcrumb {
  color: #002D50;
}

.field-trip .breadcrumb a {
  color: #002D50;
}

.gallery-block {
  background-color: #dbe2ea;
  padding-top: 1%;
}

.photos-slider-container .bx-wrapper,
.photos-slider-container .bx-viewport,
.photos-slider,
.photos-slide {
  position: relative;
  padding-bottom: 44%;
  height: 0;
}

.photos-slide {
  position: relative;
}

.photos-slide .caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-width: unset;
  border: 0;
  padding: 2% 3%;
}

.photos-slide .pagination-num {
  top: 0;
  right: 9.5%;
}

.photos-slider-container {
  margin: 6% 0 0;
}

.photos-slider-container .bx-wrapper .bx-controls-direction a {
  top: 90.6%;
  width: 33px;
  height: 33px;
}

.photos-slider-container .bx-wrapper .bx-prev {
  background-image: url(images/white-arrow-prev-btn@2x.png);
  left: unset;
  right: 17%;
  /*180px*/
}

.photos-slider-container .bx-wrapper .bx-next {
  background-image: url(images/white-arrow-btn@2x.png);
  right: 4%;
  /*42px*/
}

.photos-slider-container .bx-wrapper .bx-controls-direction {
  position: absolute;
  right: 0;
  bottom: 10%;
  z-index: 99;
  width: 100%;
  text-align: right;
}

.photos-slider-container .bx-wrapper .bx-controls-direction a {
  position: absolute;
  display: inline-block;
}

/*
.slide-thumbnails {
position: relative;
display: block;
width: 100%;
z-index: 1;
text-align: center;
cursor: pointer;
overflow: hidden;
}
.slide-thumbnail{
width:3000px;
}

.slide-thumbnail-inner{
display:inline;
z-index: 3;
span{
    @extend %cover;
    display: inline-block;
    width: 100%;
    max-width: 273px;
    padding-bottom: 249px;
}
}

*/
.image-block {
  margin-top: 50px;
  width: 100%;
}

.image-block h3 {
  font-size: 2.3em;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  margin: 4% 0 2%;
}

.image-block h2 {
  margin-bottom: 10px;
}

.image-block p {
  max-width: 550px;
  font-size: 1.4em;
  line-height: 1.6;
}

.image-block li {
  font-size: 1.4em;
  line-height: 1.6;
  margin-bottom: 0;
}

h3.dark-txt {
  color: #002D50;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.2;
}

.ib-detail {
  width: 55%;
  margin-right: 3%;
}

.ib-detail.fullwidth {
  width: 100%;
}

.image-block .ib-detail.fullwidth p {
  max-width: 100%;
}

.ib-photo {
  width: 41%;
  margin-top: 4%;
}

.travelogues-subpage .bg-top .st0 {
  fill: #dbe2eb;
}

.schedules-rows {
  position: relative;
  /*margin-bottom: 14%;*/
  margin-top: 50px;
}

.schedules-rows:before {
  display: inline-block;
  position: absolute;
  left: 38%;
  top: 4%;
  background-image: url(images/footprint@2x.png);
  background-position: top center;
  content: "";
  width: 185px;
  padding-bottom: 73%;
}

.schedules-row {
  position: relative;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 43%;
  margin-bottom: 5%;
}

.sr-date {
  width: 136px;
  height: 136px;
  color: #0e305e;
  background-color: #fff;
  border-radius: 50%;
  margin: auto;
  /*padding-left: 3.5%;
    padding-top: 6%;*/
}

.sr-date h3 {
  font-size: 2.9em;
  font-weight: 700;
  line-height: 1.2;
  color: #002D50;
}

.sr-date p {
  color: #002D50;
  font-size: 1.9em;
  font-weight: 500;
  line-height: 1.2;
}

.sr-date-detail {
  padding-left: 14.5%;
  padding-top: 18%;
}

.sr-content {
  width: 60%;
  margin-right: 3%;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.6;
  color: #fff;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.schedules-row:nth-child(even) {
  position: relative;
  top: 120px;
  float: right;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.schedules-row:nth-child(even) .sr-date {
  margin: 0 3% 0 0;
}

.schedules-row:nth-child(3) {
  left: 62px;
}

.schedules-row:nth-child(4) {
  left: 15px;
}

.schedules-row:nth-child(5) {
  right: 37px;
}

.schedules-row:nth-child(6) {
  right: 73px;
}

.schedules-row:nth-child(7) {
  right: 51px;
}

.schedules-row:nth-child(8) {
  right: 89px;
}

.rc-block {
  padding: 5% 0 12%;
}

.rc-rows {
  width: 100%;
  margin: 3% 0;
}

.rc-row {
  position: relative;
  width: 40%;
  background-color: #fff;
  padding: 5% 4% 6%;
  border-radius: 30px;
  margin-bottom: 7%;
}

.rc-row p {
  max-width: 430px;
  font-size: 2.4em;
  font-weight: 300;
  line-height: 1.2;
  color: #002D50;
}

.rc-row a {
  color: #002D50;
}

.rc-row:hover {
  color: #fff;
  background-color: #002D50;
  -webkit-box-shadow: 4px 4px 4px #116f84;
          box-shadow: 4px 4px 4px #116f84;
}

.rc-row:hover p,
.rc-row:hover a {
  color: #fff;
}

.rc-row:hover:before,
.rc-row.active:hover:before {
  display: block;
  position: absolute;
  bottom: -46px;
  /*-17%;*/
  right: 16%;
  width: 155px;
  height: 160px;
  /*0*/
  padding-bottom: 0;
  /*35.4%;*/
  background-color: #002D50;
  content: "";
  -webkit-clip-path: polygon(52% 71%, 0 71%, 100% 100%);
          clip-path: polygon(52% 71%, 0 71%, 100% 100%);
}

.rc-row:nth-child(even):hover:before,
.rc-row.active:nth-child(even):hover:before {
  right: auto;
  left: 16%;
  -webkit-clip-path: polygon(52% 71%, 100% 71%, 0 100%);
          clip-path: polygon(52% 71%, 100% 71%, 0 100%);
}

.rc-row:nth-child(odd) {
  margin-right: 10%;
}

.rc-row:nth-child(4n - 1) {
  left: 0;
  bottom: 0;
}

.rc-row:nth-child(4n) {
  left: 0;
  bottom: 36px;
}

.rc-row:nth-child(4n + 1) {
  left: 175px;
  bottom: 0;
}

.rc-row:nth-child(4n + 2) {
  left: 175px;
  bottom: 36px;
}

.rc-row:first-child,
.rc-row:nth-child(2) {
  left: 60px;
}

/*
.rc-row:nth-child(4) {
    bottom: 36px;
}

.rc-row:nth-child(5) {
    left: 175px;
}

.rc-row:nth-child(6) {
    left: 175px;
    bottom: 36px;
}

.rc-row:nth-child(7) {
    left: 465px;
}
*/
.rc-bottom {
  position: relative;
  padding-top: 7%;
}

.rc-name {
  margin: 0;
}

.rc-more {
  font-size: 1.7em;
  font-weight: 600;
  line-height: 1.2;
  float: right;
  padding-top: 2%;
}

.tablink {
  cursor: pointer;
}

.tabcontent {
  display: none;
}

.rc-top {
  margin-bottom: 3%;
}

.rc-top h3 {
  font-weight: 300;
}

/* People */
body.single-profile .fm-white-block h3 {
  color: #fff;
}

.people .breadcrumb,
.people .breadcrumb a {
  color: #3D3356;
}

/*
.top-tab {
    position: relative;
    @include c($purple);
    text-align: center;
    padding: 10% 0 5%;
    z-index: 99;
    a {
        position: relative;
        border-right: 1px solid;
        @include c($purple);
        padding: 0 1%;
        font-size: 2em;
        line-height: 2.3;
    }
    a:last-child {
        border: 0;
    }
    a:hover {
        font-weight: 700;
    }
    a.active {
        font-weight: 700;
    }
    a:before {
        position: absolute;
        bottom: -0.2em;
        left: 0%;
        width: 0;
        height: 2px;
        @include bc($purple);
        content: "";
        transition: width 0.2s ease-in-out;
    } 
    a:hover:before,
    a.active:before {
        width: 100%;
    }
}
*/
.top-tab-container {
  padding: 80px 0 40px 0;
}

.breadcrumbs-container + .top-tab-container {
  padding-top: 0;
}

.top-tab-new ul,
.top-tab-wrapper ul {
  position: relative;
  color: #3D3356;
  text-align: center;
  z-index: 99;
}

.top-tab-new ul li,
.top-tab-wrapper ul li {
  color: #3D3356;
  display: inline-block;
  border-right: 1px solid;
  padding: 0 15px;
  font-size: 1em;
}

.top-tab-new ul li:last-child,
.top-tab-wrapper ul li:last-child {
  border: 0;
}

.top-tab-new ul a,
.top-tab-wrapper ul a {
  position: relative;
  color: #3D3356;
  font-size: 2em;
  line-height: 1.6;
}

.top-tab-new ul a:hover,
.top-tab-wrapper ul a:hover {
  /* font-weight: 700; */
}

.top-tab-new ul li.active a,
.top-tab-new ul a.active,
.top-tab-new ul li.current-menu-item a,
.top-tab-wrapper ul li.active a,
.top-tab-wrapper ul a.active,
.top-tab-wrapper ul li.current-menu-item a {
  font-weight: 700;
}

.top-tab-new ul a:before,
.top-tab-wrapper ul a:before {
  position: absolute;
  bottom: -0.3em;
  left: 0%;
  width: 0;
  height: 2px;
  background-color: #3D3356;
  content: "";
  -webkit-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
}

.top-tab-new ul a:hover:before,
.top-tab-new ul a.active:before,
.top-tab-new ul li.current-menu-item a:before,
.top-tab-wrapper ul a:hover:before,
.top-tab-wrapper ul a.active:before,
.top-tab-wrapper ul li.current-menu-item a:before {
  width: 100%;
}

.member-block {
  padding-bottom: 4%;
}

.member-photo {
  width: 34%;
  margin-right: 4%;
  margin-bottom: 8%;
}

.member-photo-inner img {
  width: 100%;
  max-width: none;
}

.member-detail {
  width: 60%;
  padding-top: 4%;
}

.member-detail h2 {
  font-size: 2.1em;
  font-weight: 700;
  line-height: 1.2;
  color: #3D3356;
  padding: 3% 0;
  margin: 2% 0;
  border-bottom: 1px solid #ac365d;
}

.member-detail p,
.member-detail a {
  color: #3D3356;
  font-size: 2.1em;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 1%;
}

.member-detail p a,
.member-detail a a {
  font-size: 1em;
}

/* Upcoming Events */
.upcoming-events .page-top {
  padding: 30% 0;
}

.upcoming-events .alumni-block .wrapper,
.upcoming-events .alumni-block-wrapper {
  background-color: #93e2de;
}

.upcoming-events .ab-left {
  padding-left: 7px;
  background-color: #93e2de;
}

.upcoming-events .alumni-icon {
  width: 98%;
}

/*.upcoming-events .breadcrumb {
  display: none;
}
*/
.upcoming-events .ue-block h3 {
  margin: 0;
}

.upcoming-events .ue-block > .grid-col {
  margin-bottom: 20px;
}

.upcoming-events .ue-photo img {
  width: 100%;
}

.alumni-menu {
  position: absolute;
  width: 100%;
  top: 20%;
  background-color: rgba(0, 45, 80, 0.85);
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.75);
  display: none;
}

.upcoming-events .alumni-menu {
  display: block;
}

.alumni-menu ul {
  font-size: 0.1px;
  text-align: justify;
  width: 90%;
  max-width: 1336px;
  margin: 0 auto;
  padding-left: 2%;
}

.alumni-menu ul > li {
  position: relative;
  display: inline-block;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  padding: 1.5% 3.5%;
}

.alumni-menu ul > li > a {
  color: #fff;
  padding: 13px 0;
  font-size: 1.8em;
}

.event-calendar {
  text-align: center;
}

.calendar-block {
  width: 90%;
  max-width: 1000px;
  color: #fff;
  background-color: #002D50;
  text-align: center;
  padding: 2% 0;
  margin: 3% auto;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.weekdays li {
  display: inline-block;
  width: 13.6%;
  font-size: 2.4em;
  font-weight: 700;
  line-height: 1.2;
}

.highlight {
  position: relative;
}

.highlight:after {
  position: absolute;
  bottom: 0;
  left: 33%;
  width: 103%;
  height: 2px;
  background-color: #E3983B;
  content: "";
}

ul.days {
  font-size: 1em;
  font-weight: 700;
  line-height: 1.2;
  overflow: hidden;
}

.days li {
  list-style-type: none;
  display: inline-block;
  width: 13.6%;
  text-align: center;
  font-size: 2.4em;
  font-weight: 700;
  line-height: 1.2;
}

.days li .active {
  padding: 5px;
}

.ue-block {
  overflow: hidden;
}

.ue-block > .grid-col {
  display: block;
  float: left;
  width: 47%;
  margin-right: 6%;
  margin-bottom: 0%;
}

.ue-block > .grid-col:nth-child(2n+2) {
  margin-right: 0;
}

.ue-block > .grid-col:nth-child(2n+1) {
  clear: both;
}

.ue-block h3 {
  font-weight: 600;
}

.ue-date {
  font-size: 1.7em;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  border-bottom: 2px solid #E3983B;
  padding-bottom: 2%;
}

.ue-detail {
  padding-top: 3%;
}

.ue-photo {
  width: 51%;
  margin-right: 6%;
}

.ue-btns {
  width: 42%;
}

.ue-btns .primary-btn {
  padding: 8px 51px 8px 28px;
  width: 196px;
  margin-bottom: 10%;
  letter-spacing: 2px;
}

.ue-btns .primary-btn:after {
  width: 26px;
  height: 26px;
}

.purple-btn {
  background-color: #ac365d;
}

.white-btn {
  background-color: #fff;
  color: #E3983B;
}

.white-btn:after {
  background-image: url(images/orange-arrow.png);
}

.white-btn:hover {
  background-color: #E3983B;
}

.white-btn:hover {
  color: #fff;
}

.white-btn:hover a {
  color: #fff;
}

.white-btn:hover:after {
  background-image: url(images/white-arrow.png);
}

.upcoming-events .alumni-block .ab-left {
  background-color: #93e2de;
}

.upcoming-events .alumni-block .alumni-icon {
  border: 2px solid #002D50;
}

.upcoming-events .alumni-block h4 {
  color: #002D50;
}

.upcoming-events .alumni-block p {
  font-size: 1.8em;
  text-align: center;
  color: #002D50;
}

/* Latest News */
.newspaper-blocks {
  position: relative;
  padding: 3%;
  background-color: #fff;
  /*
    &:before {
        position: absolute;
        top: 45%;
        left: -5%;
        content: "";
        width: 35px;
        height: 35px;
        background-image: url(images/purple-arrow-prev@2x.png);
        @extend %contain;
        cursor: pointer;
    }
    &:after {
        position: absolute;
        top: 45%;
        right: -5%;
        content: "";
        width: 35px;
        height: 35px;
        background-image: url(images/purple-arrow-next@2x.png);
        @extend %contain;
        cursor: pointer;
    }
    */
}

.newspaper-block {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.newspaper-block h3 {
  color: #000;
  font-size: 2.1em;
  font-weight: 700;
  line-height: 1.2;
  padding-bottom: 5%;
  margin-bottom: 3%;
  border-bottom: 2px solid #ac365d;
}

.newspaper-block p {
  color: #000;
}

.newspaper-block .primary-btn {
  margin-top: 8%;
}

.nb-photo {
  margin-bottom: 5%;
}

.newspaper-block.full-block {
  width: 100%;
  margin-bottom: 5%;
}

.newspaper-block.full-block .nb-text {
  width: 40%;
  float: left;
}

.newspaper-block.full-block .nb-text h3 {
  font-size: 2.6em;
  font-weight: 700;
  line-height: 1.2;
}

.newspaper-block.full-block .nb-text p {
  font-size: 1.6em;
}

.newspaper-block.full-block .nb-photo {
  width: 58%;
  float: right;
  margin: 0;
}

.previou-new-block {
  margin-top: 4%;
}

.previou-new-block h3 {
  margin-bottom: 3%;
  font-weight: 900;
  color: #000;
}

.previou-new-block h4 {
  color: #000;
  font-size: 2.1em;
  font-weight: 700;
  line-height: 1.2;
  padding-bottom: 6%;
  border-bottom: 2px solid #ac365d;
}

.newspaper-block .primary-btn:hover {
  color: #fff;
  background-color: #413659;
}

.newspaper-block .primary-btn:hover:after {
  background-image: url(images/white-arrow-btn@2x.png);
}

/* Award Staff & Students */
.award-slider-container,
.award-slider-container .bx-wrapper,
.award-slider-container .bx-viewport,
.award-slider,
.award-slide {
  position: relative;
  padding-bottom: 55%;
  height: 0;
  margin: auto;
}

.award-slide {
  position: relative;
}

.award-slide .caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-width: unset;
  background-color: rgba(0, 0, 0, 0.68);
  border: 0;
  padding: 2% 3%;
}

.award-slide .caption h3 {
  font-size: 2.8em;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  padding: 1% 0;
}

.award-slide .caption p {
  color: #fff;
  border-left: 1px solid;
  padding-left: 2%;
  margin-left: 2%;
}

.award-slide .caption strong {
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.2;
}

.award-slider-container {
  margin: 3% auto;
  width: 80%;
  padding-bottom: 44%;
}

.award-slider-container .bx-wrapper .bx-controls-direction a {
  top: 90.6%;
  width: 33px;
  height: 33px;
}

.award-slider-container .bx-wrapper .bx-prev {
  background-image: url(images/white-arrow-prev-btn@2x.png);
  left: unset;
  right: 17%;
  /*180px*/
}

.award-slider-container .bx-wrapper .bx-next {
  background-image: url(images/white-arrow-btn@2x.png);
  right: 3%;
  /* 4% */
  /*42px*/
}

.pagination-num {
  position: absolute;
  top: 38%;
  right: 9.5%;
  /*10.4%*/
  display: block;
  color: #fff;
  font-size: 1.8em;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
}

.grm-block {
  padding-bottom: 50px;
}

.grm-block h2 {
  font-weight: 700;
}

.ia-block h2 {
  font-size: 2.7em;
  margin-bottom: 3%;
}

.ia-block h3 {
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.2;
  color: #000;
  padding: 5% 0;
}

.ia-block p {
  font-size: 1.8em;
  font-weight: 500;
  line-height: 1.2;
  color: #000;
}

.ia-photo {
  width: 100%;
  padding-bottom: 68.5%;
  background-color: #fff;
}

.ds-row .accordion-details {
  font-size: 1em;
  padding-top: 0;
  padding-bottom: 60px;
  /* padding-bottom: 240px; */
}

.ds-list {
  border-bottom: 2px dashed #e78037;
  overflow: hidden;
  /* padding-bottom: 1%; */
}

.list-title {
  width: 75%;
  color: #002D50;
}

.list-title h3 {
  padding: 30px 0;
  font-size: 2.6em;
  font-weight: 600;
  line-height: 1.4;
}

.list-date {
  width: 24%;
  text-align: right;
  color: #002D50;
  font-weight: 600;
}

.aligncenter {
  text-align: center;
}

/* Conference Workshop*/
.workshop-row {
  margin-bottom: 4%;
}

.workshop-row h3 {
  @includ font(2.6, 700);
  border-bottom: 2px solid #E3983B;
  margin-bottom: 30px;
  padding-bottom: 20px;
  max-width: 487px;
}

.workshop-row p {
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1.2;
  color: #000;
}

.workshop-row .primary-btn {
  background-color: #002D50;
}

.workshop-left {
  margin-right: 8%;
}

.workshop-map {
  position: relative;
  width: 799px;
  padding-bottom: 55%;
}

.workshop-map iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

.register-btn {
  display: block;
  width: 419px;
  text-align: center;
  margin: 5% auto;
  font-size: 3em;
  font-weight: 900;
  line-height: 1.2;
  background-color: #fff;
  color: #002D50;
  padding: 1% 3%;
  border-radius: 50px;
  border: 10px solid #002D50;
}

.register-btn:hover {
  color: #fff;
  background-color: #002D50;
}

.workshop-form-container {
  background-color: #fff;
  padding: 3% 0;
  margin-bottom: 10%;
}

.workshop-form-container h2 {
  font-size: 3.2em;
  font-weight: 800;
  line-height: 1.2;
  color: #E3983B;
  padding-bottom: 3%;
  border-bottom: 1px solid #E3983B;
  padding: 0 3% 3%;
  margin-bottom: 0;
}

.workshop-form-container h2 span {
  padding-left: 2%;
  font-size: 0.59em;
}

.workshop-form-container .grid-1-3 {
  overflow: hidden;
}

.workshop-form-container .grid-1-3 > .grid-col {
  display: block;
  float: left;
  width: 33%;
  margin-right: 0%;
  margin-bottom: 3%;
}

.workshop-form-container .grid-1-3 > .grid-col:nth-child(3n+3) {
  margin-right: 0;
}

.workshop-form-container .grid-1-3 > .grid-col:nth-child(3n+1) {
  clear: both;
}

.wf-row-left {
  width: 29%;
  border-right: 1px solid #E3983B;
  border-bottom: 1px solid #E3983B;
  padding: 5%;
}

.wf-row-left h3 {
  font-size: 2em;
  font-weight: 700;
  line-height: 1.2;
  color: #E3983B;
}

.wf-rows:last-child .wf-row-left {
  border-bottom: 0;
}

.wf-row-right {
  width: 66%;
  max-width: 900px;
  color: #706F70;
  font-size: 1.9em;
  font-weight: 400;
  line-height: 1.2;
  margin-left: 4%;
}

.wf-row-right p {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.2;
  color: #706F70;
  padding-right: 20%;
}

input.num {
  width: 40px;
  height: 40px;
  text-align: center;
  margin-right: 20px;
}

input[type="radio"],
input[type="checkbox"] {
  position: absolute;
  display: none;
}

textarea {
  height: 100px;
  width: 70%;
  margin: 0 2% 1% 0;
  padding: 1% 2%;
}

.radio-btn,
.checkbox-btn {
  margin-right: 2%;
}

.radio-btn span,
.checkbox-btn span {
  width: 34px;
  height: 34px;
  border: 1px solid #706F70;
  cursor: pointer;
  margin-right: 8px;
}

.radio-btn {
  border-radius: 50px;
}

input[type="text"],
input[type="email"],
input[type="tel"] {
  height: 40px;
  width: 70%;
  margin: 0 2% 1% 0;
  padding: 1% 2%;
}

input[type="number"] {
  height: 40px;
  margin: 0 2% 1% 0;
  padding: 1% 2%;
}

input[type="radio"]:checked + label span,
input[type="checkbox"]:checked + label span {
  position: relative;
}

input[type="radio"]:checked + label span:after,
input[type="checkbox"]:checked + label span:after {
  display: block;
  position: absolute;
  left: 10%;
  top: 3px;
  width: 80%;
  height: 80%;
  background-color: #e3983b;
  content: "";
}

input[type="radio"]:checked + label span:after {
  border-radius: 50%;
}

.wf-affiliation span {
  width: 25%;
}

.wf-status .grid-col:nth-child(2) {
  width: 40%;
}

.wf-status .grid-col:last-child {
  width: 20%;
}

.wf-btns {
  width: 100%;
  border-top: 1px solid #E3983B;
  padding: 3% 0;
  margin: auto;
  text-align: center;
  padding: 6% 0 3%;
}

.wf-btn {
  font-size: 2.1em;
  font-weight: 700;
  line-height: 1.2;
  color: #E3983B;
  border: 1px solid #E3983B;
  width: 182px;
  text-align: center;
  padding: 1% 3%;
  margin: 0 5%;
}

.research-block.is-block {
  width: 90%;
  padding: 3% 7%;
}

.research-block.is-block h3 {
  font-size: 3.2em;
  font-weight: 700;
  line-height: 1.2;
  width: 90%;
  max-width: 1000px;
}

.research-block.is-block:nth-child(odd) {
  border-radius: 250px 0 0 250px;
  float: right;
}

.research-block.is-block:nth-child(odd):before {
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(60%, rgba(242, 128, 55, 0.7)));
  background: linear-gradient(360deg, rgba(255, 255, 255, 0) 0%, rgba(242, 128, 55, 0.7) 60%);
}

.research-block.is-block:nth-child(even) {
  border-radius: 0 250px 250px 0;
  float: left;
}

.research-block.is-block:nth-child(even):before {
  right: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(60%, rgba(242, 128, 55, 0.7)));
  background: linear-gradient(360deg, rgba(255, 255, 255, 0) 0%, rgba(242, 128, 55, 0.7) 60%);
}

.research-block.is-block:nth-child(even) .rb-content {
  text-align: left;
}

.research-block.is-block:nth-child(even) p {
  float: left;
  text-align: left;
}

.research-block.is-block:nth-child(even) .play-btn {
  top: 69%;
  right: -10%;
  width: 150px;
  padding: 50px 0;
  margin-top: -6px;
  border-radius: 150px;
  color: #E3983B;
  background-color: #fff;
}

.research-block.is-block:nth-child(even) .play-btn:before {
  background: rgba(225, 225, 225, 0.5);
}

.research-block.is-block:nth-child(even) .play-btn:hover {
  background-color: #E3983B;
  color: #fff;
}

.research-block.is-block:nth-child(even) .play-btn span {
  position: relative;
  font-size: 3.2em;
  z-index: 2;
}

.rb-top {
  border-bottom: 1px solid #fff;
}

.rb-top h4 {
  font-size: 3em;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  padding-bottom: 3%;
}

.rb-top p {
  font-size: 1.6em;
}

.story-blocks.grid-1-3 {
  overflow: hidden;
}

.story-blocks.grid-1-3 > .grid-col {
  display: block;
  float: left;
  width: 33.33%;
  margin-right: 0%;
  margin-bottom: 0%;
}

.story-blocks.grid-1-3 > .grid-col:nth-child(3n+3) {
  margin-right: 0;
}

.story-blocks.grid-1-3 > .grid-col:nth-child(3n+1) {
  clear: both;
}

.story-block {
  position: relative;
  text-align: center;
}

.story-block h3 {
  height: 240px;
  font-size: 2.4em;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  border-bottom: 2px solid #E3983B;
  margin: 0 6%;
}

.story-block h4 {
  font-size: 2.1em;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  padding: 3% 0;
  padding-bottom: 20%;
  padding-top: 10%;
}

.story-block:before {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  content: "";
}

.story-content {
  position: relative;
  padding: 28% 0;
  z-index: 2;
}

.story-block:hover:before {
  background-color: #298FA9;
  opacity: 0.25;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.fr-block {
  /* padding-top: 5%; */
}

.fr-block p {
  width: 85%;
  margin: auto;
}

.image-blocks {
  padding: 10% 0;
}

.image-block h3 {
  font-size: 2.1em;
  font-weight: 700;
  line-height: 1.2;
}

.ib-image {
  border: 1px solid #E3983B;
  padding-bottom: 72.5%;
}

.orange-heading {
  color: #E3983B;
  font-size: 2.1em;
  font-weight: 700;
  line-height: 1.2;
  padding: 3% 0;
}

.white-block {
  background-color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#e2e2e2), color-stop(3.4%, #ebebeb), color-stop(10.79%, #f6f6f6), color-stop(21.19%, #fdfdfd), color-stop(50%, white), color-stop(76.4%, #fdfdfd), color-stop(85.91%, #f6f6f6), color-stop(92.68%, #ebebeb), color-stop(98.13%, #dadada), to(#d2d2d2));
  background: linear-gradient(180deg, #e2e2e2 0%, #ebebeb 3.4%, #f6f6f6 10.79%, #fdfdfd 21.19%, white 50%, #fdfdfd 76.4%, #f6f6f6 85.91%, #ebebeb 92.68%, #dadada 98.13%, #d2d2d2 100%);
  padding: 7% 0;
}

.white-block p {
  color: #298FA9;
  font-size: 1.9em;
  font-weight: 700;
  line-height: 1.2;
  padding: 2% 0;
}

.white-block .image-block {
  width: 45%;
}

.wb-content {
  width: 48%;
  margin-right: 6%;
}

.faculty-members .bg-top .st0 {
  fill: #dbe2eb;
}

.people-block.align-right .wrapper {
  position: initial;
}

.people-block.align-right .pb-inner {
  position: relative;
}

.people-block.align-right .pb-row {
  float: right;
  padding-bottom: 5%;
}

.people-block.align-right .pb-content {
  padding: 4% 0 0 0;
}

.people-block.align-right .pb-name span {
  padding-left: 0;
}

.people-block.align-right .pb-image {
  position: absolute;
  float: left;
  top: 0;
  width: 34%;
  /*background-position: left bottom;*/
  z-index: -1;
}

.next-btn {
  text-align: right;
  padding-top: 5%;
}

.next-btn a {
  display: inline-block;
  position: relative;
  color: #818075;
  font-size: 1.6em;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 2px;
  width: auto;
  padding: 15px 64px 15px 10px;
  margin: auto;
  border-radius: 30px;
  background-image: none;
}

.next-btn a:hover {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  color: #E3983B;
}

.next-btn a span {
  padding-left: 30px;
}

.next-btn a:after {
  position: absolute;
  right: 5px;
  width: 33px;
  height: 33px;
  background-image: url(images/orange-arrow.png);
  content: "";
  top: 5px;
}

.fm-orange-block {
  position: relative;
  top: -50px;
  background-color: #f28037;
  padding: 10% 0;
}

.fm-orange-block h2 {
  border-top: 1px solid #fff;
  padding: 1% 0 3% 0;
  font-weight: 700;
}

.fm-orange-block:after {
  position: absolute;
  bottom: -8.2%;
  left: 0;
  width: 100%;
  padding-bottom: 20%;
  background-image: url(images/yellow-top@2x.png);
  background-size: 100%;
  background-position: bottom;
  content: "";
  background-color: #f28037;
}

.fm-orange-block p {
  color: #fff;
}

.fm-orange-block h2 {
  color: #fff;
}

.people .parent-title:after {
  display: none;
}

.fm-yellow-block {
  position: relative;
  background-color: #fadf88;
  color: #3D3356;
  padding: 3% 0 5% 0;
  /*&:after {
    position: absolute;
    top: -13%;
    left: 0;
    width: 100%;
    padding-bottom: 20%;
    background-image: url(images/yellow-top@2x.png);
    @extend %cover;
    background-size: 100%;
    background-position: top;
    content: '';
}*/
}

.fm-yellow-block .wrapper {
  overflow: hidden;
}

.fm-yellow-block .tabcontent {
  float: left;
  width: 68%;
}

.fm-yellow-block p {
  font-weight: 500;
  color: #3D3356;
}

.fm-yellow-block a {
  font-weight: 700;
  color: #3D3356;
}

.fm-yellow-block .tablink.active {
  color: #b7365d;
}

.fmy-heading {
  padding: 3% 0;
}

.fmy-heading h3 {
  font-size: 2.1em;
  font-weight: 700;
  line-height: 1.2;
  color: #3D3356;
}

.fmy-heading h2 {
  color: #3D3356;
  font-weight: 700;
  padding-top: 1%;
  margin-top: 1%;
  border-top: 1px solid #b7365d;
}

.tab-bar {
  position: relative;
  width: 29%;
  float: right;
}

.tab-bar a.tablink {
  display: block;
  font-size: 2.9em;
  font-weight: 700;
  line-height: 1.2;
  color: #3D3356;
  font-family: "Merriweather", serif;
  border-bottom: 2px solid #b7365d;
  padding: 3% 0;
}

.fmy-year {
  font-size: 2.9em;
  font-weight: 700;
  line-height: 1.2;
  color: #3D3356;
  font-family: "Merriweather", serif;
  padding-bottom: 1%;
}

.fm-white-block {
  background-color: #fff;
  padding: 5% 0;
}
.single-profile .fm-white-block + .fm-white-block {
	padding-top: 0;
}

.fm-white-block p {
  color: #002D50;
  margin: 0;
}

.left-col {
  width: 29%;
}

.fm-row ul {
  list-style: disc;
  color: #002D50;
}

.fmr-heading {
  position: relative;
  background-color: #f28037;
  padding: 25px;
  margin-bottom: 20px;
  border-radius: 0 67px 67px 0;
}

.fmr-heading h3 {
  width: 80%;
  font-size: 2.1em;
  font-weight: 700;
  line-height: 1.2;
}

.fmr-heading .circle-icon {
  position: absolute;
  top: -12%;
  right: -1%;
  width: 100px;
  height: 100px;
  background-color: #fff;
  border-radius: 67px;
  background-size: 80%;
}

.right-col {
  width: 68%;
  margin-left: 2%;
}

.sub-title {
  border-bottom: 2px solid #E3983B;
  font-size: 1.3em;
  color: #002D50;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.ds-text {
  padding: 3% 0 0;
  color: #000;
  font-size: 1.8em;
  font-weight: 500;
}

.impact-stories .top-tab a {
  display: inline-block;
  margin-bottom: 3%;
  line-height: 1.4;
}

.impact-stories .rb-content h3 {
  border: 0;
}

.weather {
  position: absolute;
  top: 30%;
  right: 7%;
  font-family: "Montserrat", sans-serif;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  text-align: right;
}

.weather-top {
  display: block;
  font-size: 1.4em;
}

.weather-content {
  display: inline-block;
}

.custom-txt {
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.2;
  padding: 1% 0;
}

.temperature {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 4em;
  font-weight: 700;
  line-height: 1.2;
}

.temperature:after {
  content: "°C";
}

.caption {
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.2;
}

.lastUpdated,
.week {
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1.2;
}

.weather-icon {
  display: inline-block;
  background-image: url("images/weather-icon@2x.png");
  width: 100px;
  padding-bottom: 48%;
  background-size: 100%;
}

/* Undergraduate */
.green-block {
  background-color: #e9f2bb;
  border-radius: 0 0 76% 76% / 12%;
  /*&:after {
    display: block;
    position: absolute;
    bottom: -35%;
    content: "";
    width: 120%;
    padding-bottom: 16%;
    @include bc(#e9f2bb);
    border-radius: 50% / 51%;
    left: -10%;
}*/
}

.green-block:before {
  background-color: #e9f2bb;
}

.green-block .top-tab {
  padding: 5% 0 5%;
}

#experience-1 {
  display: block;
}

.undergraduate .st0 {
  fill: #e9f2bb;
}

.vertical-ratation {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  bottom: -34%;
  z-index: 1;
}

.grm-tabcontent h2 {
  padding: 2% 0;
  color: #3D3356;
  font-size: 2.1em;
  font-weight: 700;
  line-height: 1.2;
}

.tab-hr {
  position: relative;
  padding-top: 3%;
  text-align: center;
}

.tab-hr:after {
  content: '';
  position: absolute;
  bottom: -18%;
  width: 100%;
  left: 0;
  padding-bottom: 4%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 150%;
  background-image: url(images/curve-border.svg);
}

a.tabcontent-btn {
  position: relative;
  background-color: #3D3356;
  background-image: url(images/up-arrow@2x.png);
  background-size: 50%;
  background-position: center 52%;
  width: 66px;
  height: 33px;
  border-top-left-radius: 92px;
  border-top-right-radius: 92px;
  margin: auto;
}

.undergraduate-block {
  padding: 0 0 5%;
  width: 100%;
  max-width: 1290px;
  margin: auto;
}

.undergraduate-block h2 {
  font-size: 2.1em;
  font-weight: 700;
  line-height: 1.2;
  padding-bottom: 3%;
}

.grm-table {
  width: 100%;
  margin: auto;
}

.grm-table colgroup col:first-child {
  width: 30%;
}

.grm-table colgroup col:last-child {
  width: 70%;
}

.grm-table td,
.grm-table tr,
.grm-table th {
  border: 0;
  color: #706F70;
  vertical-align: top;
}

.grm-table th {
  background-color: #e9f2bb;
  color: #3D3356;
  font-size: 2.3em;
  font-weight: 700;
  line-height: 1.2;
  padding: 29px 0;
  text-align: center;
}

.grm-table td {
  padding: 10px 30px;
  font-size: 2.1em;
  font-weight: 500;
  line-height: 1.2;
}

.grm-table p {
  line-height: 1.2;
}

.green-table {
  border: 1px solid #e9f2bb;
}

.green-table .title {
  background-color: #e9f2bb;
  width: 30%;
  font-weight: 500;
}

.green-table tr:first-child td {
  padding-top: 20px;
}

.green-table tr:last-child td {
  padding-bottom: 20px;
}

.rundown-table .title {
  border-right: 2px solid #e9f2bb;
  width: 30%;
  font-weight: 500;
}

.rundown-table td {
  padding: 15px 30px;
}

.rundown-table ul,
.rundown-table li {
  margin-bottom: 0;
}

.border-btn {
  color: #3D3356;
  border: 1px solid;
  font-size: 2.2em;
  font-weight: 700;
  line-height: 1.2;
  padding: 2% 3%;
  margin: 1.5%;
}

.border-btn:hover {
  background-color: #3D3356;
  color: #fff;
}

#faq {
  position: relative;
}

#faq .tab-hr {
  position: absolute;
  bottom: 0;
  width: 100%;
  bottom: -10%;
}

#faq .tab-hr:after {
  display: none;
}

#faq .bg-top {
  bottom: 1%;
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  z-index: 1;
}

#faq .bg-top .st0 {
  fill: #fff;
}

#faq a.tabcontent-btn {
  z-index: 2;
}

.faq-block {
  padding: 1% 0;
}

.faq-block p {
  color: #3D3356;
}

.faq-block:first-child {
  padding-top: 5%;
}

.faq-question {
  position: relative;
  padding: 0 0 1% 3%;
}

.faq-question p {
  font-weight: 700;
}

.faq-question:before {
  position: absolute;
  left: 0;
  top: 8%;
  display: block;
  content: "Q.";
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1.2;
  color: #3D3356;
}

.faq-answer {
  position: relative;
  padding: 0 0 1% 3%;
}

.faq-answer:before {
  position: absolute;
  left: 0;
  top: 8%;
  display: block;
  content: "A.";
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1.2;
  color: #3D3356;
}

.grm-photo {
  padding-bottom: 5%;
}

.seminar-block {
  padding-top: 7%;
}

.seminar-form {
  padding-bottom: 5%;
  border: 1px solid #e9f2bb;
}

.form-1-2 {
  position: relative;
  width: 49%;
  max-width: 406px;
}

.form-1-2:first-child {
  margin-right: 1%;
}

.form-row {
  padding: 10px 0;
  font-size: 0.9em;
}

.form-row p {
  font-size: 0.9em;
}

.btn {
  margin-left: 15%;
}

.group-b:before {
  position: absolute;
  bottom: 45%;
  right: 104%;
  content: "OR";
  font-weight: 700;
}

.grm-table input {
  width: 100%;
  max-width: 826px;
}

.grm-table input.seats {
  width: 315px;
}

input[type="checkbox"]:checked + label span:after,
.tour-group input[type="radio"]:checked + label span:after {
  display: block;
  position: absolute;
  left: 3px;
  top: -12px;
  background-color: transparent;
  font-size: 1.4em;
  content: "√";
  font-family: "Montserrat", sans-serif;
  border-radius: 0;
}

::-webkit-input-placeholder {
  color: #cfcfcf;
}

:-ms-input-placeholder {
  color: #cfcfcf;
}

::-ms-input-placeholder {
  color: #cfcfcf;
}

::placeholder {
  color: #cfcfcf;
}

.term p {
  width: 90%;
}

.grm-table input[type="submit"],
.form-btn {
  width: 140px;
  background-color: #e9f2bb;
  text-align: center;
  padding: 1% 2%;
  border: 0;
  color: #3D3356;
  cursor: pointer;
}

input[type="submit"],
.wf-btn {
  cursor: pointer;
}

.remark {
  font-size: 2em;
  margin-left: 20%;
  padding: 3% 0;
}

.gallery-grid {
  overflow: hidden;
}

.gallery-grid > .grid-col {
  display: block;
  float: left;
  width: 19%;
  margin-right: 1%;
  margin-bottom: 1%;
}

.gallery-grid > .grid-col:nth-child(5n+5) {
  margin-right: 0;
}

.gallery-grid > .grid-col:nth-child(5n+1) {
  clear: both;
}

.gallery-tab a {
  padding-bottom: 19%;
  position: relative;
}

.gallery-tab a.overlay:before {
  background: rgba(0, 0, 0, 0.4);
}

.gallery-tabcontent {
  width: 99%;
  padding-bottom: 66%;
  margin-bottom: 1%;
}

#sase .tabcontent:first-child {
  display: block;
}

/* Gallery*/
.photos-slide {
  position: relative;
}

.photos-slider-container .bx-pager a.active {
  display: inline-block;
  border: 1px solid red;
  padding: 5px;
  padding-bottom: 0px !important;
  margin-bottom: 50px;
}

.nd-slider-container {
  overflow: hidden;
  height: 0;
  padding-bottom: 20%;
}

body.single-field_trip .nd-slider,
body.single-field_trip .nd-slide {
  padding-bottom: 0;
  height: auto;
  background-size: cover;
}

body.single-field_trip .nd-slide {
  margin: 11px 5px;
}

.nd-slider-container .bx-wrapper,
.nd-slider-container .bx-viewport {
  position: relative;
  padding-bottom: 20%;
  height: 0;
  background-color: #002D50;
}

.nd-slider,
.nd-slide {
  position: relative;
  padding-bottom: 2.1%;
  /*18%*/
  height: 0;
}

.nd-slider-container .bx-wrapper .bx-controls-direction {
  position: inherit;
  height: 100%;
  top: 0;
}

.nd-slider-container .bx-wrapper .bx-controls-direction a {
  display: block;
  position: absolute;
  top: 0;
  width: 70px;
  height: 100%;
  background-color: rgba(0, 46, 82, 0.7);
  background-image: url(images/white-prev.png);
  background-size: 30%;
}

.nd-slider-container .bx-wrapper .bx-controls-direction a.bx-next {
  right: 0;
  background-image: url(images/white-next.png);
}

.nd-slide {
  width: 18%;
  margin: 17px 5px;
  /*20px 5px*/
  background-repeat: no-repeat;
  cursor: pointer;
}

.nd-slide span {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 90%;
}

.photos-gallery {
  padding: 7% 0 3% 0;
}

.trip-photos {
  width: 100%;
  display: block;
  padding-bottom: 50%;
}

.field-trip .gallery-icons a {
  border: 0;
  padding: 0;
  margin: 0;
}

.field-trip .gallery-icons a:first-child img {
  border-right: 1px solid #818075;
}

.gallery-icons img {
  padding: 0 1%;
}

.field-trip .top-tab a.active:before,
.field-trip .top-tab a:hover:before,
.field-trip .top-tab a.active:before {
  display: none;
}

.gallery-icons {
  padding: 3% 0;
  text-align: center;
}

.gallery-icons img {
  width: 70px;
}

@media (min-width: 1800px) {
  #faq .tab-hr {
    bottom: -15%;
  }
  .home .people-block .bg-top {
    top: -16%;
  }
  .tab-hr:after {
    bottom: -28%;
  }
}

@media (max-width: 1250px) {
  .group-b:before {
    right: 102%;
    font-size: 0.8em;
  }
}

/* API map

#map {
    padding-bottom: 40%;
}

.map-container {
    padding-bottom: 0;
}

.map-overlay {
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
} */
.content-text {
  padding-top: 3%;
}

/* temp */
h2 {
  font-size: 3.2em;
}

p {
  font-size: 1.6em;
}

/*
.single-content ul {
    color: white;
}
.content li {
    color: white;
}
*/
.single-content li,
.single-contnet th,
.single-content td {
  font-weight: 500;
}

.content-wrapper p a,
.content-wrapper li a,
.content-wrapper th a,
.content-wrapper td a {
  position: relative;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/*
.content-wrapper p a:before,
.content-wrapper li a:before,
.content-wrapper th a:before,
.content-wrapper td a:before {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 1px;
    margin-top: 2px;
    @include bc(white);
    content: "";
}
*/
.content-wrapper p a:hover,
.content-wrapper li a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

/*
.content p a:hover:before {
    height: 3px;
}
*/
/*
.content p a {
    position: relative;
}
.content p a:before {
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0%;
    height: 1px;
    @include bc(white);
    content: "";    
    transition: width 0.2s ease-in-out;
}
.content p a:hover:before {
   width: 100%;
}
*/
.search-page-heading {
  margin-top: 40px;
  font-weight: 700;
}

.search-page-count {
  margin-bottom: 40px;
}

.search-result {
  display: block;
  margin-bottom: 20px;
}

.nav-links {
  color: white;
  font-size: 2em;
  padding: 40px 0 60px 0;
}

.nav-links .page-numbers {
  margin-right: 20px;
}

.aa-gallery-photos {
  overflow: hidden;
  padding: 40px 0;
}

.aa-gallery-photos > .aa-gallery-photo {
  display: block;
  float: left;
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
}

.aa-gallery-photos > .aa-gallery-photo:nth-child(4n+4) {
  margin-right: 0;
}

.aa-gallery-photos > .aa-gallery-photo:nth-child(4n+1) {
  clear: both;
}

.aa-gallery-photo-inner {
  width: 100%;
  height: 0;
  padding-bottom: 60%;
}

.ia-name {
  font-size: 1.6em;
  margin: 0.5em 0;
}

p.ia-text {
  text-align: left;
}

.image-placeholder {
  background-color: #fff;
}

.image-placeholder:before {
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
  background-image: url("images/grm-logo@2x.png");
}

.sitemap-list {
  color: white;
}

.sitemap-list > ul {
  list-style: none;
}

.sitemap-list > ul > li {
  margin-bottom: 2em;
  font-size: 2em;
  font-weight: 700;
}

.sitemap-list ul ul {
  margin-top: 1em;
}

.sitemap-list ul ul {
  margin-bottom: 0;
}

.people-block .fm-white-block h2 {
  color: #002D50;
  border-top: 1px solid #002D50;
  padding: 1% 0 3% 0;
  font-weight: 700;
}

.st-row {
  margin-bottom: 1%;
}

body.single-profile .fm-white-block .st-row h3 {
  color: #002D50;
  font-weight: 700;
}

.field-trip-block .image-block,
.field-trip-block .rc-block {
  background-color: #fff;
  margin-top: 0;
  padding-bottom: 50px;
}

.field-trip-block .ib-detail > div,
.field-trip-block .trip-rc > div,
.field-trip-block .ib-detail > p,
.field-trip-block .trip-rc > p {
  font-size: 1.6em;
  font-weight: 500;
  line-height: 1.2;
  color: #002D50;
}

.field-trip-block .ib-detail > div p,
.field-trip-block .trip-rc > div p {
  font-size: 1em;
  color: #002D50;
}

.field-trip-block .ib-detail img,
.field-trip-block .trip-rc img {
  margin: 10px 0;
}

.alumni-slider-container,
.alumni-slider-container .bx-wrapper,
.alumni-slider-container .bx-viewport,
.alumni-slider,
.alumni-slide {
  position: relative;
  width: 100%;
  padding-bottom: 0;
  height: 100%;
}

.alumni-slider-container {
  display: table-cell;
  width: 50%;
}

.alumni-slider-container .bx-wrapper .bx-controls-direction a {
  display: block;
}

.alumni-slider-container .bx-wrapper .bx-prev {
  right: 15%;
}

.alumni-slide {
  padding-bottom: 100%;
}
/*# sourceMappingURL=style.css.map */

.fm-col,
.fm-col h4,
.fm-col p {
	text-align: center;
}
.fm-photo {
	width: 60%;
	margin: 0 auto;
	border-radius: 100%;
	overflow: hidden;
}
.fm-photo-inner {
	height: 0;
	padding-bottom: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.video-popup-container {
	text-align: center;
}
.video-popup-container a {
	display: inline-block;
	position: relative;
}
.video-popup-container a:before {
	display: block;
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 10%;
	height: 0;
	padding-bottom: 10%;
	border-radius: 100%;
	border: 5px solid rgba(255,255,255,0.8);
	background-image: url('/20230310124018oe_/https://www.grm.cuhk.edu.hk/cab/icons/video-play@2x.png');
	background-repeat: no-repeat;
	background-size: contain;
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.people-block.style-blue .fm-orange-block {
	background-color: #1790AA;
}
.people-block.style-blue .fm-orange-block:after {
	background-color: #1790AA;	
}
.people-block.style-blue .fm-orange-block:after {
	background-image: url('/20230310124018oe_/https://www.grm.cuhk.edu.hk/cab/icons/blue-top@2x.png');	
}
.people-block.style-blue .fm-yellow-block {
	background-color: #D0E8EE;
}
.people-block.style-blue .fmr-heading {
	background-color: #1790AA;
}

.people-block.style-purple .fm-orange-block {
	background-color: #3E3257;
}
.people-block.style-purple .fm-orange-block:after {
	background-color: #3E3257;	
}
.people-block.style-purple .fm-orange-block:after {
	background-image: url('/20230310124018oe_/https://www.grm.cuhk.edu.hk/cab/icons/purple-top@2x.png');	
}
.people-block.style-purple .fm-yellow-block {
	background-color: #D4BFC7;
}
.people-block.style-purple .fmr-heading {
	background-color: #3E2357;
}

.nb-text p, .previou-new-block p {
	text-align: left;
}

.pagination {
	text-align: center;
}
.page-numbers {
	font-size: 1.8em;
	padding: 0 15px;
}
.pagination-prefix {
	font-size: 1.8em;
	color: white;
}
#latest-news .page-numbers.current {
	color: #888;
}
#wp-admin-bar-customize, #wp-admin-bar-new-content, #wp-admin-bar-comments, #wp-admin-bar-updates, #wp-admin-bar-duplicate-post {
  display: none !important;
}
.pb-title a {
	font-size: 1.6em;
}
.pb-title h4.pb-phone {
	font-weight: 400;
	padding-bottom: 1%;
}
.pb-title a.pb-email,
.pb-title a.pb-website,
.pb-title a.pb-cv {
	display:block;
	padding:1.5% 0;
}
.pb-title a.pb-email + .pb-website,
.pb-title a.pb-email + .pb-cv {
	margin-top: 6%;
}
.pb-title a.pb-email {
	font-weight: 400;
}
.pb-title h4.pb-phone + a.pb-email {
	padding-top: 0;
}
.left-col-full, .right-col-full {
	width: 100%;
	float: none;
}