/*  fonts */
@import url('https://webarchive.lib.cuhk.edu.hk/20241028100112cs_/https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

@font-face { 
font-family: Noto Sans SC; 
src: url(/20241028100112oe_/https://rih.cuhk.edu.hk/wp-content/themes/twentytwenty/assets/fonts/Noto_Sans_SC); 
font-weight: normal; 
}

@font-face { 
font-family: Noto Sans TC; 
src: url(/20241028100112oe_/https://rih.cuhk.edu.hk/wp-content/themes/twentytwenty/assets/fonts/Noto_Sans_TC); 
font-weight: normal; 
}

:lang(en-US) body {
    font-family: 'Open Sans', sans-serif;
	font-size:18px;
}

:lang(zh-hant) body {
    font-family: 'Noto Sans TC';
	font-size:18px;
}

:lang(zh-hans) body {
    font-family: 'Noto Sans SC';
	font-size:18px;
}
/*  header */
.wrapper:not(.hero .wrapper, #site-header .wrapper) {
    max-width: 1440px;
    margin: 0 auto;
}

.header-inner {
    display: block !important;
}

.header-titles-wrapper {width: 100% !important;margin: 0 auto;max-width: 100% !important;justify-content: center !important;}

@media (min-width: 700px) {
    .section-inner {
        width: calc(100% - 0rem) !important;
        padding: 1rem 0 0 0  !important;
    }
}

.logo img {
    max-width: 400px;
}

.header-logo {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.logo:first-child {
    margin-right: 30px;
}

.header-titles {
    margin: 0 !important;
}

ul.primary-menu {
    margin: 0 !important;
    justify-content: center !important;
	letter-spacing: 0 !important;
}

.primary-menu > li {
	margin: 0rem 2.5rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

nav.primary-menu-wrapper {
    display: flex !important;
    flex-direction: row;
    justify-content: center;
    height: 40px;
}

.header-navigation-wrapper {
    height: 40px !important;
    background-color: #D83c3c;
}

body:not(.overlay-header) .primary-menu > li > a {
    color: #ffffff !important;
    font-size: 15px;
}

.header-inner .toggle {
    color: #ffffff !important;
    height: 40px;
    display: flex;
	position: relative !important;
	left: 0 !important;
	align-items: center;
}

.search-toggle svg {
    height: 15px;
    width: 15px;
}

body:not(.overlay-header) .header-inner .toggle-wrapper::before {
    display: none;
}

.toggle-inner {
    height: auto !important;
}

.primary-menu a:hover, .primary-menu a:focus, .primary-menu .current_page_ancestor, .primary-menu li.current-menu-item > a, .primary-menu li.current-menu-item > .link-icon-wrapper > a {
    text-decoration: none !important;
}

.header-titles-wrapper {
    display: block !important;
}

.header-top {
    display: flex;
    flex-direction: row;
    justify-content: center;
	position: relative;
	margin-bottom: 20px;
}

#site-header .grid-x {
	justify-content: center;
	width: 100% !important;
    margin: 0 !important;
}

.extra {
    display: flex;
	flex-direction: row;
/*     align-items: flex-end; */
	position: absolute;
    right: 150px;
    bottom: 0;
	font-weight: 500;
}

.header-language-menu a, .font-size a {
    padding: 0.5rem !important;
	padding-bottom: 0 !important
}

.lang-nav-item {
    font-size: 18px;
	display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: 500;
}

.extra a {
    color: #5A5958 !important;
}

/* font size */
.font-size, p, ul, li {
    font-size: 18px;
}

a.decrease {
    font-size: 15px;
}

a.increase {
    font-size: 20px;
}

a.resetMe {
    font-size: 18px;
}

.font-size {
    flex-direction: row;
    align-items: flex-end;
    display: flex;
}


/* search form */
.search-modal-inner.modal-inner {
    padding: 30px;
}

@media (min-width: 700px) {
    .search-modal .search-field {
        border: none;
        font-size: 2.5rem;
        height: 7rem;
    }
}

.header-inner .toggle.search-untoggle {
    color: #000000 !important;
}

/* fp - hero */
section.hero {
    padding: 0 !important;
}

.full-slider {
/*     width: 100%; */
    max-height: 700px;
    background-size: cover;
    background-repeat: no-repeat;
}

.slider-content {
	display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 600px;
    width: 80%;
    max-width: 1400px !important;
    margin: 0 auto !important;
}

.slick-arrow {
    cursor: pointer;
}

.slick-arrow {
   display: block;
    background: #ffffff;
    border: 0;
    color: #D83c3c;
    font-size: 3rem;
    padding: 15px 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
	z-index: 1;
}

.slick-arrow.fa-chevron-right {
    right: 0;
}

.hero-border {
    border: 3px solid rgba(255,255,255, 0.7);
    padding: 30px;
    max-width: 500px;
}

.grid-x.grid-margin-x:not(.hero .grid-x.grid-margin-x) {
    width: 100%;
    margin: 0 auto;
}

/* footer */
a.to-the-top {
    position: absolute;
    right: 40px;
    top: 30px;
    color: #7a7a7a !important;
    border: 1px solid #DEDEDE;
    background-color: #ffffff;
    padding: 5px 10px;
/* 	display:none; */
}

.fa-chevron-up:before {
    font-size: 20px;
}

.otgs-development-site-front-end {
    display: none;
}

footer#site-footer {
    padding: 0 !important;
    background-color: #5a5958;
	position:relative;
}

#site-footer a {
    font-size: 18px;
    color: #ffffff;
    font-weight: 100;
}

.credits a, .footer-copyright {
	font-size: 15px !important;
    color: #ffffff !important;
    font-weight: 100;
}

.credits {
    border-top: 1px solid rgba(255,255,255, 0.7);
    margin-top: 30px;
}

.copyright, .disclaimer {
    margin: 10px 0 !important;
}

.disclaimer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.copyright {
    display: flex;
    align-items: center;
}

.disclaimer a {
    margin: 0 10px;
}

.disclaimer span {
    font-size: 15px;
    color: #ffffff;
}

.useful-links {
    color: #ffffff;
}

.contact {
    display: flex;
    flex-direction: row;
    align-items: center;
	margin: 20px 0;
}

.footer-contact img {width: 20px;height: 20px;}

.footer-contact p, .footer-contact a {
    font-size: 15px !important;
    color: #ffffff;
    margin-bottom: 0 !important;
}

.footer-contact .cell {
    margin: 0 !important;
}

.contact img {
    margin-right: 20px;
}

.add.contact {
    align-items: flex-start !important;
}

.add img {
    margin-top: 5px;
}

.footer-logo {
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.useful-links h5 {
    height: 80px;
    display: flex;
    flex-direction: column-reverse;
}

ul#footer-menus-main a {
    padding-left: 0;
    font-weight: 400 !important;
    font-size: 15px !important;
    width: 230px;
}

.footer-logo .logo img {
    max-width: 100% !important;
}

/* archive banner */
.hero-meta h2 {
    font-weight: 700;
}

/* events listing page */
#t2 {
    display: none;
}

.gradient-line:after {
    content: '';
    height: 10px;
    background-image: linear-gradient(45deg,#FFCC00 30%, #D83C3C 10%);
    display: block;
	position: absolute;
    width: 100%;
    bottom: 0;
}

.events-card-img {
	display: block;
	background-color: #FFFFFF;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
	height: 100%;
}

.news-card {
    margin: 30px 0;
}

.news-posts .cell {
    margin: 0 !important;
	position: relative;
}

.news-filter p {
    border-top: 2px solid #7A7A7A;
    margin: 0px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 0px;
    color: #D83C3C;
    font-weight: 500;
	cursor: pointer;
}

.news-filter p:last-child {
    border-bottom: 2px solid #7A7A7A;
}

.news-filter .active {
    border-right: 5px solid #D83C3C;
    font-weight: 700;
}

.news-row .panel {
    margin-left: 100px;
}

.panel h3 {color: #d83c3c;text-transform: uppercase;font-weight: 600;}

.events-card-details {
    height: 100%;
    padding: 30px 40px;
	position: relative;
}

.news-card {
    background-color: #ffffff;
}

.el-meta {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 10px;
}

p.item-meta {
	margin-bottom: 0 !important;
	color: #7a7a7a;
}

.el-postpone, .el-read a, .el-read:hover a{
    color: #d83c3c;
    font-weight: 500;
}

.el-content {
    overflow: hidden;
	font-size: 15px;
    color: #7a7a7a;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.el-read {
    position: absolute;
    bottom: 15px;
}

.events-section {
    padding: 5rem 0;
    min-height: 1000px;
}

.el-title h4 {
    font-size: 22px;
}

/*  single event */
.single-events section {
    padding: 0;
	min-height: 1000px;
}

.hero-bc {
    padding: 3rem 0;
	font-size: 15px;
}

.hero-bc a {
    color: #7a7a7a;
}

.single-events p.item-meta, .single-events .el-postpone {
    font-size: 15px;
}

.event-posts .cell.medium-8 {
    margin: 0 !important;
    width: 70%;
}

.event-posts .cell.medium-4 {
    width: 30%;
    margin: 0 !important;
}

.inner.event-title {
    margin: 0;
    color: #000000;
}

.inner.event-title h4:before {
    content: '';
    border-left: 5px solid #d83c3c;
    margin-right: 20px;
}

.inner h4.entry-title {
    border-bottom: 1px solid #DEDEDE;
}

.inner h4.entry-title:after {
    content: '';
    margin-top: 15px;
    display: block;
}

.simg {
    /* width: 50%; */
    padding: 0 50px;
}

.inner.event-content p {
    text-align: justify;
}

.inner.event-content {
    margin-bottom: 50px;
}

.event-program, .share {
    border: 1px solid #dedede;
    padding: 10px;
    margin: 20px 0;
	position: relative;
    min-height: 50px;
}

.event-program span {position: absolute;right: 10px;}

.event-program a {
    color: #000000 !important;
}

.share p {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    position: absolute;
}

.sfsi_widget.sfsi_shortcode_container {
    display: flex;
    flex-direction: column;    
	position: absolute;
    right: 10px;
    top: 4px;
}
/* news and events listing 1200px */
@media (max-width:1600px) and (min-width:1200px) {
	section {
        padding: 5rem !important;
    }

	.primary-menu > li {
		margin: 0 1rem !important;
	}
	
    .gradient-line {
        width: 35% !important;
        margin: 0 !important;
    }

    .el-card {
        width: 65% !important;
        margin: 0 !important;
		height: 300px;
    }
	
	.hero-bc {
		padding-top: 0 !important;
	}
	
	ul#footer-menus-main a {
		width: 170px !important;
	}

	.wrapper:not(.hero .wrapper, #site-header .wrapper) {
		margin: 0 30px !important;
	}

	.disclaimer {
		width: 100% !important;
		display: flex;
		justify-content: flex-start !important;
	}

	.disclaimer a:first-child {margin-left: 0 !important;}

	.extra {
		right: 0 !important;
	}

	.header-language-menu a, .font-size a {
		padding: 0.3rem !important;
	}
	
	.about-table, .about-profile, .about-profile-more {
		padding: 0 !important;
	}

	.about-table .cell.medium-6 p {
		display: flex;
		flex-direction: column;
	}
}

/* contact us */
.alignnone, .aligncenter {
    margin: 0 !important;
}

.page-id-72 .core img {
    width: 30px;
    margin-right: 20px !important;
}

h1.entry-title, .hero-meta h2 {
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sfsiplus_footerLnk, div#usm-admin-notification-widget {
    display: none;
}

/* border-left , page-title */
.border-left, .page-title , .page-title .su-heading-inner{
    border: none !important;
}

.border-left .su-heading-inner {
    border: none !important;
    padding: 0!important;
    font-size: 18px;
    font-weight: 500;
}

.border-left .su-heading-inner:before {
    border-left: 5px solid #d83c3c;
    content: "";
    margin-right: 10px;
}

.page-title p {
    font-size: 22px;
    font-weight: 700;
    margin: 0 !important;
}

.page-title  .su-heading-inner {
    padding: 0 !important;
}

/* fp - research */
.panel.card-section {display: none;}

.accordion {
    display: inline-block;
}

.rcontent, .rcontent p>* {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.card-section img {
    width: 100%;
}

.card-section {
    position: absolute;
    right: 0;
    top: 0;
}

.rowrpo {
    position: relative;
}

.va-research {
	right: 0;
}

section.fp-research {
    min-height: 1000px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.accordion {
    opacity: 0.7;
}

.accordion.active {
    opacity: 1;
}

h4.sequence {
    min-width: 40px;
    border: 2px solid #ffffff;
    text-align: center;
    width: 40px;
    height: 55px;
    background-color: #ffffff;
    margin-right: 30px;
    color: crimson;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.accordion {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.rbox {
    display: flex;
}

h4.csequence {
    justify-content: center;
    border: 2px solid #ffffff;
    display: flex;
    flex-direction: column;
    color: #ffffff;
    width: 50px !important;
    align-items: center;
    min-width: 50px;
    margin: 10px 20px 20px 20px;
    height: 60px;
    font-size: 30px !important;
}

.rowrpo .research-row:nth-child(3) {
    display: none;
}

/* about -profile */
.about-profile, .about-profile-more {
    padding: 0 !important;
}

.about-profile table, .about-profile tbody, .about-profile tbody tr, 
.about-profile-more table, .about-profile-more tbody,.about-profile-more tbody tr {
    border: 0 !important;
    border-color: transparent;
    background-color: transparent;
}

.su-tabs-pane {
    background: transparent !important;
}

.su-table table td {
    font-size: 18px;
}

section.about-table {
    padding: 0;
    margin-bottom: 50px;
}

.about-table .cell.medium-6 {
    border-bottom: 2px solid #dedede;
    margin: 0 !important;
    width: 50% ;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.about-table .cell.medium-6:nth-child(even) {
    border-left: 2px solid #dedede;
}

.about-table .cell.medium-6 p {
    margin: 0 !important;
    padding: 30px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-profile table tr:nth-child(2) td{
    color: #d83c3c;
    padding: 0;
    border-bottom: 1px solid #dedede !important;
}

.about-profile table tr:nth-child(3) td, .about-profile-more  table tr:nth-child(4) td{font-weight: 500;padding: 10px 0 0 0!important;}

.about-profile table tr:nth-child(4) td, .about-profile-more table tr:nth-child(5) td, .about-profile-more a {padding: 0 !important;font-size: 13px !important;color: #7A7A7A;}

.su-tabs-nav span {
    border-radius: 0 !important;
}

.about-profile .cell.medium-4, .about-profile-more .cell.medium-4 {
	margin-bottom:20px;
}

.border-left {
	margin: 30px 0 !important;
}

.su-tabs-nav span.su-tabs-current {
	background: transparent !important;
}

.about-profile-more  table tr:nth-child(2) td{
    color: #d83c3c;
    padding: 0;
}

.about-profile-more table tr:nth-child(3) td{
    color: #000000;
    padding: 0;
    font-size: 13px;
}

.about-profile-more table tr:nth-child(3) td:after {
    content: "";
    border-bottom: 1px solid #dedede !important;
    display: block;
    margin-top: 20px;
}

.about-profile-more table td , .about-profile table td {
	padding: 0 !important;
}

.cards.card-article:after {
    content: '';
    height: 10px;
    background-image: linear-gradient(45deg,#FFCC00 30%, #D83C3C 10%);
    display: block;
}

.tlp-content2 h3 , .rt-team-container .short-bio p{
    margin: 0 !important;
}

.single-team-area:hover .tlp-content2>*, .single-team-area:hover .tlp-content2 p {background-color: #d83c3c;color: #ffffff !important;}

.single-team-area {
    cursor: pointer;
}

.tlp-content2 {
    display: grid;
	min-height: 100px;
}

.single-team-area .tlp-position {
    order: -1;
    border-bottom: 1px solid #dedede;
    padding-top: 5px !important;
    margin: 0 !important;
}

.single-team-area:hover .tlp-content2 h3 {
    padding: 5px 0 !important;
}

.tlp-content2 .short-bio p {color: #7a7a7a;text-align: center;font-size: 13px;}

.single-team-area .tlp-position {
    color: #d83c3c;
    text-align: center;
    font-size: 18px;
}

.tlp-content2 h3 {
	font-size: 18px;
	text-align: center;
}

.director .short-bio {
    order: -1;
    border-bottom: 1px solid #dedede;
}

.director .tlp-position {
    border-bottom: 0 !important;
}

.director .tlp-content2 .short-bio p {
    color: #000000;
}

.director .contact-info a {
	transition: none !important;
}

.director .contact-info a, .director .contact-info span {
    font-size: 13px;
    color: #7a7a7a;
}

.tlp-email:hover, .tlp-phone:hover {
    font-style: italic;
}

.director .contact-info i {
    display: none;
}

span.tlp-email:before {
    content: 'Email: ';
}

a.tlp-phone:before {
    content: 'Phone: ';
}

span.tlp-location:before {
    content: 'Office: ';
}

.rt-team-container .contact-info ul li + li {
    margin: 0 !important;
	color: #7a7a7a; 
}

.single-team-area:hover .contact-info {
    background-color: #d83c3c;
}

.single-team-area:hover span.tlp-email, .single-team-area:hover a.tlp-phone,
.single-team-area:hover span.tlp-location{
    color: #ffffff;
}

/*  Research Centres */
.block-nav ul {
    list-style-type: none;
    margin-left: 0 !important;
	margin-bottom: 0 !important;
}

.block-nav ul a {
    border-top: 2px solid #7A7A7A;
    margin: 0px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 10px 10px 0;
    color: #D83C3C;
    font-weight: 500;
    cursor: pointer;
    font-size: 15px !important;
}

.block-nav ul a.active {
    border-right: 5px solid #D83C3C;
    font-weight: 700;
}

.block-nav ul li:nth-child(2) {
    display: none;
}

.block-content {
    padding: 40px;
    color: #ffffff;
    margin-bottom: 30px;
	position: relative;
}

.block-content p {
    font-size: 15px;
}

.block-button a.button.button-primary {
    background-color: transparent;
    margin: 0;
    padding: 0;
	text-transform: lowercase;
	font-style: italic;
}

.page-id-121 a.button.button-primary:before {
    content: url('/20241028100112oe_/https://rih.cuhk.edu.hk/wp-content/uploads/link-2@2x.png');
    margin-right: 20px;
}

.block-nav {
    position: sticky;
    top: 100px;
}

.research-row .block-nav ul:nth-child(2) {
    display: none;
}

.single-block {
	background-position: center;
    position: relative;
}

.single-block:before {
    background-color: rgba(90, 89, 88, 0.6);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
}

.block-content img {
    display: flex;
    margin: 0 auto !important;
}

.block-content li {
    font-size: 15px !important;
}

.block-content li::marker {
    color: #ffffff !important
}

/* strategic partners */
a.pb.button.button-primary {
    width: 100%;
    height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #ffffff;
    color: #5A5958;
    border-bottom: 3px solid #D83C3C;
    position: relative;
    padding: 30px;
    text-align: left;
}

a.pb.button.button-primary:after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 10px;
    font-size: 20px;
}

a.pb.button.button-primary:hover {
    background-color: #D83C3C;
    color: #FFFFFF;
}

/* mobile responsive */
@media (max-width:1199px) and (min-width:1025px) {

    .logo img {
        max-width: 280px;
    }

	.extra {
		right: 0;
	}

	.primary-menu > li {
		margin: 0 1rem;
	}

	.header-inner .toggle {
		padding: 0 !important;
		margin-left: 20px;
	}

	.dnc {
		height: 100% !important;
		min-height: 275px;
	}
	    .wrapper:not(.hero .wrapper, #site-header .wrapper) {
        padding: 5rem;
    }
    
    section {
        padding: 0 ;
    }

	.su-tabs-panes {
		padding-left: 50px;
	}

	.su-tabs-pane {
		padding: 0 !important;
	}

	.su-tabs.su-tabs-style-default.su-tabs-mobile-stack.su-tabs-vertical {
		margin: 0 !important;
	}

	.about-table .wrapper {
		padding: 0 !important;
	}

	.about-table .cell.medium-6 p {
		padding: 15px !important;
	}

	#site-footer .wrapper {
		padding: 15px !important;
	}

	.footer-contact .cell.medium-5 {
		width: 40% !important;
	}

	.footer-contact .cell.medium-7 {
		width: 60% !important;
	}

	ul#footer-menus-main a {
		width: 150px !important;
	}

	.copyright {
		width: 100% !important;
	}

	.disclaimer {
		width: 100% !important;
		justify-content: flex-start !important;
	}

	.disclaimer a:first-child {
		margin-left: 0 !important;
	}
	
		
	.gradient-line {
		width: 40% !important;
	}

	.el-card {
		width: 60% !important;
	}

	.events-card-details {
		padding: 20px;
	}

	.el-title h4 {
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	.el-read {
		position: relative;
		margin-top: 20px;
		bottom: 0;
	}

	.simg {
		padding: 0 0 0 50px;
	}

	.share {min-height: 100px;}

	.sfsi_widget.sfsi_shortcode_container {
		position: initial;
		display: block;
		float: left !important;
	}

	.share p {
		position: relative;
		margin-bottom: 0.5rem !important;
	}
	
	.about-profile .wrapper {
		padding: 0 !important;
	}
}

/* floating menu  */

@media (max-width:999px) and (min-width:320px) {
    .block-nav {
        display: none;
    }

    .research-section .cell.medium-9 , .page-id-121 .cell.medium-9 {
        width: 100% !important;
        margin: 0 auto !important;
        padding: 0 30px;
    }

    .research-section {
        padding: 3rem 0 !important;
    }
	
	.floating-menu i.fas.fa-angle-left {display: flex;flex-direction: row;justify-content: center;height: 100%;align-items: center;}

	.fm-sub > ul {
		width: 100px !important;
	}

	.fm-right.fm-connected .fm-label {
		padding: 0 20px !important;
	}
	
	.fm-icon {
		width: 100px !important;
	}

	.floating-menu .fa-angle-left:after {
		content: "List";
		margin-left: 10px;
	}
	
	.fm-icon.fm-icon-text {
		display: none;
	}

	.fm-label.fm-hold-open.fm-show {
		right: 0 !important;
		margin: 0 !important;
	}
	
	.fm-label.fm-hold-open {
		right: 0 !important;
	}

	.fm-mask {
		width: 500px !important;
	}
	
	.menu-modal.cover-modal.header-footer-group.show-modal.active {
		z-index: 10101;
	}
	
	.header-top .extra {
		display: none;
	}
}

@media (max-width:639px) {
	.useful-links h5 {
		height: auto !important;
	}
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.slider-content {
		height: 1px;
	}
	
	.rcontent p:not(:first-child), .rcontent h5, .rcontent ol, .rcontent li {
		display: none;
	}
	
	.research-row:last-child .rcontent h5:first-child, .research-row:last-child .rcontent p:nth-child(2) {
		display:block;
	}
	
	#site-footer .section-inner {
		display: block; 
		padding: 0 90px !important;
	}
}

@media (max-width:1024px) and (min-width:320px) {
	.disclaimer a:first-child {
		margin-left: 0;
	}
}

.tlp-content2 a {transition: none !important;}

/* temporary hide wpml  */
.lang-nav-item {display: none;} 

.rt-team-container .layout3 .single-team-area h3 {
    margin-top: 0 !important;
    font-size: 20px !important;
}

.short-bio p {
    font-size: 16px !important;
}

.rt-team-container .contact-info ul li, .rt-team-container .contact-info ul li + li {
    margin-bottom: 10px !important;
}

.tlp-short-bio {
    margin-top: 10px;
}