/* @import url('https://webarchive.lib.cuhk.edu.hk/20230320111505cs_/https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600,700'); */

@import url('https://webarchive.lib.cuhk.edu.hk/20230320111505cs_/https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,700,700i');
@import url('https://webarchive.lib.cuhk.edu.hk/20230320111505cs_/https://fonts.googleapis.com/css?family=Libre+Baskerville:400,400i,700');

/*
Theme Name: Custom Theme
Author: Molto Digital Limited
Version: 1.0
License: Private
Text Domain: customtheme
*/


/* GENERAL */

html,
body {
    width: 100%;
    height: 100%;
}

body {
    min-width: 300px;
    /* 300px */
    color: #111;
    background-color: #FBF8ED;
    font-family: 'Roboto', sans-serif;
    /* 'Montserrat', sans-serif; */
    font-style: normal;
    font-weight: 400;
    /* regular */
    font-size: 62.5%;
    /* 10px */
    line-height: 1.4;
    overflow: auto;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: 'liga', 'kern';
}

body.small {
    font-size: 46.875%;
}

body.large {
    font-size: 78.125%;
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
}

a {
    color: #06F;
    text-decoration: none;
}

p {
    margin-bottom: 1em;
    font-size: 1.6em;
    text-align: left;
}

p:last-child {
    margin-bottom: 0;
}

p a {
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;
}

.content table {
    width: 100%;
    table-layout: auto;
    /* fixed */
}

.content td,
.content th {
    padding: 5px 10px;
    border: 1px solid #CCC;
    font-size: 1.6em;
    text-align: left;
    /*middle;*/
}

input[type="text"],
input[type="email"],
input[type="submit"],
textarea {
    -webkit-appearance: none;
}

strong {
    font-weight: 700;
    /* 600 */
}

em {
    font-style: italic;
}

sup {
    vertical-align: sub;
    font-size: smaller;
}

sup {
    vertical-align: super;
    font-size: smaller;
}

span.description {
    color: transparent;
    font: 0/0 a;
}

.content ul {
    list-style: outside disc;
    margin-left: 3em;
    margin-bottom: 2em;
}

.content ol {
    list-style: outside decimal;
    margin-left: 3em;
    margin-bottom: 2em;
}

.content li {
    margin-bottom: 0.5em;
    font-size: 1.6em;
}

.highlight {
    color: red !important;
}

table {
    table-layout: fixed;
    width: 100%;
    margin-bottom: 20px;
}

.content li p,
.content p li,
.content p p,
.content li li,
.content th p,
.content td p,
.content th li,
.content td li {
    font-size: 1em;
}

.content th ul,
.content th ol,
.conten td ul,
.content td ol {
    margin-left: 1em;
}

.container {
    width: 100%;
    min-width: 300px;
    height: 100%;
}

.wrapper {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}

.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    margin: 0 auto;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.video-container p {
    color: transparent;
    font: 0/0 a;
}


/* ALL PAGES */

.header {
    padding-bottom: 20px;
}

.header-top-wrapper {
    padding: 20px 0;
    overflow: hidden;
}

.logos {
    float: left;
}

.logo {
    display: inline-block;
    height: 60px;
}

.logo-1 {
    padding-right: 30px;
    border-right: 2.5px solid #F2DEAF;
}

.logo-1 img,
.logo-2 img {
    max-width: none;
    height: 100%;
}

.logo-2 {
    padding-left: 30px;
}

.header-corner {
    float: right;
    width: 50%;
    text-align: right;
}

.header-search {
    display: inline-block;
    width: 100%;
    max-width: 450px;
    margin-bottom: 15px;
}

.header-search.mobile-search {
    display: none;
}

.search-bar {
    position: relative;
    overflow: hidden;
}

.search-bar:before {
    display: block;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 40px;
    height: 100%;
    border: 1.5px solid #E9AB48;
    background-image: url('images/icon-search@2x.png');
    background-repeat: no-repeat;
    background-position: center 40%;
    background-size: 70%;
    z-index: 1;
}

.search-bar-text,
.search-bar-submit {
    float: left;
    display: block;
    height: 40px;
    border: 1.5px solid #E9AB48;
    background-color: #F3DDAD;
    font-size: 1.8em;
    font-weight: 500;
    line-height: 1;
}

.search-bar-text {
    position: relative;
    width: 72.5%;
    padding: 10px 10px 10px 50px;
    border-right: 0;
    color: #333;
    text-align: left;
    -webkit-appearance: none;
    border-radius: 0;
}

.search-bar-text::placeholder {
    color: #FFF;
    text-transform: uppercase;
}

.search-bar-text::-webkit-search-cancel-button {
    -webkit-appearance: none;
    width: 24px;
    height: 18px;
    background: url('images/search-cross@2x.png') no-repeat right center;
    background-size: contain;
    cursor: pointer;
}

