/* GENERAL */

@import url('https://webarchive.lib.cuhk.edu.hk/20221217001427cs_/https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,700,700i');
body {
    min-width: 300px;
    color: #1a1a1a;
    background-color: #96c0ce;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    /* regular */
    font-size: 62.5%;
    /* 10px */
    line-height: 1.2;
    overflow: auto;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: 'liga', 'kern';
}

.zh_TW body {
    font-family: "Noto Sans TC", sans-serif;
}

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

.details-title span {
    font-family: "Noto Sans TC", sans-serif;
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
}

a {
    text-decoration: none;
}

h3 {
    margin: 0 0 1.5em 0;
    color: #0BB8D2;
    font-size: 1.7em;
    font-weight: 700;
}

p+h3,
ul+h3,
ol+h3 {
    margin-top: 2.5em;
}

p {
    margin: 0 0 1.3em 0;
    color: #4d4d4d;
    font-size: 1.5em;
    text-align: left;
}

p:last-child {
    margin-bottom: 0;
}

table {
    margin-bottom: 60px;
}

th,
td {
    border: 1px solid #ffec9f;
    text-align: left;
    line-height: 1.3;
}

th {
    padding: 13px 25px;
    background-color: #ffec9f;
    font-size: 1.7em;
    font-weight: 700;
}

td {
    padding: 20px 25px;
    font-size: 1.5em;
    font-weight: 600;
}

td strong {
    font-weight: 800;
}

.content ol {
    margin: 0 0 1.5em 3em;
    list-style: decimal outside;
}

.content ul {
    margin: 0 0 1.5em 3em;
    list-style: disc outside;
}

.content ul.tick {
    list-style-type: none;
    margin-left: 0;
}

.content li {
    margin: 0 0 1em 0;
    font-size: 1.5em;
    line-height: 1.3;
}

.content ul.tick li {
    padding-left: 30px;
    background: url('images/tick@2x.png') no-repeat 10px 3px;
    background-size: 12px 12px;
}

.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;
}

.content ul ul,
.contenet ul ol,
.content ol ol,
.content ol ul {
    margin-top: 1em;
}

strong {
    font-weight: 700;
}

em {
    font-style: italic;
}

s,
strike,
del {
    text-decoration: line-through;
}

sup {
    vertical-align: sub;
    font-size: smaller;
}

sup {
    vertical-align: super;
    font-size: smaller;
}

span.description {
    color: transparent;
    font: 0/0 a;
}

table {
    table-layout: fixed;
    width: 100%;
}

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

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

.header {
    padding: 40px 0 65px 0;
    color: #FFF;
    overflow: hidden;
}

.logos {
    float: left;
    margin-right: 5px;
}

.logo {
    display: inline-block;
    width: 100px;
    height: 80px;
    margin-right: 10px;
}

.logo-1 {
    background: url('images/logo-cuhk-newsletter@2x.png') no-repeat left center;
    background-size: contain;
}

.logo-2 {
    background: url('images/logo-shho@2x.png') no-repeat left center;
    background-size: contain;
}

.header-title {
    display: block;
    float: left;
    margin-top: 2px;
    color: #FFF;
    font-size: 4.55em;
    font-weight: 300;
    font-style: italic;
    line-height: 0.9;
}

html.zh_TW .header-title,
html.zh_CN .header-title {
    margin-top: 18px;
}

.header-corner {
    float: right;
}

.language-switcher {
    margin-top: 10px;
    text-align: right;
}

.language-switcher a {
    display: inline-block;
    padding: 0 7px;
    border-right: 1px solid #FFF;
    color: #FFF;
    font-size: 1.6em;
}

.language-switcher a:last-child {
    padding-right: 0;
    border-right: 0;
}

.header-links {
    margin-top: 23px;
    text-align: right;
}

.header-links a {
    display: inline-block;
    width: 30px;
    height: 27px;
    margin-left: 18px;
    color: transparent;
    font: 0/0 a;
}

.header-links a:last-child {
    padding-right: 0;
}

a.header-home {
    background: url('images/header-home@2x.png') no-repeat center bottom;
    background-size: contain;
}

a.header-ig {
    background: url('images/header-ig@2x.png') no-repeat center bottom;
    background-size: contain;
}

a.header-facebook {
    width: 30px;
    background: url('images/header-facebook@2x.png') no-repeat center bottom;
    background-size: contain;
}

a.header-search {
    background: url('images/header-search@2x.png') no-repeat center 1px;
    background-size: contain;
}

.content {
    position: relative;
    padding: 40px 22px 40px 30px;
    background-color: #FFF;
}

.content:before {
    display: block;
    position: absolute;
    content: '';
    left: 50%;
    bottom: 100%;
    margin-left: -36px;
    width: 72px;
    height: 32px;
    background: url('images/house@2x.png') no-repeat center center;
    background-size: cover;
}

.grid {
    display: none;
    width: 100%;
    /* column-count: 3;
	-webkit-column-gap: 8px;
	-moz-column-gap: 8px;
	column-gap: 8px; */
    text-align: center;
}


