@font-face {
    font-family: 'Basel Grotesk';
    src: url('fonts/baselgrotesk-book-webfont.woff2') format('woff2'), url('fonts/baselgrotesk-book-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Basel Grotesk';
    src: url('fonts/baselgrotesk-medium-webfont.woff2') format('woff2'), url('fonts/baselgrotesk-medium-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Basel Grotesk';
    src: url('fonts/BaselGrotesk-Light.woff2') format('woff2'), url('fonts/BaselGrotesk-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

body {
    font-family: 'Basel Grotesk', 'Noto Sans HK', sans-serif;
    color: #004737;
    min-width: 300px;
}

.container {
    min-width: 300px;
}

.zh_CN body {
    font-family: 'Basel Grotesk', 'Noto Sans SC', sans-serif;
}

a {
    color: #004737;
}

p {
    line-height: 1.5;
}

.content-text h1 {
    font-size: 4.8em;
}

.content-text h2 {
    font-size: 4em;
}

.content-text h3 {
    font-size: 3.2em;
}

.content-text h4 {
    font-size: 2.8em;
}

.content-text h5 {
    font-size: 2.4em;
}

.content-text h6 {
    font-size: 1.8em;
}

.content-text p,
.content-text>ul>li,
.content-text>ol>li {
    font-size: 1.8em;
}

.wrapper {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}

.header-wrapper,
.footer-wrapper {
    max-width: 1350px;
}


/* HEADER */

.header {
    background-color: white;
}

.header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}

.header-left {
    width: 365px;
}

.header-right {
    flex-grow: 1;
    text-align: right;
}

.header-logos {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.header-logo {
    display: inline-block;
    vertical-align: middle;
}

.header-logo img {
    height: 58px;
    max-width: unset;
}

.header-logo-1 img {
    height: 58px;
}

.header-logo+.header-logo {
    margin-left: 15px;
}

.header-heading {
    display: none;
    font-size: 1.6em;
    font-weight: 700;
}

.main-menu-container {
    display: inline-block;
    margin-right: 10px;
}

.main-menu ul.menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.main-menu ul.menu>li:last-child>ul,
.main-menu ul.menu>li:nth-last-child(2)>ul {
    left: auto;
    right: 0;
}

.main-menu ul li:hover ul {
    opacity: 1;
    pointer-events: auto;
}

.main-menu ul.menu>li {
    position: relative;
}

.main-menu ul.menu>li+li {
    margin-left: 18px;
}

.main-menu ul.menu>li>a {
    display: block;
    padding: 10px 0;
    border-bottom: 3px solid transparent;
    font-size: 1.6em;
    font-weight: 700;
}

.main-menu ul.menu>li:hover>a,
.main-menu ul.menu>li.current-menu-item>a,
.main-menu ul.menu>li.current-page-parent>a {
    border-bottom: 3px solid #55F09F;
}

.main-menu ul.menu>li.menu-highlight>a {
    padding: 12px 24px;
    background-color: #55F09F;
    border-radius: 24px;
}

.main-menu ul ul {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 250px;
    padding-top: 24px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-in-out;
    z-index: 1;
}

.main-menu ul ul li {
    display: block;
    text-align: left;
}

.main-menu ul ul li a {
    display: block;
    padding: 10px 15px;
    font-size: 1.6em;
    background-color: #55F09F;
}

.main-menu ul ul li a:hover,
.main-menu ul ul li.current-menu-item a {
    color: white;
    background-color: #167152;
    text-align: left;
}

.language-switcher {
    display: inline-block;
}

.language-switcher li {
    position: relative;
    display: inline-block;
    padding: 6px 5px;
    margin: 0 3px;
    text-align: center;
}

.language-switcher .active:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 32px;
    height: 32px;
    background-color: #d3ffe7;
    border-radius: 32px;
    content: '';
    z-index: 1;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.language-switcher li a {
    position: relative;
    font-size: 1.6em;
    margin: 0;
    z-index: 2;
}

.language-switcher .lang-en {
    float: left;
}


/*
.page-banner-wrapper {
    padding-left: 5%;
}
*/

.page-banner {
    position: relative;
    display: flex;
    /* height: 500px;*/
    height: 0;
    padding: 11% 0;
    background-color: #004737;
    align-items: center;
    overflow: hidden;
}

.page-banner-right {
    position: absolute;
    width: 40.5%;
    right: 0;
    top: 5%;
}

.page-banner-right:before {
    position: absolute;
    left: 30%;
    top: -2%;
    display: inline-block;
    width: 39%;
    height: 100%;
    background-image: url(images/circles-bg.png);
    background-repeat: no-repeat;
    content: '';
    background-size: 100%;
}

.pbr-image {
    position: relative;
    right: -57%;
    width: 49%;
    padding-bottom: 49%;
    border-radius: 100%;
    background-repeat: no-repeat;
    content: '';
    background-size: cover;
}

.page-title h1 {
    font-size: 5em;
    color: white;
}

.page-anchors {
    display: flex;
    margin-top: 20px;
    align-items: flex-start;
}

.page-anchor {
    font-size: 1.6em;
    border-bottom: 1px solid #56F09F;
}

a.page-anchor {
    color: #56F09F;
}

.page-anchor:after {
    display: inline-block;
    content: '>';
    padding-left: 5px;
    vertical-align: top;
}

.page-anchor+.page-anchor {
    margin-left: 20px;
}

.breadcrumbs {
    background-color: #004737;
}

.breadcrumbs-inner {
    padding: 15px 0;
    background-color: white;
    font-size: 1.5em;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
}

.breadcrumbs .delimiter {
    padding: 0 15px;
}

.breadcrumb .current {
    font-weight: 300;
}


/* Footer */

.footer {
    position: relative;
    color: white;
    background-color: #032019;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    margin-top: -30px;
}

.footer-top,
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.footer-top {
    padding: 35px 0;
}

.footer-bottom {
    align-items: center;
    border-top: 1px solid #6E8C76;
    padding: 15px 0;
}

.footer-name {
    font-size: 3em;
    font-weight: 700;
    margin-bottom: 40px;
}

.footer-logos {
    display: flex;
    align-items: center;
}

.footer-logo {
    display: block;
}

.footer-logo-1 {
    height: 68px;
}

.footer-logo-2 {
    height: 50px;
}

.footer-logo+.footer-logo {
    margin-left: 20px;
}

.footer-logo img {
    width: auto;
    max-width: none;
    max-height: 100%;
}

.footer-menu {
    width: 385px;
}

#menu-footer-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-menu ul li {
    margin-bottom: 30px;
    flex-basis: 42%;
}

.footer-menu ul li a {
    color: white;
    font-size: 1.9em;
    font-weight: 700;
}

.footer-menu ul li.menu-highlight a {
    display: inline-block;
    padding: 12px 24px;
    color: #004737;
    background-color: #55F09F;
    border-radius: 24px;
}

.bottom-menu {
    width: 385px;
}

.bottom-menu ul {
    display: flex;
    list-style: none;
    justify-content: flex-end;
    align-items: center;
}

.bottom-menu li+li {
    margin-left: 20px;
    border-left: 1px solid #6E8C76;
    padding-left: 20px;
}

.bottom-menu ul li a {
    padding: 10px 0;
    color: white;
    font-size: 1.68em;
    font-weight: 700;
}

.copyright {
    font-size: 1.4em;
}

.back-to-top {
    position: relative;
    cursor: pointer;
}

.back-to-top:after {
    position: absolute;
    content: '';
    display: inline-block;
    margin-left: 8px;
    width: 1.6em;
    height: 1.6em;
    background-image: url(images/backtotop.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}


/* Content */

.content {
    /* padding: 40px 0 100px 0;*/
    padding-top: 40px;
}

.content>div:last-child {
    padding-bottom: 100px;
}

.content.lightyellow {
    background-color: #FFFBEA;
}


/* Programmes */

.ps-banner {
    width: 100%;
    height: 0;
    padding-bottom: 28%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
}

.ps-heading {
    font-size: 4em;
    font-weight: 700;
    padding-top: 60px;
    padding-bottom: 10px;
    border-bottom: 1px solid #004737;
}

.prog-entries {
    padding: 50px 0;
}

.prog-entry {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 70px;
}

.prog-entry .prog-image {
    width: 49%;
}

.prog-entry.text-left .prog-info {
    order: 1;
}

.prog-entry.text-left .prog-image {
    order: 2;
}

.prog-image-inner {
    border-radius: 24px;
    overflow: hidden;
}

a.prog-image-inner {
    display: block;
}

.prog-image-inner img {
    width: 100%;
}

.prog-info {
    width: 49%;
}

.prog-name {
    display: block;
    font-size: 2.4em;
    font-weight: 700;
    margin-bottom: 1em;
}

a.prog-link {
    display: inline-block;
    padding: 15px 20px;
    border-radius: 24px;
    font-size: 1.6em;
    margin-top: 25px;
    background-color: #55F09F;
    vertical-align: middle;
}

.prog-link:after {
    content: '>';
    padding-left: 5px;
    display: inline-block;
    vertical-align: middle;
}


/* PEOPLE */

.people-entries {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 40px 0;
}

.people-entry {
    width: 23.5%;
    margin: 0 2% 2% 0;
    border-radius: 24px;
    overflow: hidden;
    background-color: #F8F8F8;
}

.people-entry:nth-child(4n+4) {
    margin-right: 0;
}

.people-image-inner {
    display: block;
    width: 100%;
    padding-bottom: 100%;
    background: url('/20250227121813oe_/https://sgps.cuhk.edu.hk/wp-content/themes/images/profile-bg.png') no-repeat center center;
    background-size: cover;
}

.people-image-inner img {
    width: 100%;
}

.people-text {
    padding: 15px 15px 15px 15px;
}

.people-name {
    font-size: 1.8em;
    font-weight: 700;
    margin-bottom: 15px;
}

.people-name a {
    display: block;
}

.people-position {
    font-size: 1.6em;
    font-weight: 700;
    margin-bottom: 15px;
}

.people-email {
    font-size: 1.4em;
    margin-bottom: 10px;
}

.people-email span:last-child {
    display: inline-block;
    width: calc(100% - 25px);
    word-break: break-word;
    vertical-align: top;
}

.people-phone {
    font-size: 1.4em;
}

.people-link {
    display: block;
    position: relative;
    padding: 0 50px 20px 20px;
    font-size: 1.6em;
}

.people-link:hover {
    color: #167152;
}

.people-link span {
    display: block;
}

.people-link:after {
    display: block;
    content: '>';
    position: absolute;
    right: 20px;
    top: 3px;
}


/* NEWS / EVENTS */

.news-entries {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 40px 0;
}

.news-entry {
    width: 32%;
    margin: 0 2% 7% 0;
}

.news-entry:nth-child(3n+3) {
    margin-right: 0;
}

.news-image {
    margin-bottom: 15px;
    border-radius: 24px;
    overflow: hidden;
}

.news-image-inner {
    position: relative;
    display: block;
    overflow: hidden;
}

.news-image-inner.photo {
    padding-bottom: 67%;
}

.news-image-inner img {
    width: 100%;
}

.news-cat {
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 10px;
    color: #004737;
    background-color: #D3FFE7;
    font-size: 1.4em;
    line-height: 1;
    border-radius: 30px;
}

.news-title {
    font-size: 1.68em;
    font-weight: 700;
    margin-bottom: 15px;
}

.news-title a {
    display: block;
    line-height: 1.68;
}

.news-date {
    color: #6E8C76;
    font-size: 1.4em;
}

.news-link {
    display: block;
    position: relative;
    padding: 0 50px 20px 0;
    border-bottom: 1px solid #6E8C76;
    margin-top: 25px;
    font-size: 1.5em;
    font-weight: 400;
}

.news-link span {
    display: block;
}

.news-link:after {
    display: block;
    content: '';
    position: absolute;
    right: 0;
    top: 3px;
    width: 15px;
    height: 14px;
    background-image: url(images/dark-arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 5px;
}


/* DETAILS PAGES */

.details-content {
    width: 90%;
    max-width: 1350px;
    margin: 0 auto;
}

.details-top {
    padding-bottom: 40px;
}

.details-title {
    font-size: 3em;
    font-weight: 700;
}

.details-date {
    margin-top: 15px;
    font-size: 1.68em;
    color: #6E8C76;
}

.details-image {
    margin-bottom: 4em;
}

.details-image img {
    border-radius: 24px;
}

.details-text {
    margin-bottom: 5em;
}

.details-text p {
    line-height: 1.6;
}

.details-info-table {
    padding: 0 0 6em 0;
}

.di-row {
    display: flex;
    padding: 2em 0;
    border-bottom: 1px solid #6E8C76;
}

.di-row:first-child {
    padding-top: 0;
}

.di-heading {
    width: 17%;
    color: #6E8C76;
    padding: 0 5px;
    font-size: 1.6em;
}

.di-text {
    color: #6E8C76;
    padding: 0 5px;
    font-size: 1.6em;
}

.details-caption {
    font-size: 1.6em;
    font-weight: 300;
    margin-top: 5px;
}

.details-slider-container {
    margin-bottom: 5em;
}

.details-slide {
    border-radius: 24px;
}

.single-newsarticle .content,
.news-bg {
    background-repeat: no-repeat;
    background-size: 15.8%;
    background-position: left bottom;
    background-image: url(images/details-page-bg.png);
}


/* HOME */

.home-block {
    padding: 60px 0;
}

.hb-wrapper {
    overflow: hidden;
    max-width: 1000px;
}

.home-slider-container {
    position: relative;
    height: 0;
    /*min-height: 200px;*/
    padding-bottom: 46%;
}

.home-slider,
.home-slider-container .bx-wrapper,
.home-slider-static {
    position: relative;
    width: 100%;
    /*min-height: 200px;*/
    padding-bottom: 46%;
}

.hsc .bx-viewport,
.hsc .bx-wrapper,
.home-slider,
.home-slider-static {
    padding-bottom: 46%;
}

.home-slide {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.details-slider {
    height: 0;
    padding-bottom: 75%;
}

.details-slide:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 15%;
    border-radius: 24px;
    background: rgb(0, 71, 55);
    background: linear-gradient(180deg, rgba(0, 71, 55, 0) 0%, rgba(0, 71, 55, 1) 48%);
    opacity: .5;
    content: '';
}

.slide-caption {
    position: absolute;
    width: 90%;
    left: 5%;
    top: 5%;
    color: #fff;
}

.slide-heading {
    font-size: 3.7em;
    font-weight: 700;
}

.home-slider-container .bx-wrapper,
.details-slider-container .bx-wrapper {
    position: relative;
}

.bx-wrapper .bx-controls-direction a {
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: 24%;
    background-color: #fff;
}

.bx-wrapper .bx-controls-direction a.bx-prev {
    background-image: url(images/slide-prev.png);
    background-position: right 55% center;
}

.bx-wrapper .bx-controls-direction a.bx-next {
    background-image: url(images/slide-next.png);
    background-position: left 55% center;
    right: 0;
}

.home-slider-container .bx-pager,
.details-slider-container .bx-pager {
    left: unset;
    right: 5%;
    bottom: 5%;
    width: 30%;
    text-align: right;
}

.home-slider-container .bx-wrapper .bx-pager.bx-default-pager a,
.details-slider-container .bx-wrapper .bx-pager.bx-default-pager a {
    position: relative;
    width: 8px;
    height: 8px;
    background-color: transparent;
    background-color: #fff;
    margin: -18px 12px 0 12px;
    content: '';
}

.home-slider-container .bx-wrapper .bx-pager.bx-default-pager a:after,
.details-slider-container .bx-wrapper .bx-pager.bx-default-pager a:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    padding: 6px;
    border: 1px solid transparent;
    border-radius: 20px;
    content: '';
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.home-slider-container .bx-wrapper .bx-pager.bx-default-pager a.active,
.details-slider-container .bx-wrapper .bx-pager.bx-default-pager a.active {
    background-color: #55F09F;
}

.home-slider-container .bx-wrapper .bx-pager.bx-default-pager a.active:after,
.details-slider-container .bx-wrapper .bx-pager.bx-default-pager a.active:after {
    border: 1px solid #55F09F;
}

.scroll-down {
    position: absolute;
    display: inline-block;
    left: 5%;
    bottom: 5%;
    width: 130px;
    color: #fff;
    font-size: 1.7em;
    font-weight: 700;
}

.scroll-down:after {
    content: '';
    display: inline-block;
    margin-left: 8px;
    width: 28px;
    height: 28px;
    background-image: url('images/backtotop.png');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    transform: rotate(180deg);
}

.hb-1 {
    padding: 7.5em 0;
    background: no-repeat url(images/magnifier-bg.jpg);
    background-size: auto 81%;
    background-position: left -8% center;
}

.hb-2 {
    background-color: #004737;
    background-image: url(images/half-circle-bg.png);
    background-repeat: no-repeat;
    background-size: 27.5%;
    background-position: right top;
}

.hb-text {
    float: right;
    width: 65%;
}

.hb-subtitle {
    text-transform: uppercase;
    color: #55F09F;
    font-size: 2.2em;
    font-weight: 700;
    margin-bottom: 30px;
}

.hb-title {
    font-size: 3em;
    font-weight: 700;
    color: #004737;
    margin-bottom: 20px;
}

.hb-2 .hb-title {
    color: white;
}

.hb-description p {
    font-size: 1.6em;
}

.hb-links {
    display: flex;
    flex-direction: column;
}

a.hb-link {
    display: inline-block;
    width: 220px;
    padding: 15px 30px;
    margin-top: 40px;
    background-color: #55F09F;
    font-size: 1.4em;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    border-radius: 24px;
    transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
}

a.hb-link:hover {
    background-color: #d3ffe7;
}

.hb-link:after {
    content: '';
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 11px;
    background-image: url(images/dark-arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.hb-image {
    border-radius: 24px;
    overflow: hidden;
    margin-bottom: 20px;
}

.hb-image img {
    width: 100%;
}

.hb-cols {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5em;
}

.hb-col-1 {
    width: 30%;
}

.hb-col-2 {
    width: 65%;
}

.hb-block+.hb-block {
    margin-top: 60px;
}

.hb-long-link {
    display: block;
    position: relative;
    padding: 0 50px 10px 0;
    border-bottom: 1px solid #6E8C76;
    margin-top: 20px;
    font-size: 2em;
    font-weight: 700;
}

a.hb-long-link {
    color: #55F09F;
}

.hb-long-link span {
    display: block;
}

.hb-long-link:after {
    display: block;
    content: '';
    position: absolute;
    right: 0;
    top: 3px;
    width: 17px;
    height: 15px;
    background-image: url(images/green-arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.hb-3 {
    position: relative;
    background-color: #FFFBEA;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
}

.hb-3:before {
    position: absolute;
    top: 0;
    width: 100%;
    padding-bottom: 30px;
    background-color: #004737;
    content: '';
    z-index: -1;
}

.hb-3 .hb-subtitle {
    color: #004737;
}

.home-event-entry {
    padding-bottom: 20px;
    border-bottom: 1px solid #6E8C76;
    margin-bottom: 20px;
}

.home-event-title {
    font-size: 1.68em;
    font-weight: 700;
    line-height: 1.6;
}

.home-event-title a {
    display: block;
    margin-bottom: 5px;
    color: #004737;
}

.home-event-title a:hover {
    color: #051f19;
}

.home-event-date {
    font-size: 1.4em;
    color: #6E8C76;
}

.hb-news-container .news-entries {
    padding: 0;
}

.home-banner {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    overflow: hidden;
}

.home-banner img {
    display: block;
}

.hb-news-entry {
    width: 48.5%;
    margin: 0 3% 2% 0;
}

.hb-news-entry:nth-child(2n+2) {
    margin-right: 0;
}


/* INPAGE */

.sec-heading {
    font-size: 3em;
    font-weight: 700;
    padding-bottom: 12px;
    border-bottom: 1px solid #6E8C76;
    margin-bottom: 0.5em;
}

h3.sec-heading {
    font-size: 2.4em;
}

.grey-bg {
    background-color: #F8F8F8;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    margin-top: -30px;
}

.white-bg {
    background-color: #fff;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    margin-top: -30px;
    background-repeat: no-repeat;
    background-size: 15.8%;
    background-position: right bottom;
    background-image: url(images/people-page-bg.png);
}

.flex {
    display: flex;
    justify-content: space-between;
}

.sec-padding {
    padding: 7em 0;
}

.people-bg {
    background-repeat: no-repeat;
    background-size: 15.8%;
    background-position: right bottom;
    background-image: url(images/people-page-bg.png);
}

.st-photo {
    width: 409px;
    /*26.8*/
    height: 409px;
    border-radius: 24px;
    background-size: cover;
}

.st-details {
    width: 50%;
    max-width: calc(100% - 409px);
}

.staff-top {
    background-repeat: no-repeat;
    background-size: 41.8%;
    background-position: left bottom;
    background-image: url(images/profile-bg.png);
}

.st-details-inner h2 {
    font-size: 3em;
    font-weight: 700;
    margin-bottom: 10px;
}

.st-position {
    font-size: 1.9em;
    font-weight: 700;
    margin-bottom: 1em;
}

.st-email,
.st-phone {
    margin-bottom: 1em;
}

.st-email a,
.st-phone span {
    display: inline-block;
    vertical-align: middle;
    color: #6E8C76;
    font-size: 1.67em;
}

.icon {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    background-repeat: no-repeat;
    background-size: contain;
}

.icon-email {
    background-image: url(images/email-grey.png);
}

.icon-phone {
    background-image: url(images/tel-grey.png);
}

.st-brief {
    border-top: 1px solid #6E8C76;
    padding-top: 3em;
    margin-top: 3em;
}

.sm-left {
    width: 100%;
}

.sm-right {
    width: 49%;
}

.sm-left.flex {
    width: 100%;
}

.sm-row {
    margin-bottom: 5em;
}

.sm-left.flex .sm-row {
    width: 47%;
}

.sm-row ul {
    margin-bottom: 0;
}

.sm-row li {
    margin-bottom: 1em;
    line-height: 1.68;
}

.sm-row li:last-child {
    margin-bottom: 0;
}

.sm-row-details {
    margin-top: 2em;
}

.photo {
    position: relative;
    overflow: hidden;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.photo img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.photo:hover img {
    -webkit-transform: perspective(1000px) scale(1.1, 1.1);
    transform: perspective(1000px) scale(1.1, 1.1);
    -webkit-transform-style: flat;
    transform-style: flat;
}

p.rp-subheading {
    margin-top: 2.5em;
    margin-bottom: 0.5em;
}

.rp-rows {
    align-items: baseline;
    margin-bottom: 2em;
}

.rp-rows:last-child {
    margin-bottom: 0;
}

.rp-year {
    width: 90px;
    font-size: 1.6em;
    line-height: 1.68;
}

.rp-desc {
    width: calc(95% - 90px);
    font-weight: 300;
}

.rp-desc strong {
    font-weight: 400;
}

.publicaton-num {
    width: 20px;
}

.publication-desc {
    width: calc(100% - 25px);
}


/* MOBILE */

.main-menu-button-inner {
    width: 29px;
    height: 22px;
    position: relative;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}

.main-menu-button-inner span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #004737;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.main-menu-button-inner span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

.main-menu-button-inner span:nth-child(2) {
    top: 10px;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

.main-menu-button-inner span:nth-child(3) {
    top: 20px;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

.menu-open .main-menu-button-inner span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
    left: 5px;
}

.menu-open .main-menu-button-inner span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

.menu-open .main-menu-button-inner span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 20px;
    left: 5px;
}

.main-menu-mask,
.main-menu-button,
.main-menu-top,
.mobile,
.main-menu-corner {
    display: none;
}

.content-text h1,
.content-text h2,
.content-text h3,
.content-text h4,
.content-text h5,
.content-text h6 {
    margin-bottom: 10px;
    font-weight: 700;
}

.grid-1-3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.grid-1-3>.grid-col {
    display: block;
    flex-basis: 32%;
}
.details-main  .grid-1-3 { 
    justify-content: start;
}
.details-main .grid-1-3>.grid-col{
	margin-right:2%;
}
.details-main .grid-1-3>.grid-col:nth-child(3n+3){
	margin-right:0;
}
.gallery-photo {
    display: block;
    width: 100%;
    padding-bottom: 60%;
    border-radius: 15px;
    margin-bottom: 15px;
}

.text-image-block .content-text {
    width: 67%;
}

.text-image-block .content-image {
    width: 30%;
}

.password-protection label {
    display: block;
    margin-bottom: 10px;
    font-size: 1.6em;
}

.password-protection input {
    font-size: 1.6em;
    border: 1px solid #ccc;
    height: 40px;
    padding: 10px;
}

.password-protection input[type="submit"] {
    font-size: 1.6em;
    padding: 8px 10px;
    margin-left: 7px;
    width: 100px;
    background-color: #032019;
    color: #fff;
}

.password-protection input[type="submit"]:hover {
    background-color: #0a5341;
}

.gradient-heading.accordion-icon {
    position: relative;
    cursor: pointer;
    padding: 15px 60px 15px 25px;
    font-size: 2.1em;
    font-weight: 500;
    line-height: 1.2;
    border-radius: 10px 10px 0 0;
    background: #eee;
}

.accordion-icon:after {
    position: absolute;
    right: 15px;
    width: 42px;
    height: 42px;
    background-image: url(images/plus-green.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    cursor: pointer;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: '';
}

.accordion-icon.active:after {
    background-image: url(images/minus-green.png);
}

.accordion-row {
    margin-bottom: 5em;
    background-color: #f8f8f8;
}

.accordion-details {
    padding: 15px 25px;
}

.expand-all {
    display: none;
    overflow: hidden;
    margin-bottom: 2em;
}

.accordions:first-of-type .expand-all {
    display: block;
}

.expand-btn {
    display: none;
}

.expand-btn,
.collect-btn {
    font-size: 2.1em;
    font-weight: 600;
    line-height: 1.2;
    color: #195540;
    border: 0;
    background-color: transparent;
    float: right;
    cursor: pointer;
}

.expand-btn:after,
.collect-btn:after {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-left: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: middle;
    background-size: contain;
    content: '';
}

.expand-btn:after {
    background-image: url(images/plus-green.png);
}

.collect-btn:after {
    background-image: url(images/minus-green.png);
}

.accordions {
    padding: 5em 0;
}

.sc-left {
    width: 35%;
}

.sc-right {
    width: 60%;
}

.search-btn {
    background-color: #094737;
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 32px;
    background-position: center center;
    background-size: auto 18px;
    background-repeat: no-repeat;
    background-image: url(images/search-w@2x.png);
    margin-right: 8px;
    margin-top: -5px;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.search-btn:hover {
    background-color: #55F09F;
}

.search-page-form {
    border: 1px solid #ccc;
    margin-bottom: 10em;
}

.search-form {
    border: 1px solid #ccc;
    margin-bottom: 2em;
}

.search-form-text {
    font-size: 1.8em;
    padding: 10px 20px;
    width: calc(100% - 134px);
}

.page-template-page-search .content-search-form {
    margin-bottom: 7em;
}

.page-template-page-search input[type="submit"],
.content-search-form input[type="submit"] {
    background-image: url(images/search-w@2x.png);
    width: 134px;
    height: 44px;
    text-align: left;
    float: right;
    background-size: 20px;
    text-transform: uppercase;
    background-color: #004737;
    background-repeat: no-repeat;
    background-position: 20px;
    padding-left: 50px;
    font-size: 1.7em;
    color: #fff;
    cursor: pointer;
}

.page-template-page-search input[type="submit"]:hover,
.content-search-form input[type="submit"]:hover {
    background-color: #046851;
}

.search-page-heading {
    color: #051f19;
}

h3.search-result-title {
    font-size: 1.8em;
    color: #094737;
}