.search-bar-submit {
    width: 27.5%;
    padding: 9px 10px;
    color: #E5A924;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}

.header-social-icons {
    text-align: right;
}

.header-social-icons.mobile-social-icons {
    display: none;
}

.header-social-icon {
    display: inline-block;
    width: 21px;
    margin-left: 27px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.header-social-icon.icon-facebook,
.header-social-icon.icon-instagram {
    height: 21px;
}

.header-social-icon.icon-google {
    height: 20px;
}

.header-social-icon.icon-youtube {
    height: 22px;
}

.main-menu {
    position: relative;
}

.main-menu ul {
    border-top: 1.5px solid #e5a923;
    border-bottom: 1.5px solid #e5a923;
    text-align: justify;
    font-size: 0.1px;
}

.main-menu ul:after {
    display: inline-block;
    width: 100%;
    /* Ensures there are at least 2 lines of text, so justification works */
    content: '';
}

.main-menu li {
    display: inline-block;
    position: relative;
    font-size: 10px;
    text-align: center;
    vertical-align: top;
}

.main-menu li a {
    display: inline-block;
    padding: 10px 1px;
    color: #111;
    font-size: 2.2em;
    font-weight: 400;
    line-height: 1.2;
}

.main-menu>ul>li>a {
    letter-spacing: 1px;
}

.main-menu li.active a,
.main-menu li.current_page_ancestor a,
.main-menu li.current_page_parent a,
.main-menu li.current_page_item a,
.main-menu li.current-menu-ancestor a,
.main-menu li.current-menu-parent a,
.main-menu li.current-menu-item a,
.main-menu li a:hover {
    color: #6E1B6F;
    /* #F2DFAF; */
}

.main-menu li:hover>a {
    color: #6E1B6F;
}

.page-list .current_page_item>a,
#menu-main-menu .current-menu-item>a {
    font-weight: 400;
}

.main-menu ul.page-list ul,
.main-menu ul#menu-main-menu ul {
    display: none;
    background-color: #6E1E6F;
    /* #F2DFAF; */
    z-index: 10000;
}

.main-menu ul.page-list>li ul li.page_item_has_children>a,
.main-menu ul#menu-main-menu>li ul li.menu-item-has-children>a {
    position: relative;
}

.main-menu ul.page-list>li ul li.page_item_has_children>a:after,
.main-menu ul#menu-main-menu>li ul li.menu-item-has-children>a:after {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    content: '▸';
    color: #FFF;
    font-size: 1.2em;
    font-weight: 700;
}

.main-menu ul.page-list>li ul li.page_item_has_children:hover>a:after,
.main-menu ul#menu-main-menu>li ul li.menu-item-has-children:hover>a:after {
    color: #F3DDAD;
}


/*
.main-menu ul.page-list > li > ul > li:hover > a,
.main-menu ul.page-list > li > ul > li.page_item_has_children:hover:after,
.main-menu ul.page-list > li > ul > li > ul > li:hover > a,
.main-menu ul.page-list > li > ul > li > ul > li.page_item_has_children:hover:after,
.main-menu ul.page-list > li > ul > li > ul > li > ul > li:hover > a,
.main-menu ul.page-list > li > ul > li > ul > li > ul > li.page_item_has_children:hover:after,
.main-menu ul.page-list > li > ul > li > ul > li > ul > li > ul > li:hover > a {
	color: #6E1B6F;
	font-weight: 400;
}
*/

.main-menu ul.page-list>li ul li:hover>a,
.main-menu ul.page-list>li ul li.page_item_has_children:hover:after,
.main-menu ul#menu-main-menu>li ul li:hover>a,
.main-menu ul#menu-main-menu>li ul li.menu-item-has-children:hover:after {
    color: #F3DDAD;
    /* #6E1B6F; */
}

.main-menu ul.page-list>li ul li:hover>a,
.main-menu ul#menu-main-menu>li ul li:hover>a {
    font-weight: 400;
    /* text-decoration: underline; */
}

.main-menu ul.page-list>li>ul,
.main-menu ul#menu-main-menu>li>ul {
    display: block;
    position: absolute;
    border-bottom: 0;
    left: 0;
    top: 100%;
    /* calc(100% + 1px) */
    width: 240px;
    height: auto;
    margin-top: -2px;
    /* width: 100%; */
    /*240px / 150%*/
    opacity: 0;
    z-index: -1;
}

.main-menu ul.page-list>li:hover>ul,
.main-menu ul#menu-main-menu>li:hover>ul {
    opacity: 1;
    z-index: 100;
}

.main-menu ul.page-list ul li,
.main-menu ul#menu-main-menu ul li {
    position: relative;
    display: block;
    /* width: 25%; */
    width: 100%;
    /* padding: 0 30px 0 10px; */
    padding: 0 10px;
}

.main-menu ul.page-list ul li a,
.main-menu ul#menu-main-menu ul li a {
    display: block;
    height: auto;
    text-align: left;
    font-size: 1.5em;
    color: #FFF;
    padding-right: 30px;
}

.main-menu ul.page-list ul ul,
.main-menu ul#menu-main-menu ul ul {
    display: block;
    position: absolute;
    border-top: 0;
    border-bottom: 0;
    left: 95%;
    top: 0;
    width: 80%;
    opacity: 0;
    z-index: -1;
    transition: all 0.2s ease-in-out;
}

.main-menu ul.page-list ul li:hover>ul,
.main-menu ul#menu-main-menu ul li:hover>ul {
    left: 100%;
    opacity: 1;
    z-index: 100;
    transition: all 0.3s ease-in-out;
}

.main-menu ul.page-list ul ul li,
.main-menu ul#menu-main-menu ul ul li {
    width: 100%;
}

.main-menu ul.page-list>li:last-child:hover>ul,
.main-menu ul#menu-main-menu>li:last-child:hover>ul {
    left: auto;
    right: -1px;
}


/*
.main-menu ul.page-list > li:last-child:hover > ul,
.main-menu ul.page-list > li:nth-child(5):hover > ul {
	left: auto;
	right: 0;
}
.main-menu ul.page-list > li:last-child ul li:hover ul,
.main-menu ul.page-list > li:nth-child(5) ul li:hover ul {
	left: auto;
	right: 100%;
}
.main-menu ul.page-list > li:last-child ul li,
.main-menu ul.page-list > li:nth-child(5) ul li {
	padding: 0 10px 0 30px;
}
.main-menu ul.page-list > li:last-child ul li a,
.main-menu ul.page-list > li:nth-child(5) ul li a {
	text-align: right;
}
.main-menu ul.page-list > li:last-child ul li.page_item_has_children:after,
.main-menu ul.page-list > li:nth-child(5) ul li.page_item_has_children:after {
	right: auto;
	left: 10px;
	content: '◂';
}
*/