/* .grid.child-1, .grid.child-2, .grid.child-3 {
 	column-count: auto;
} */

.grid-sizer {
    width: 500px;
}

.grid-item {
    /* display: inline-block;
	width: 100%;
	text-align: left;
	vertical-align: top; */
    display: block;
    width: 32%;
    margin-bottom: 8px;
    border: 7px solid #E8D98B;
    cursor: pointer;
}


/* .grid.child-2 .grid-item {
	width: 48%;
	margin: 0 0.5%;
}
.grid.child-3 .grid-item {
	width: 31.5%;
	margin: 0 0.5%;
} */

.grid.child-1 .grid-item {
    width: 100%;
}

.single-newsyear .grid.child-1 .grid-item,
.grid.child-2 .grid-item {
    width: 49%;
}

.grid-item:hover {
    background-color: #E8D98B;
}

.grid-item-image {
    width: 100%;
    min-height: 50px;
}

.grid-item-image img {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
}

.grid-item-text {
    padding: 10px 15px 13px 15px;
}

a.grid-item .grid-item-year,
a.grid-item .grid-item-issue {
    margin-bottom: 10px;
    color: #1a1a1a;
    font-size: 1.4em;
    font-weight: 700;
}

html.en_US a.grid-item .grid-item-year,
html.en_GB a.grid-item .grid-item-year,
html.en_US a.grid-item .grid-item-issue,
html.en_GB a.grid-item .grid-item-issue {
    font-style: italic;
}

a.grid-item .grid-item-title {
    margin-bottom: 10px;
    color: #1a1a1a;
    font-size: 1.4em;
    font-weight: 700;
}

.grid-item-month {
    padding-left: 8px;
}

.grid-item-details {
    color: #4d4d4d;
    font-size: 1.3em;
}

.archives {
    width: 100%;
    background-color: #FFF;
    padding: 30px;
}

.archives-title {
    margin-bottom: 20px;
    text-align: center;
    overflow: hidden;
}

.archives-title span {
    position: relative;
    display: inline-block;
    font-size: 2.1em;
    font-weight: 700;
    text-align: center;
}

.archives-title span:before,
.archives-title span:after {
    display: block;
    position: absolute;
    content: '';
    top: 50%;
    width: 105px;
    height: 1px;
    background-color: #E8D98B;
}

.archives-title span:before {
    right: 100%;
    margin-right: 26px;
}

.archives-title span:after {
    left: 100%;
    margin-left: 26px;
}

.archives-years {
    font-style: italic;
    text-align: center;
}

.archives-year {
    display: inline-block;
    color: #808080;
    font-size: 2.3em;
}

.archives-year.active,
.archives-year:hover {
    color: #C1A52D;
    /* #1a1a1a */
}

.archives-year:before {
    display: inline-block;
    content: '\002F';
    padding: 0 7px 0 5px;
}

.archives-year.active:before,
.archives-year:hover:before {
    color: #808080;
}

.archives-year:first-child:before {
    display: none;
}

.archives-year-end {
    position: relative;
    display: inline-block;
    color: #808080;
    padding: 0 5px;
    top: -2px;
    font-size: 2.3em;
}

.archives-year-end:hover {
    color: #C1A52D;
}

.signup {
    padding: 40px 0;
    overflow: hidden;
}

.signup-title {
    margin-bottom: 12px;
    color: #FFF;
    font-size: 2.1em;
    font-weight: 700;
    text-align: left;
}

.signup-form {
    display: table;
    width: 100%;
    table-layout: auto;
    text-align: left;
}

.signup-form .tnp-field-email {
    display: table-cell;
    width: 100%;
    padding: 15px 20px;
    border: 1px solid #666;
    color: #1a1a1a;
    background-color: #FFF;
    font-size: 1.8em;
    font-style: italic;
    text-align: left;
    vertical-align: middle;
}

.signup-form .tnp-field-email input {
    width: 100%;
}

.signup-form .tnp-field-button {
    display: table-cell;
    width: 1px;
    padding-left: 12px;
    white-space: nowrap;
    vertical-align: middle;
}

.signup-form .tnp-field-button input {
    float: right;
    display: inline-block;
    padding: 16px 20px;
    color: #4d4d4d;
    background-color: #E8D98B;
    font-size: 1.8em;
    font-weight: 700;
    cursor: pointer;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #808080;
    font-size: 0.8em;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #808080;
    font-size: 0.8em;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #808080;
    font-size: 0.8em;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #808080;
    font-size: 0.8em;
}

.footer {
    padding: 30px 20px;
    background-color: #FFF;
}

.footer-title {
    margin-bottom: 5px;
    color: #333;
    font-size: 2.1em;
    font-weight: 700;
    text-align: center;
}

.footer-text {
    color: #333;
    font-size: 1.4em;
    line-height: 1.8;
    text-align: center;
}

.footer-text span {
    padding: 0 10px;
}


/* DETAILS */

.details-title {
    padding: 0 150px;
    margin-bottom: 20px;
    text-align: center;
    overflow: hidden;
}

.details-title span {
    position: relative;
    display: inline-block;
    font-size: 2.4em;
    font-weight: 700;
    text-align: center;
}

.details-title span:before,
.details-title span:after {
    display: block;
    position: absolute;
    content: '';
    top: 50%;
    width: 105px;
    height: 1px;
    background-color: #E8D98B;
}

.details-title span:before {
    right: 100%;
    margin-right: 45px;
}

.details-title span:after {
    left: 100%;
    margin-left: 45px;
}

.details-main-image {
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px solid #E8D98B;
    margin-bottom: 25px;
    /* 40px */
}

.dmi-image {
    text-align: center;
}

.dmi-image.dmi-image-half {
    width: 50%;
    margin: 0 auto;
}

.dmi-caption {
    margin-top: 25px;
    color: #3b6faa;
    font-size: 1.7em;
}

.content-row {
    padding: 40px 0;
    overflow: hidden;
}

.content-image {
    display: block;
    width: 50%;
}

.content-text {
    width: 100%;
}

.content-row.has-image .content-text {
    width: 46%;
}

.content-row:nth-child(odd) .content-image {
    float: left;
    margin-right: 4%;
}

.content-row:nth-child(odd) .content-image+.content-text {
    float: right;
}

.content-row:nth-child(even) .content-image {
    float: right;
    margin-left: 4%;
}

.content-row:nth-child(even) .content-image+.content-text {
    float: left;
}

h2 {
    margin-top: 10px;
    margin-bottom: 30px;
    color: #3b6faa;
    font-size: 1.7em;
    padding-bottom: 10px;
    border-bottom: 1px solid #E8D98B;
}

.relevant {
    padding: 0 30px;
    background-color: #FFF;
}

.relevant-title {
    margin-bottom: 40px;
    text-align: center;
    overflow: hidden;
}

.relevant-title span {
    position: relative;
    display: inline-block;
    font-size: 2.1em;
    font-weight: 700;
    text-align: center;
}

.relevant-title span:before,
.relevant-title span:after {
    display: block;
    position: absolute;
    content: '';
    top: 50%;
    width: 105px;
    height: 1px;
    background-color: #E8D98B;
}

.relevant-title span:before {
    right: 100%;
    margin-right: 26px;
}

.relevant-title span:after {
    left: 100%;
    margin-left: 26px;
}

.relevant-entries {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.relevant-entry {
    display: inline-block;
    width: 30%;
    margin-right: 4%;
    vertical-align: top;
}

.relevant-entry:last-child {
    margin-right: 0;
}

.re-image {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.re-1 .re-image {
    background-image: url('images/grid-6.jpg');
}

.re-2 .re-image {
    background-image: url('images/grid-7.jpg');
}

.re-3 .re-image {
    background-image: url('images/grid-5.jpg');
}

.re-text {
    min-height: 90px;
    padding: 20px 13px;
    border: 1px solid #dadada;
    border-top: 0;
}

.re-title {
    color: #96c0ce;
    font-size: 1.4em;
    font-style: italic;
    font-weight: 700;
}

.newsletter-search-text {
    display: inline-block;
    width: 100%;
    max-width: 300px;
    padding: 10px 15px;
    border: 1px solid #666;
    margin: 10px 10px 10px 0;
    color: #1a1a1a;
    background-color: #FFF;
    font-size: 1.6em;
    text-align: left;
    vertical-align: middle;
}

.newsletter-search-submit {
    display: inline-block;
    padding: 12px 15px;
    margin: 10px 0;
    color: #4d4d4d;
    background-color: #E8D98B;
    font-size: 1.6em;
    font-weight: 700;
    cursor: pointer;
    vertical-align: middle;
}

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

h3.search-result-title {
    margin-bottom: 10px;
}

h3.search-result-title a {
    color: #000;
}

h3.search-result-title a:hover {
    color: #E8D98B;
}

.search-result {
    margin-bottom: 30px;
}

.search-result-link {
    color: #999;
    font-size: 1.3em;
    font-style: italic;
}

.newsletter-breadcrumbs {
    margin-bottom: 20px;
    font-size: 1.6em;
    color: #C1A52D;
}

.newsletter-breadcrumbs a {
    display: inline-block;
    font-size: 1em;
    color: #C1A52D;
}

.newsletter-breadcrumbs span {
    display: inline-block;
    padding: 0 4px;
}

.newsletter-breadcrumbs a.current-link,
.newsletter-breadcrumbs span.current-link {
    color: #999;
}

.newsletter-breadcrumbs span.newsletter-issue-date {
    float: right;
    padding-left: 15px;
    padding-right: 13px;
    color: #999;
}

h1.page-title {
    margin-bottom: 1em;
    color: #1a1a1a;
    font-size: 2em;
    font-weight: 700;
}

.single-newsdetails a {
    color: #C1A52D;
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;
}

.single-newsdetails p img.alignnone {
    width: 49%;
}