/*
.main-menu ul li ul li:hover ul {
	position: absolute;
	display: block;
	left: 100%;
	top: 0;
	width: 100%;
}
.main-menu ul li ul li,
.main-menu ul li ul li ul li {
}
.main-menu ul li ul li a,
.main-menu ul li ul li ul li a {
	text-align: left;
	padding: 8px;
}
.main-menu ul li ul li a {
	font-size: 1.6em;
}
.main-menu ul li ul li ul li a {
	font-size: 1.4em;
}*/

.main-menu-button,
.main-menu-close,
.main-menu-mask {
    display: none;
}

.footer {
    border-top: 5px solid #6E1E6F;
    background-color: #F8E9CD;
}

.footer-wrapper {
    padding: 40px 0;
    overflow: hidden;
}

.footer-left {
    float: left;
    width: 49%;
    padding-top: 9px;
}

.footer-right {
    float: right;
    width: 51%;
}

.footer-right {
    padding-left: 0px;
}

.footer-search {
    display: block;
    width: 100%;
    max-width: 450px;
    margin-bottom: 20px;
}

.footer-menu li {
    display: inline-block;
    padding-right: 7.5px;
    margin-right: 7.5px;
    border-right: 1px solid #E5A923;
}

.footer-menu li:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
}

.footer-menu li a {
    display: inline-block;
    color: #111;
    font-size: 1.8em;
    font-weight: 400;
    line-height: 1;
}

.copyright {
    margin-top: 125px;
    color: #111;
    font-size: 1.4em;
    font-weight: 400;
}

.footer-link {
    display: block;
    height: 37px;
    padding-top: 7px;
    padding-left: 53px;
    margin-bottom: 15px;
    color: #111;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 37px;
    font-size: 1.8em;
    font-weight: 400;
}

.footer-link:last-child {
    margin-bottom: 0;
}

.icon-facebook {
    background-image: url('images/footer-icon-facebook@2x.png');
}

.icon-book {
    background-image: url('images/footer-icon-book@2x.png');
}

.icon-form {
    background-image: url('images/footer-icon-form@2x.png');
}


/* HOME */

.home-slider-container {
    position: relative;
    width: 100%;
    height: 550px;
    margin-bottom: 30px;
}

.home-slider-container .bx-wrapper,
.home-slider-container .bx-viewport,
.home-slider,
.home-slider .slide {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.home-slider {
    visibility: hidden;
}

.home-slider .slide {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.slide-text {
    position: absolute;
    left: 0;
    top: 0;
    width: 34%;
    height: 550px;
    padding: 30px 20px 70px 20px;
    background-color: rgb(242, 223, 175);
    background-color: rgba(242, 223, 175, 0.95);
    z-index: 100;
}

.half-bg .slide-text {
    background-color: rgb(242, 223, 175);
}

.slide-img {
    position: absolute;
    right: 0;
    top: 0;
    width: 66%;
    height: 550px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.slide-subtitle {
    padding-bottom: 3px;
    border-bottom: 1px solid #000;
    color: #000;
    font-size: 1em;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}

.slide-title {
    margin: 9px 0 30px 0;
    color: #002A3B;
    font-family: 'Libre Baskerville', serif;
    font-size: 3em;
    line-height: 1.2;
}

.slide-details {
    overflow: hidden;
    /*max-height: 230px;*/
    color: #111;
    font-size: 1.6em;
    line-height: 1.6;
}

.slide-more {
    display: block;
    position: relative;
    /*left: 15px;
	bottom: 20px;*/
    width: 102px;
    height: 28px;
    padding: 9px 0;
    margin-top: 15px;
    background-color: #FBF8ED;
    color: #000;
    font-size: 1em;
    line-height: 1.2;
    font-weight: 700;
    /* 600 */
    letter-spacing: 0.6px;
    text-align: center;
    text-transform: uppercase;
}

.slide-more-border {
    position: absolute;
    top: 10%;
    left: 3%;
    width: 94%;
    height: 80%;
    border: 1.5px solid #000;
    background-color: transparent;
}


/*.slide-more:before {
	display: block;
	position: absolute;
	content: '';
	left: 2px;
	top: 2px;
	width: 96px;
	height: 22px;
	border: 1.5px solid #000;
}*/

.home-events {
    margin-bottom: 25px;
}

.home-events-heading {
    display: block;
    padding: 10px 15px;
    color: #FAF7EB;
    background-color: #00293B;
    overflow: hidden;
}

.home-events-heading-text {
    display: inline-block;
    float: left;
    font-size: 2.4em;
    text-transform: uppercase;
}

.home-events-heading-more {
    display: inline-block;
    padding-top: 2px;
    float: right;
    font-family: 'Libre Baskerville', serif;
    font-size: 2.2em;
    font-style: italic;
}

.home-events-entries {
    background-color: #F2DFAF;
    overflow: hidden;
}

.home-events-entry {
    display: block;
    float: left;
    width: 31%;
    margin: 1.75% 0 1.75% 1.75%;
}

.hee-image {
    height: 0;
    padding-bottom: 100%;
    margin-bottom: 2.5%;
    background-color: #CCC;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.hee-date-time {
    display: table;
    table-layout: fixed;
    width: 100%;
    background-color: #FBF8ED;
}

.hee-date {
    display: table-cell;
    width: 76%;
    padding: 10px;
    border-right: 1.5px solid #05283A;
    color: #001D39;
    font-size: 5.1em;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
}

.hee-date span {
    display: inline-block;
    padding-left: 8px;
    font-weight: 300;
    /* 200 */
}

.hee-time {
    display: table-cell;
    width: 24%;
    padding: 12px 15px 5px 15px;
    color: #001D39;
    font-size: 3.4em;
    font-weight: 700;
    /* 600 */
    line-height: 1em;
    text-align: left;
    vertical-align: middle;
}

.hee-time span {
    border-top: 1.5px solid #05283A;
    font-size: 0.6764em;
}

.hee-more {
    display: block;
    padding: 8px 15px;
    color: #FFF;
    font-size: 1.6em;
    background-color: #00293B;
    text-transform: uppercase;
}

.home-news {
    margin-bottom: 24px;
}

.home-news-heading {
    display: block;
    padding: 5px 0;
    border-top: 2.5px solid #05283A;
    border-bottom: 2.5px solid #05283A;
    color: #05283A;
    overflow: hidden;
}

.home-news-heading-text {
    display: inline-block;
    float: left;
    font-size: 2.4em;
    text-transform: uppercase;
}

.home-news-heading-more {
    display: inline-block;
    float: right;
    padding-top: 3px;
    font-family: 'Libre Baskerville', serif;
    font-size: 2.2em;
    font-style: italic;
}

.home-news-entries {
    overflow: hidden;
}

.home-news-entry {
    padding-bottom: 50px;
    /* border-bottom: 1.5px solid #000; */
}


/*
.home-news-entry.news-big {
	float: left;
	width: 66.2%;
	margin-right: 1.3%;
}
*/

.home-news-entry.news-small {
    float: left;
    position: relative;
    /* width: 32.5%; */
    width: 32%;
    height: 370px;
    /* 400px */
    margin-right: 2%;
}

.home-news-entry:nth-child(3n+3) {
    margin-right: 0;
}

.hne-date {
    padding: 14px 0;
    border-bottom: 1.5px solid #05283A;
}

.hne-day {
    display: inline-block;
    width: 67px;
    height: 67px;
    margin-right: 5px;
    color: #FFF;
    font-size: 4.5em;
    font-weight: 300;
    line-height: 67px;
    text-align: center;
    background-color: #6E1E6F;
    border-radius: 100%;
    vertical-align: middle;
}

.hne-month-year {
    display: inline-block;
    color: #6E1E6F;
    font-size: 2.7em;
    font-weight: 300;
    line-height: 1.18;
    vertical-align: middle;
}

.hne-title {
    display: block;
    padding: 13px 0;
    color: #6E1E6F;
    font-family: 'Libre Baskerville', serif;
    font-size: 2.5em;
    line-height: 1.18;
}

.news-small .hne-title {
    font-size: 2em;
}

.hne-image {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 52%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.hne-subtitle {
    margin-top: 13px;
    color: #6D1B6F;
    font-family: 'Libre Baskerville', serif;
    font-size: 1.6em;
    font-style: italic;
}

.hne-details {
    padding-top: 15px;
    color: #333;
    font-size: 1.6em;
}

.hne-more {
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 10px;
    /* margin-top: 15px; */
    color: #333;
    font-size: 1.6em;
    text-transform: uppercase;
}

.hne-more:hover {
    color: #6E1E6F;
}

.home-image {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 48.6%;
    margin-bottom: 22px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.home-video {
    margin-bottom: 22px;
}

.home-sharing {
    margin-bottom: 22px;
}

.home-sharing-entries {
    overflow: hidden;
}

.home-sharing-entry {
    display: block;
    float: left;
    width: 40% !important;
    height: 0;
    padding-bottom: 65%;
    margin-right: 2.4%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.home-sharings-heading {
    display: block;
    padding: 5px 0;
    border-top: 2.5px solid #05283A;
    border-bottom: 2.5px solid #05283A;
    margin-top: 30px;
    margin-bottom: 20px;
    color: #05283A;
    overflow: hidden;
}

.home-sharings-heading-text {
    display: inline-block;
    float: left;
    font-size: 2.4em;
    text-transform: uppercase;
}


/* .home-sharing-entry:nth-child(even) {
	margin-right: 0;
} */

.home-sharing-slider-container {
    overflow: hidden;
}

.home-sharing-slider-container .bx-wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0;
    *zoom: 1;
    overflow: hidden;
}

.home-sharing-slider-container .bx-viewport {
    overflow: visible !important;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}

.home-sharing-slider-container .slide {
    float: left;
    width: 48.8%;
    display: block;
    text-decoration: none !important;
}

.home-sharing-slider-container {
    width: 100%;
}

.home-sharing-slider {
    overflow: hidden;
}

.home-sharing-slide {
    float: left;
    width: 50%;
}

.home-sharing-slide-image {
    width: 100%;
    height: 0;
    padding-bottom: 130%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.home-sharing-slider-container .bx-wrapper .bx-controls-direction a {
    width: 34px;
    height: 107px;
    margin-top: -54px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.home-sharing-slider-container .bx-wrapper .bx-controls-direction a.bx-prev {
    left: 25px;
    background-image: url('images/arrow-left@2x.png');
}

.home-sharing-slider-container .bx-wrapper .bx-controls-direction a.bx-next {
    right: 25px;
    background-image: url('images/arrow-right@2x.png');
}

.hse-text-container {
    position: relative;
    width: 100%;
    height: 490px;
    border-radius: 55px;
}

.home-sharing-entry:nth-child(4n+1) .hse-text-container,
.home-sharing-entry:nth-child(4n+4) .hse-text-container {
    background-color: #E2F4FD;
}

.home-sharing-entry:nth-child(4n+2) .hse-text-container,
.home-sharing-entry:nth-child(4n+3) .hse-text-container {
    background-color: #FDE9F1;
}

.hse-text {
    padding: 33px;
    font-size: 2.5em;
    color: #111;
    text-align: center;
}

.hse-details {
    height: 320px;
    overflow: hidden;
}

.hse-details p {
    font-size: 1em;
}

.hse-title {
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
}

.hse-more {
    display: inline-block;
    position: absolute;
    bottom: 60px;
    width: 152px;
    height: 40px;
    padding: 9px 0;
    background-color: #FBF8ED;
    color: #000;
    font-size: 0.6em;
    line-height: 23px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
}

.home-sharing-entry:nth-child(odd) .hse-more {
    right: 40px;
}

.home-sharing-entry:nth-child(even) .hse-more {
    left: 40px;
}

.hse-more:before {
    display: block;
    position: absolute;
    content: '';
    left: 4px;
    top: 4px;
    width: 141px;
    height: 29px;
    border: 1.5px solid #000;
}

.hse-deco {
    position: absolute;
    width: 124px;
    height: 62px;
    top: 100%;
}

.home-sharing-entry:nth-child(4n+1) .hse-deco,
.home-sharing-entry:nth-child(4n+3) .hse-deco {
    background-color: #E2F4FD;
}

.home-sharing-entry:nth-child(4n+2) .hse-deco,
.home-sharing-entry:nth-child(4n+4) .hse-deco {
    background-color: #FDE9F1;
}

.home-sharing-entry:nth-child(odd) .hse-deco {
    right: 92px;
}

.home-sharing-entry:nth-child(even) .hse-deco {
    left: 92px;
}

.hse-deco:before,
.hse-deco:after {
    display: block;
    position: absolute;
    content: '';
    top: 0;
    width: 124px;
    height: 124px;
    background-color: #FBF8ED;
    border-radius: 100%;
}

.home-sharing-entry:nth-child(odd) .hse-deco:before {
    right: -62px;
}

.home-sharing-entry:nth-child(even) .hse-deco:before {
    left: -62px;
}

.home-sharing-entry:nth-child(odd) .hse-deco:after {
    right: 62px;
}

.home-sharing-entry:nth-child(even) .hse-deco:after {
    left: 62px;
}

.hse-person {
    position: relative;
    display: block;
    margin-top: -105px;
    width: 236px;
}

.home-sharing-entry:nth-child(odd) .hse-person {
    float: left;
    margin-left: 30px;
}

.home-sharing-entry:nth-child(even) .hse-person {
    float: right;
    margin-right: 30px;
}

.hse-image {
    width: 236px;
    height: 236px;
    margin-bottom: 13px;
    background-image: url('images/hse-1.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 100%;
}

.hse-person {
    color: #111;
    font-size: 1.6em;
    text-align: center;
}

.hse-name-tc,
.hse-name-en {
    font-weight: 700;
}

.home-internship {
    margin-bottom: 20px;
}

.hie-image {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 28.7%;
    border: 1px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.hie-text {
    position: relative;
    float: right;
    width: 50%;
    padding: 35px 24px 39px 24px;
    text-align: center;
    color: #FAF7EB;
    background-color: #E5A923;
}

.hie-title {
    position: absolute;
    left: 50%;
    top: 6%;
    transform: translateX(-50%);
    padding: 0 25px;
    font-size: 2.4em;
    font-weight: 700;
    /* 600 */
    text-transform: uppercase;
    background-color: #E5A923;
}

.hie-details {
    padding: 52px 25px 42px 25px;
    font-family: 'Libre Baskerville', serif;
    font-size: 1.3em;
    border: 1.5px solid #FAF7EB;
}

.hie-details span {
    font-weight: 700;
}

.hie-name {
    position: absolute;
    left: 50%;
    bottom: 40px;
    transform: translateX(-50%) translateY(50%);
    padding: 0 13px;
    font-size: 1.8em;
    font-weight: 500;
    background-color: #E5A923;
}


/* SUBMENU & RESEARCH MENU*/

.submenu ul {
    margin-left: 0;
    margin-bottom: 0;
    width: 100%;
}

.submenu ul li {
    list-style: none;
    margin-bottom: 0;
}

.submenu ul li span {
    display: block;
    padding: 8px;
    color: #111;
    font-size: 0.875em;
    font-weight: 700;
}

.submenu ul li a {
    display: block;
    padding: 8px;
    color: #111;
    font-size: 0.875em;
}

.submenu ul li.active>a,
.submenu ul li.current_page_ancestor>a,
.submenu ul li.current_page_item>a,
.submenu ul li>a:hover {
    background-color: #F2DFAF;
    border-right: 3.5px solid #E5A923;
}

.submenu ul li ul {
    display: none;
    padding-left: 30px;
}

.submenu ul li.current_page_ancestor>ul,
.submenu ul li.current_page_parent>ul,
.submenu ul li.current_page_item>ul {
    display: block;
}


/* FACULTY */

.page-content {
    overflow: hidden;
}


/*
.content-left {
	float: left;
	width: 24.3%;
	padding-bottom: 50px;
}
.content-right {
	float: right;
	width: 74.5%;
	margin-left: 1.2%;
	padding-bottom: 60px;
}
*/

.content-full {
    width: 100%;
    padding-bottom: 60px;
}

.grids {
    overflow: hidden;
}

.grid {
    float: left;
    width: 33.3333%;
}

.grid-content-top {
    padding-right: 20px;
}

.grid-photo-and-name {
    display: block;
    width: 100%;
}

.grid-photo-container {
    display: block;
    width: 100%;
    max-width: 158px;
    border: 4px solid #F2DEAF;
    margin-bottom: 10px;
}

.profile-intro .grid-photo-container {
    max-width: 212px;
}

.grid-photo {
    height: 0;
    padding-bottom: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.grid-name {
    position: relative;
    padding-bottom: 2px;
    margin-bottom: 20px;
}

.grid-name-en,
.grid-name-tc {
    display: block;
    color: #0B293A;
    font-size: 1.9em;
    font-weight: 700;
    /* 600 */
}

.grid-name:after {
    position: absolute;
    display: block;
    content: '';
    bottom: -10px;
    width: 72px;
    height: 3px;
    background-color: #E5A923;
}

.grid-position,
.programme-and-year {
    /* margin-top: 20px; */
    margin-bottom: 5px;
    color: #6E1B6F;
    font-family: 'Libre Baskerville', serif;
    font-size: 1.6em;
    font-style: italic;
}

.research-interests {
    margin-bottom: 30px;
}

.ri-topic {
    color: #111;
    font-size: 1.3em;
    font-weight: 400;
    text-transform: uppercase;
    cursor: pointer;
}

.ri-topic:after {
    display: inline-block;
    content: '';
    width: 10px;
    height: 6px;
    margin-left: 8px;
    background: url('images/arrow-down@2x.png') no-repeat center center;
    background-size: contain;
    transition: all 0.3s ease-in-out;
}

.ri-topic.active:after {
    transform: rotate(-180deg);
    background-position: center 1px;
    transition: all 0.3s ease-in-out;
}

.ri-details {
    display: none;
    padding-top: 3px;
    color: #111;
    font-size: 1.4em;
    font-weight: 400;
}


/*BREADCRUMBS*/

.breadcrumbs {
    font-size: 1.4em;
    margin-bottom: 14px;
}

.breadcrumbs a,
.breadcrumbs span {
    display: inline-block;
    color: #87518B;
    /* font-weight: 500; */
}

.breadcrumbs span.delimiter {
    padding: 0 5px;
}


/* RPG STUDENTS */

.rpg-table {
    table-layout: fixed;
    width: 100%;
    color: #111;
    text-align: left;
}

.rpg-table th,
.rpg-table td {
    vertical-align: top;
    border: 0;
}

.rpg-table th {
    width: 42.8%;
    padding-top: 15px;
    padding-bottom: 5px;
}

.rpg-table tr:first-child th {
    padding-top: 0;
}

.rpg-table td {
    width: 57.2%;
    padding-bottom: 15px;
    border-bottom: 1px solid #CCC;
}

.rpg-table th span,
.rpg-table td span {
    font-weight: 700;
}

.rpg-table td span.rpg-label {
    font-weight: 400;
    font-style: italic;
}

.rpg-table th a {
    padding-bottom: 30px;
    color: #111;
}

.rpg-table th a:hover {
    color: #E5A923;
    text-decoration: underline;
}


/* NEWS AND EVENTS*/

.page-content {
    overflow: hidden;
}

.content-left {
    float: left;
    width: 24.3%;
}

.content-right {
    float: right;
    width: 74.5%;
    margin-left: 1.2%;
}

.page-heading {
    padding: 4px 0;
    margin-bottom: 14px;
    border-top: 2.5px solid #05283A;
    border-bottom: 2.5px solid #05283A;
    color: #0B293A;
    font-size: 2.4em;
    font-weight: 400;
    text-transform: uppercase;
}

.nae-entry {
    display: none;
    overflow: hidden;
    padding-bottom: 30px;
    margin-bottom: 20px;
    border-bottom: 1.5px solid #05283A;
}

.nae-entry:last-child {
    border-bottom: 0;
}

.nae-entry.nae-single {
    display: block;
    border-bottom: 0;
}

.nae-entry-text {
    float: left;
}

.nae-entry-photo {
    float: right;
}

.nae-entry-text {
    width: 62.13%;
    margin-right: 5.337%;
}

.nae-entry-photo {
    width: 32.27%;
    height: 0;
    padding-bottom: 38.92%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border: 4px solid #E5A923;
}

.nae-entry-details {
    margin-bottom: 10px;
    color: #111;
    font-size: 1.6em;
    font-weight: 500;
}

.nae-entry-details span {
    color: #9D9FA2;
}


/*CONFERENCES, SEMINARS AND WORKSHOPS*/

.conference-entries,
.saw-entries {
    padding-bottom: 120px;
}

.conference-entry,
.saw-entry {
    display: none;
    overflow: hidden;
    padding-bottom: 30px;
    margin-bottom: 20px;
    border-bottom: 1.5px solid #05283A;
}

.conference-entry.conference-single,
.saw-entry.saw-single {
    display: block;
    border-bottom: 0;
}

.last-entry {
    border-bottom: 0;
}

.conference-entry-photo,
.saw-entry-photo {
    float: right;
    width: 32.27%;
    height: 0;
    padding-bottom: 38.92%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border: 4px solid #E5A923;
}

.saw-entry-photo {
    width: 30%;
    height: auto;
    padding-bottom: 0;
}

.conference-entry-text,
.saw-entry-text {
    float: left;
    width: 62.13%;
}

.nae-entry.with-image .nae-entry-text,
.conference-entry.with-image .conference-entry-text,
.saw-entry.with-image .saw-entry-text {
    float: none;
    width: 100%;
    margin-right: 0;
}

.nae-entry-month-and-year,
.conference-entry-month-and-year,
.saw-entry-month-and-year {
    margin-bottom: 20px;
    color: #76236A;
    font-size: 2.6em;
    font-weight: 700;
    /* 600 */
    letter-spacing: 0.7px;
}

.nae-entry-title,
.conference-entry-title,
.saw-entry-title {
    display: block;
    position: relative;
    margin-bottom: 40px;
    color: #0B293A;
    font-size: 1.9em;
    font-weight: 700;
    /* 600 */
}

.nae-entry-title:after,
.conference-entry-title:after,
.saw-entry-title:after {
    position: absolute;
    display: block;
    content: '';
    bottom: -15px;
    width: 72px;
    height: 3px;
    background-color: #76236A;
}

.conference-entry-details,
.saw-entry-details {
    color: #111;
    font-size: 1.6em;
}

.conference-entry-details-a,
.conference-more-details,
.saw-entry-details-a,
.saw-more-details {
    margin-top: 10px;
    font-weight: 700;
}

.conference-entry-details-b span,
.saw-entry-details-b span {
    padding: 0 5px;
    color: #111;
    font-weight: 700;
}

.conference-text,
.event-text {
    font-size: 0.625em;
}

.nae-entry-details {
    font-size: 1em;
}

.conference-more-details,
.saw-more-details {
    display: inline-block;
    padding: 8px 24px 8px 0;
    color: #76236A;
    /* #111 */
    font-weight: 700;
    /* 600 */
    text-transform: uppercase;
    background: url('images/saw-more-details-arrow@2x.png') no-repeat right 6px;
    background-size: 15px auto;
}

a.saw-entry-details-b {
    display: block;
}

.conference-entry-details-b span.enquiries-phone,
.conference-entry-details-b span.enquiries-email {
    display: block;
    padding: 0;
    font-weight: 400;
}

.saw-entry-details-b.saw-map a span {
    color: #06F;
}


/*RESEARCH*/

.page-text {
    color: #111;
}

.page-text p {
    line-height: 1.6;
}

.associated-faculty {
    display: block;
    padding: 10px 15px;
    margin: 32px 0 24px 0;
    color: #FAF7EB;
    background-color: #00293B;
    font-size: 2.4em;
    text-transform: uppercase;
}


/*STAFF PROFILE*/

.profile-intro {
    overflow: hidden;
    margin-bottom: -24px;
}

.profile-text {
    float: left;
    margin-bottom: 30px;
    width: 66.6667%;
    color: #111;
}

.profile-text p {
    line-height: 1.6;
}

.profile-sub-heading,
.page-subheading {
    margin-bottom: 0.5em;
    color: #0B293A;
    font-size: 2.2em;
    font-weight: 700;
    /* 600 */
}

.page-subheading {
    margin-top: 1em;
}

.page-subheading:first-child {
    margin-top: 0;
}

.grids {
    padding-bottom: 60px;
}

.grid-row {
    clear: both;
    overflow: hidden;
}

.grid .grid-content-bottom {
    display: inline-block;
    margin-bottom: 28px;
    color: #111;
    font-size: 1.6em;
}

.grid .grid-content-bottom {
    margin-top: 20px;
}

.grid-content-bottom a {
    color: #E5A923;
}

.grid-content-bottom a:hover {
    text-decoration: underline;
}

.page-sub-heading {
    display: block;
    padding: 10px 15px;
    margin: 24px 0 14px 0;
    color: #FAF7EB;
    background-color: #00293B;
    font-size: 2.4em;
    text-transform: uppercase;
}

.research-and-teaching-interests ol li {
    color: #111;
    font-size: 1.6em;
    margin-bottom: 0;
}

.selective-publications-table {
    table-layout: fixed;
    width: 100%;
    text-align: left;
}

.selective-publications-table th,
.selective-publications-table td {
    padding-top: 0;
    padding-bottom: 10px;
    vertical-align: top;
    border: 0;
    color: #111;
}

.selective-publications-table th {
    width: 25%;
}

.selective-publications-table td {
    width: 75%;
}

.course-code-and-name {
    color: #111;
    font-size: 1.6em;
    margin-bottom: 30px;
}


/*POSTGRADUATE*/

.scholarships-directories {
    border-bottom: 1.5px solid #05283A;
    margin-bottom: 25px;
}

.scholarships-directory,
.scholarships-entry,
.scholarships-name {
    margin-bottom: 20px;
}

.scholarships-details {
    color: #111;
}

.accordion-row {
    margin-bottom: 20px;
}

.accordion-topic {
    padding: 5px 0;
    color: #87518B;
    font-size: 1.6em;
    font-weight: 700;
    cursor: pointer;
}

.accordion-topic:after {
    display: inline-block;
    content: '';
    width: 10px;
    height: 6px;
    margin-left: 8px;
    background: url('images/arrow-down-new@2x.png') no-repeat center center;
    background-size: contain;
    transition: transform 0.3s ease-in-out;
}

.accordion-topic:hover:after {
    background-image: url('images/arrow-down@2x.png');
}

.accordion-topic.active:after {
    transform: rotate(-180deg);
    background-position: center 1px;
    transition: transform 0.3s ease-in-out;
}

.accordion-topic:hover {
    color: #E5A923;
}

.accordion-details {
    display: none;
    overflow-y: scroll;
}


/* Filter drop down */

.list-filters {
    margin-top: 25px;
    margin-bottom: 30px;
}

.list-filters select {
    display: none;
}

.list-filters-left {
    display: inline-block;
    padding-right: 10px;
    font-size: 1.8em;
    font-weight: 400;
    color: #111;
    vertical-align: middle;
}

.list-filters-right {
    display: inline-block;
    width: 200px;
    vertical-align: middle;
}

.no-message {
    display: none;
    margin-top: 10px;
}

.list-filters .select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
}

.list-filters .select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    width: 100%;
    max-width: 200px;
    height: 32px;
    /* margin-bottom: 30px; */
}

.list-filters .select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 5px 12px;
    border: 1px solid #76226A;
    color: #76226A;
    font-size: 1.5em;
    font-weight: 700;
    /* 600 */
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.list-filters .select-styled:after {
    display: block;
    position: absolute;
    content: '';
    width: 32px;
    height: 30px;
    right: 0;
    top: 0;
    background: #76226A url('images/select-arrow@2x.png') no-repeat center center;
    background-size: 16px auto;
}

.list-filters ul.select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    padding: 8px 0;
    margin: 0;
    list-style: none;
    background-color: #F8E9CD;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}

.list-filters ul.select-options li {
    margin: 0;
    padding: 5px 12px;
    color: #76226A;
    font-size: 1.5em;
    font-weight: 700;
    /* 600 */
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
}

.list-filters .select-options li:hover {
    color: #FFF;
    background: #76226A;
}

.list-filters .select-options li[rel="hide"] {
    display: none;
}


/* SEARCH RESULTS */

.search-page-form {
    margin: 30px 0 20px 0;
    font-size: 1.6em;
    overflow: hidden;
}

.searchform input {
    display: block;
    float: left;
    padding: 5px 10px;
    border: 1.5px solid #E9AB48;
    background-color: #F3DDAD;
}

.searchform input#searchsubmit {
    border-left: 0;
    color: #E9AB48;
    text-transform: uppercase;
    cursor: pointer;
}

.search-content h2 {
    font-size: 2.4em;
}

.search-content h3 {
    margin-bottom: 5px;
    font-size: 2em;
}

.search-content h3 a {
    color: #E5A923;
}

.search-result {
    margin: 20px 0;
}

.search-content p.search-result-link {
    font-size: 1.4em;
    font-weight: 300;
    color: #555;
}

.nav-links {
    margin-top: 40px;
}

.nav-links a,
.nav-links span {
    padding: 0 5px;
    font-size: 1.6em;
}

.nav-links a span {
    font-size: 1em;
}


/* TWO COLUMN */

.two-column {
    overflow: hidden;
}

.column-1,
.column-2 {
    width: 49%;
}

.column-1 {
    float: left;
}

.column-2 {
    float: right;
}

.youtube-video {
    width: 100%;
    height: 0;
    padding-bottom: 75%;
}

.home-sharings-new {
    margin-bottom: 22px;
    overflow: hidden;
}

.home-sharing-new {
    float: left;
    position: relative;
    width: 32%;
    margin-right: 2%;
}

.home-sharing-new:nth-child(3n+3) {
    margin-right: 0;
}

.hsn-image {
    width: 100%;
    height: 0;
    padding-bottom: 90%;
    background-repeat: no-repeat;
    background-position: center 20%;
    background-size: cover;
}

.hsn-text {
    position: relative;
    padding: 20px;
    height: 240px;
    color: #222;
    background-color: #FFF;
}

.home-sharing-new:hover .hsn-text {
    color: #FFF;
    background-color: #6E1E6F;
}

.home-sharing-new:hover .hsn-name,
.home-sharing-new:hover .hsn-programme,
.home-sharing-new:hover .hsn-year,
.home-sharing-new:hover .hsn-more {
    color: #FFF;
}

.hsn-intro {
    height: 130px;
}

.hsn-intro p {
    text-align: justify;
}

.hsn-name {
    color: #6E1E6F;
    font-size: 1.8em;
    font-weight: 700;
}

.hsn-programme {
    color: #6E1E6F;
    font-size: 1.6em;
}

.hsn-year {
    color: #6E1E6F;
    font-size: 1.6em;
}

.hsn-more {
    position: absolute;
    right: 20px;
    bottom: 20px;
    color: #333;
    font-size: 1.5em;
    text-transform: uppercase;
}

.hsn-more:hover {
    color: #6E1E6F;
}

.image-blocks {
    margin-bottom: 22px;
    overflow: hidden;
}

.image-block {
    display: block;
    float: left;
    position: relative;
    width: 32%;
    margin: 2% 2% 0 0;
    visibility: hidden;
}

.image-block:nth-child(3n+3) {
    margin-right: 0;
}

.image-block:hover {
    color: #FFF;
    background-color: #6E1E6F;
}

.ib-image {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.ib-text {
    position: relative;
    padding: 20px 20px 70px 20px;
    color: #222;
    background-color: #FFF;
}

.image-block:hover .ib-text {
    background-color: #6E1E6F;
}

.ib-more {
    position: absolute;
    left: 20px;
    bottom: 20px;
    color: #333;
    font-size: 1.5em;
    text-transform: uppercase;
}

.image-block:hover .ib-more {
    color: #FFF;
}

.ib-heading {
    font-size: 2em;
    font-weight: 700;
}

.ib-heading,
.ib-heading a {
    color: #6E1E6F;
}

.image-block:hover .ib-heading {
    color: #FFF;
}

.ib-description {
    margin-top: 20px;
}

.image-block:hover .ib-description,
.image-block:hover .ib-description p,
.image-block:hover .ib-description th,
.image-block:hover .ib-description td,
.image-block:hover .ib-description li {
    color: #FFF;
}

.image-block,
.ib-text,
.ib-more,
.ib-heading,
.ib-description {
    transition: all 0.2s ease-in-out;
}


.home-sharing-new {
  margin-top: 2%;
}
.home-sharing-new:first-child, 
.home-sharing-new:nth-child(2), 
.home-sharing-new:nth-child(3) {
  margin-top: 0;
}
.hsn-text {
  height: auto;
}
.hsn-person {
  margin-top: 20px;
  margin-bottom: 35px;
}
.hsn-intro {
  height: auto;
}
