MediaWiki:Common.css: Difference between revisions

From softwear.directory
Jump to navigation Jump to search
No edit summary
No edit summary
 
(232 intermediate revisions by 2 users not shown)
Line 1: Line 1:
/* White background in body */
/* ----->START------ FONTS  */
@font-face {
@font-face {
     font-family: 'HALColant-TextRegular';
     font-family: 'HALColant-TextRegular';
Line 7: Line 7:
     font-style: normal;
     font-style: normal;
}
}
body {
* {
    color: #292828; /* Specific black color */
}
 
/* Change text color of links on hover */
a:hover {
    cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28"><circle cx="14" cy="14" r="4.5" fill="white" stroke="black" stroke-width="1" /></svg>') 14 14, auto;
}
 
/* Change text color of links on focus */
a:focus {
    cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28"><circle cx="14" cy="14" r="4.5" fill="white" stroke="black" stroke-width="1" /></svg>') 14 14, auto;
}
 
html, body {
    font-family: HALColant-TextRegular!important;
     background: #FAFAFA 0%;
     background: #FAFAFA 0%;
     transition: background-color 1s ease;
     -webkit-font-smoothing: antialiased;
     font-family: HALColant-TextRegular!important;
    -moz-osx-font-smoothing: grayscale;
     font-smoothing: antialiased;
    cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28"><circle cx="14" cy="14" r="4.5" fill="black" /></svg>') 14 14, auto;
}
}
html {
html {
     scrollbar-width: none; /* Firefox */
     scrollbar-width: none; /* Firefox */
}
body {
    background: #FAFAFA 0%;
    transition: background-color 1s ease;
}
}
::-webkit-scrollbar {
::-webkit-scrollbar {
     display: none;
     display: none;
}
}
.custom-navbar {
pre.mw-code.mw-css {
display:none;
    font-family: sans-serif!important;
}
/* -----END<------ FONTS */
 
/* ----->START------ GENERAL RULES FOR MEDIAWIKI SKIN  */
/* Page Margins */
.mw-body {
    padding: 0 !important;
    margin-left: 0 !important;
    border: none;
    background: #FAFAFA 0%;
}
}
/* Mediawiki search results */
.mw-search-profile-tabs {
.mw-search-profile-tabs {
     display: none;
     display: none;
}
.mw-parser-output {
    background: #FAFAFA 0%;
    transition: background-color 1s ease;
    /*padding: 25px;*/
    padding: 1.3%;
}
}
#mw-searchoptions {
#mw-searchoptions {
     display: none;
     display: none;
}
}
 
/* Hide Mediawiki logo */
/* Mediawiki horizontal navigation styles */
#p-logo a {
#mw-head {
    background-color: white;
    transition: background-color 1s ease;
     display: none;
     display: none;
}
}
#mw-page-base {
/* Hide left vertical toolbar */
    background-color: white;
#mw-panel {
    transition: background-color 1s ease;
    background-image: none;
     display: none;
     display: none;
}
#mw-head-base {
    margin-left: 0!important;
}
.mw-body, #left-navigation, #mw-data-after-content, .mw-footer {
    margin-left: 0!important;
}
.mw-body {
    border: none;
    background: #FFF0 0%;
}
}
.mw-parser-output a.external {
.mw-parser-output a.external {
background-image: none;
    background-image: none;
}
}
.smw-columnlist-container {
.mw-search-result-data {
    position: absolute;
    top: 502px;
    width: 100%;
}
#catlinks {
     display: none;
     display: none;
}
}
#p-logo a {
.mw-search-result-heading {
    display: none;
  font-size: 16pt;
  line-height: 27px;
  letter-spacing: 0.4px;
}
}
.mw-footer {
.mw-search-results li a {
    display: none;
  font-size: 16pt!important;
  line-height: 27px;
  letter-spacing: 0.4px;
  color: black;
  text-decoration: underline;
}
}
a.mw-selflink {
#mw-indicator-mw-helplink {
font-weight: normal;
  display: none;
text-decoration: underline;
}
}
a.mw-selflink:hover {
.mw-search-results-container h2 {
font-weight: normal;
  display: none;
text-decoration: underline;
}
.vector-body p
{
    margin-top: 0px!important;
    margin-bottom: 0px!important;
    }
/* ------>Start Style for header */
#header-container {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    padding-right: 25px;
    padding-left: 25px;
padding-top: 25px;
padding-bottom: 140px;
}
}
.head-col {
#mw-content-text .mw-search-results {
    width: calc(20% - 0px);
  margin-top: 0 !important;
    box-sizing: border-box;
 
    height: fit-content;
    padding: 10px;
}
}
   
.mw-search-results li {
.head-col:not(:first-child) {
  list-style: none;
margin-left: -1px;
  margin-bottom: 0 !important;
 
}
}
 
.results-info {
.head-col:nth-child(5n + 1) {
  display: none;
margin-left: 0;
transform: none;
}
}
 
.vector-body p
.head-col:last-child {
{
margin-right: 0;
  margin-top: 0px!important;
  margin-bottom: 0px!important;
}
}
.head-col-extend {
#firstHeading {
     width: calc(40% - 0px);
     display: none;
    box-sizing: border-box;
    height: fit-content;
    border-bottom: 1px solid black;
}
}
.head-box {
.mw-footer {
     border: 1px solid black;
     display: none;
    background: #FAFAFA;
}
}
.head-nav {
a.mw-selflink {
     padding-left: 15px;
     font-weight: normal;
     padding-top: 5px;
     text-decoration: underline;
    line-height: 23px;
}
}
.head-links {
a.mw-selflink:hover {
     padding-top: 5px;
    font-weight: normal;
    text-decoration: underline;
}
#mw-head {
    background-color: #FAFAFA;
     transition: background-color 1s ease;
    display: none;
}
}
.head-filter {
.mw-body, #left-navigation, #mw-data-after-content, .mw-footer {
    padding-top: 5px;
     margin-left: 0!important;
    display: flex; /* Use Flexbox */
    justify-content: space-between;
     align-items: center; /* Align items vertically in the center */
}
}
.filter {
#mw-page-base {
font-size: 17px;
    background-color: #FAFAFA;
line-height: 22px;
    transition: background-color 1s ease;
letter-spacing: 0.37px;
    background-image: none;
    display: none;
}
}
 
#catlinks {
.buttons-filters
    display: none;
{
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.35px;
  padding-bottom: 5px;
}
}
.toggle-filters.open-filter {
/* Don't display 3 vertical lines. This is loading of Mediawiki*/
     background: none;
.mw-indicators {
    border: none;
     display: none;
    font-size: 16px;
    line-height: 20px;
    font-family: 'HALColant-TextRegular';
    cursor: pointer;
}
}
.header-entry-number {
/* Don't display loading load spinner. This is loading of Semantic Mediawiki*/
font-size: 17px;
.smw-overlay-spinner {
     line-height: 22px;
     display: none;
letter-spacing: 0.37px;
padding-bottom: 4px;
}
}
.header-authors-title {
.mw-content-subtitle, #contentSub, #contentSub2 {
     border-top: 1px solid black;
     display: none;
    font-size: 19px;
    line-height: 26px;
letter-spacing: 0.95px;
padding: 4px 0;
}
}
.header-authors-title a {
/* -----END<------ GENERAL RULES FOR MEDIAWIKI SKIN */
     color: black;
 
    text-decoration: none;
/* ------> STYLING HEADER */
.custom-navbar {
     display:none;
}
}
.header-authors-title a:hover {
.logo p {
    font-style: italic;
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 0.37px;
  text-align: right;
  text-decoration: underline;
  margin-top: -0.33rem !important;
}
}
.header-type {
div.hf-header {
     border-top: 1px solid black;
     position: fixed;
     font-size: 19px;
    top: 0;
     line-height: 23px;
    left: 0;
letter-spacing: 0.95px;
    width: -moz-available; /* For Firefox */
padding-top: 4px;
     width: -webkit-fill-available; /* For Chrome and Safari */
    background: transparent linear-gradient(180deg, #FAFAFA 0%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
     z-index: 9999;
    /*padding: 25px 25px 0 25px;*/
    padding: 1.3%;
}
}
.header-index {
div#hf-nsheader- {
font-size: 17px;
    position: fixed;
     line-height: 22px;
    top: 0;
letter-spacing: 0.37px;
    left: 0;
    width: -moz-available; /* For Firefox */
    width: -webkit-fill-available; /* For Chrome and Safari */
     background: transparent linear-gradient(180deg, #FAFAFA 0%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
    z-index: 9999;
    /*padding: 25px 25px 0 25px;*/
    padding: 1.3%;
}
}
.header-index a {
div#hf-nsheader-Special {
     cursor: pointer;
    position: fixed;
     color: black;
    top: 0;
    left: 0;
    width: -moz-available; /* For Firefox */
    width: -webkit-fill-available; /* For Chrome and Safari */
    background: transparent linear-gradient(180deg, #FAFAFA 0%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
    z-index: 9999;
     /*padding: 25px 25px 0 25px;*/
     padding: 1.3%;
}
}
.header-index a:hover {
#header-container {
     color: black;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
     /*padding-bottom: 100px;*/
}
}
.header-people {
.head-col {
font-size: 17px;
    width: calc(20% - 0px);
     line-height: 22px;
    box-sizing: border-box;
letter-spacing: 0.37px;
     height: fit-content;
    padding: 10px;
.head-links.head-col {
  width: calc(20% - 3px);
}
}
.header-people a{
.head-col-extend {
     cursor: pointer;
     box-sizing: border-box;
     color: black!important;
     height: fit-content;
}
}
.header-people a:hover{
.head-box {
     color: black;
     border: 1px solid black;
    background: #FAFAFA;
    z-index: 2;
    position: relative;
}
}
.header-community {
.head-box:hover {
font-size: 17px;
    cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28"><circle cx="14" cy="14" r="4.5" fill="white" stroke="black" stroke-width="1" /></svg>') 14 14, auto;
    line-height: 22px;
letter-spacing: 0.37px;
}
}
.header-community a {
.head-nav {
     cursor: pointer;
     padding-left: 15px;
     color: black!important;
     padding-top: 5px;
    line-height: 23px;
}
}
.header-community a:hover{
.head-links {
     color: black;
     padding-top: 5px;
}
}
.header-date {
 
     color: #4D4D4D;
/* FILTERS HEADER */
    font-size: 17px;
.head-filter.head-col-extend {
     line-height: 22px;
     width: calc(40% + 3px);
letter-spacing: 0.37px;
     overflow: hidden;
}
}
.header-about {
.container-filter-label-button {
font-size: 17px;
 
    line-height: 22px;
letter-spacing: 0.37px;
}
}
.header-about a {
 
     cursor: pointer;
.buttons-filters {
     color: black!important;
     font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.35px;
    padding-bottom: 5px;
    display: grid;
    grid-template-columns: 1fr 1fr; /* two equal columns */
    align-items: center;
     gap: 10px;
}
}
.header-about a:hover{
 
    color: black;
.count-filters-container {
  border-bottom: 1px solid black;
  padding-bottom: 5px;
}
}
.about-hide {
 
opacity: 0; /* Make it invisible initially */
.count-filtered-cards {
    visibility: hidden; /* Ensure it's not interactable */
  font-size: 17px;
    display: none;
  line-height: 22px;
    color: black;
  font-style: italic;
    font-size: 28px;
  margin-top: 0;
    line-height: 34px;
  width: fit-content;
    letter-spacing: 1.4px;
}
    width: 200%;
 
    border-bottom: 1px solid black;
.count-filtered-cards span {
    padding-bottom: 5px;
  margin-right: 2px;
    padding-top: 5px;
  background-color: #EDEDED;
    transition: opacity 0.5s ease, visibility 0.5s;
  padding: 1px 3px;
}
}
.header-about:hover + .about-hide {
 
     opacity: 1; /* Make it fully visible on hover */
 
    visibility: visible; /* Make it interactable */
.reset-button {
    /* Keep the rest of your styles unchanged */
      
}
}
#about-container {
.reset-button {
     display: flex;
     justify-self: end;
    flex-wrap: wrap;
    margin: 0 auto;
    padding-bottom: 12%;
    position: absolute;
    top: 507px;
}
}
.about-col {
.open-close-button {
     width: calc(40% - 0px);
     justify-self: start;
    box-sizing: border-box;
    height: fit-content;
    padding: 0 0 0 0;
    margin-bottom: 30px;
    margin-right: 15px;
}
}
.about-details-col {
.reset-symbol {
    width: calc(18% - 0px);
  font-size: 20px;
    box-sizing: border-box;
    height: fit-content;
    margin-bottom: 30px;
    font-size: 10pt;
    line-height: 16px;
    letter-spacing: 0.4px;
    border-bottom: 1px solid black;
}
}
.about-details-label {
.reset-filter {
     border-top: 1px solid black;
    font-family: HALColant-TextRegular !important;
     padding-top: 5px;
    background: none;
     margin-bottom: 0 !important;
     border: none;
     text-indent: 50px;
    font-size: 17px;
     line-height: 20px;
     cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28"><circle cx="14" cy="14" r="4.5" fill="white" stroke="black" stroke-width="1" /></svg>') 14 14, auto;
     text-transform: uppercase;
}
}
.about-details-text {
.toggle-filters.general-toggle {
     margin: 3px 0 !important;
    font-family: HALColant-TextRegular !important;
    background: none;
    border: none;
    font-size: 17px;
    line-height: 20px;
    cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28"><circle cx="14" cy="14" r="4.5" fill="white" stroke="black" stroke-width="1" /></svg>') 14 14, auto;
    text-transform: uppercase;
     padding-left: 0!important;
}
}
.about-main-text {
.toggle-filters.open-filter {
     text-indent: 100px;
     font-family: HALColant-TextRegular !important;
     font-size: 23px;
    position: absolute;
     line-height: 31px;
    background: none;
     letter-spacing: 1.29px;
     font-weight: normal;
     margin-top: 0 !important;
     text-transform: uppercase;
     letter-spacing: 0px;
    border: none;
    padding: 5px 0;
    cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28"><circle cx="14" cy="14" r="4.5" fill="white" stroke="black" stroke-width="1" /></svg>') 14 14, auto;
    text-decoration: underline;
    font-size: 17px;
    line-height: 22px;
     letter-spacing: 0.95px;
}
}
.about-bullets {
.toggle-filters.open-filter:hover {
    text-indent: 100px;
     font-style: italic;
     padding-left: 100px;
}
}
.about-more-text {
.filter-button {
     text-indent: 100px;
    font-family: HALColant-TextRegular !important;
     font-size: 23px;
    padding: 0 !important;
     line-height: 31px;
    white-space: nowrap;
     letter-spacing: 1.29px;
    background: rgb(237,237,237);
     margin-top: 0 !important;
     margin-bottom: 5px;
    border: none;
    cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28"><circle cx="14" cy="14" r="4.5" fill="white" stroke="black" stroke-width="1" /></svg>') 14 14, auto;
     font-size: 19px;
     line-height: 26px;
     letter-spacing: 0.95px;
}
.filter-button:hover {
     font-style: italic;
}
}
.about-label {
.values {
     font-size: 15px;
     display: none; /* Keep the filter values hidden initially */
    line-height: 19px;
     padding-top: 30px;
    letter-spacing: 0.48px;
     border-top: none!important;
    text-indent: 100px;
    margin-bottom: 0 !important;
}
}
.about-details-contact-label {
button.active {
    font-size: 15px;
     text-decoration: underline;
    line-height: 19px;
    letter-spacing: 0.48px;
    border-top: none!important;
     text-indent: 50px;
    margin-bottom: 0 !important;
}
}
.about-details-contact {
#filters {
     font-size: 15px;
    display: none; /* Hidden initially, will be shown on button click */
     line-height: 18px;
    width: 100%; /* Full width of the parent container */
     text-indent: 50px;
    grid-template-columns: repeat(4, 1fr); /* Creates four columns with equal width */
     letter-spacing: 0.84px;
     gap: 5px; /* Space between grid items */
     margin-top: 0 !important;
     box-sizing: border-box;
     opacity: 0;
     transition: opacity 0.5s ease, height 0.5s ease;
    height: 0;
     overflow: hidden;
    background: transparent linear-gradient(180deg,#FAFAFA 0%,#FFFFFF00 100%) 0% 0% no-repeat padding-box;
}
}
/* End Style for header<------ */
@media screen and (max-width: 1366px) {
    .toggle-filters.open-filter {
        font-size: 15px;
        line-height: 24px;
        letter-spacing: 0.95px;
    }


#list.fade-out,
    .filter-button {
#list-block-1.fade-out,
        font-size: 16px;
#list-block-2.fade-out,
        line-height: 24px;
#list-block-3.fade-out {
        letter-spacing: 0.95px;
    position: absolute;
     }
     width: 100%;
 
    height: 100%;
     #filters {
     background: white;
        grid-template-columns: 0.65fr 0.8fr 1fr 1fr;  
    opacity: 0.3;
    }
}
}


.card {
#filters.is-visible {
     /*display: flex; Use flexbox */
     display:grid;
     /*align-items: center; Vertically center children */
     opacity: 1;
     /*justify-content: start;  Align children to the start of the row */
     height: auto; /* Adjust to the natural height of the content */
     width: 100%; /* Full width */
}
.filter {
    white-space: normal;
     overflow-wrap: break-word;
}
}
.card:hover {
.filter-label {
      
    font-size: 17px;
    line-height: 22px;
     letter-spacing: 0.37px;
}
}


.card:not(:first-child) {
.header-entry-number {
/*
    font-size: 17px;
     margin-left: -1px;
     line-height: 24px;
*/
    letter-spacing: 0.37px;
    padding-bottom: 5px;
    float: left;
}
}
.header-authors {
    font-size: 19px;
    line-height: 26px;
    letter-spacing: 0.95px;
    padding-left: 5em;


.card:nth-child(5n + 1) {
/*
    margin-left: 0;
    transform: none;
*/
}
.card:last-child {
/*
    margin-right: 0;
    border-right: 1px solid black;
*/
}
    .mw-body .firstHeading {
    display: none;
}
#mw-panel {
    display: none;
}
}
 
.header-title {
.card div.people {
     border-top: 1px solid black;
     border-top: 1px solid black;
     line-height: 23px!important;
    font-size: 19px;
     padding-top: 6px;
     line-height: 26px;
    letter-spacing: 0.95px;
     padding: 4px 0;
}
}
.people a {
.header-authors a {
     color: black;
     color: black;
     text-decoration: underline;
     text-decoration: none;
}
}
.people a:hover {
.header-authors a:hover {
     font-style: italic;
     font-style: italic;
}
.header-title a {
     color: black;
     color: black;
    text-decoration: none;
}
}
 
.header-title a:hover {
.card div.entry-number {
     font-style: italic;
     padding-bottom: 3px;
}
}
.card div.type {
.header-type {
     border-top: 1px solid black;
     border-top: 1px solid black;
     padding-top: 5px;
    font-size: 19px;
    line-height: 23px;
    letter-spacing: 0.95px;
     padding-top: 4px;
}
.header-index {
    font-size: 17px;
    line-height: 22px;
    letter-spacing: 0.37px;
}
}
.type a {
.header-index a {
     color: black;
     color: black;
    text-decoration: none;
}
}
.type a:hover {
.header-index a:hover {
    font-style: italic;
     color: black;
     color: black;
}
}
.images {
.header-people {
     border-top: 1px solid black;
     font-size: 17px;
     padding-top: 5px;
     line-height: 22px;
    padding-bottom: 5px;
     letter-spacing: 0.37px;
    display: flex; /* Use flexbox to align children in a row */
     flex-wrap: nowrap; /* Prevent wrapping to the next line */
}
}
.image1 {
.header-people a{
     margin-right: 10px; /* Adjust the spacing between images */
     color: black!important;
    transition: transform 0.3s ease; /* Add transition for smooth scaling */
    transform-origin: top left; /* Set the transform origin */
}
}
.image1 img {
.header-people a:hover{
     display: block;
     color: black;
    width: auto;
    height: 75px;
}
}
.image2 {
.header-community {
     margin-right: 10px; /* Adjust the spacing between images */
     font-size: 17px;
     transition: transform 0.3s ease; /* Add transition for smooth scaling */
     line-height: 22px;
     transform-origin: top left; /* Set the transform origin */
     letter-spacing: 0.37px;
}
}
.image2 img {
.header-community a {
     display: block;
     color: black!important;
    width: auto;
    height: 75px;
}
}
.image3, .image4, .image5 {
.header-community a:hover{
     display: none;
     color: black;
}
}
.image3 img, .image4 img, .image5 img {
.header-date {
     display: none;
     color: #4D4D4D;
    font-size: 17px;
    line-height: 22px;
    letter-spacing: 0.37px;
}
}
.image1:hover,
.header-about {
.image2:hover {
    font-size: 17px;
     transform: scale(2); /* Increase the scale factor as needed */
    line-height: 22px;
     letter-spacing: 0.37px;
}
}
 
.header-about a {
/* Style the article window */
     color: black!important;
#show-article-wrapper-entry {
     display: block;
    position: fixed; /* Change to fixed */
    top: 0;
    right: 0;
    width: 40%;
    height: 100vh; /* Set to full viewport height */
    overflow: auto; /* Enables scrolling if content overflows */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    z-index: 9999; /* Ensure it's above #list */
    /*padding-left: 100px;*/
}
}
/* Hides scrollbar for Webkit browsers */
.header-about a:hover{
#show-article-wrapper-entry::-webkit-scrollbar {
     color: black;
     display: none;
}
}
#show-article-wrapper {
.about-hide {
    opacity: 0; /* Make it invisible initially */
    visibility: hidden; /* Ensure it's not interactable */
     display: none;
     display: none;
     position: fixed; /* Change to fixed */
     color: black;
     top: 0;
     font-size: 28px;
     right: 0;
     line-height: 34px;
     width: 40%;
     letter-spacing: 1.4px;
     height: 100vh; /* Set to full viewport height */
     width: 200%;
     overflow: auto; /* Enables scrolling if content overflows */
     border-bottom: 1px solid black;
    scrollbar-width: none; /* Firefox */
     padding-bottom: 5px;
     -ms-overflow-style: none; /* Internet Explorer 10+ */
     padding-top: 5px;
     z-index: 9999; /* Ensure it's above #list */
     transition: opacity 0.8s ease, visibility 0.8s;
     /*padding-left: 100px;*/
}
}
/* Hides scrollbar for Webkit browsers */
.header-about:hover + .about-hide {
#show-article-wrapper::-webkit-scrollbar {
     display: block;
     display: none;
    opacity: 1; /* Make it fully visible on hover */
    visibility: visible; /* Make it interactable */
}
}
#show-article {
#about-container {
     background-color: #FAFAFA;
     display: flex;
     border: 1px solid;
    flex-wrap: wrap;
     padding: 0px 10px 0 10px;
     margin: 0 auto;
     padding-bottom: 12%;
    top: 420px;
     position: relative;
     position: relative;
     top: 86px;
     width: 100%;
    right: 25px;
    margin-left: 35px;
}
}
#show-article-before {
.about-col {
     position: absolute;
     width: calc(40% - 0px);
     top: 0;
     box-sizing: border-box;
     left: 0;
     height: fit-content;
     right: 0;
     padding: 0 0 0 0;
    bottom: 0;
     margin-bottom: 30px;
    background: #FFFFFF;
     margin-right: 15px;
    border: 1px solid #080808;
    transition: all 0.3s ease;
     opacity: 0; /* Initially hidden */
     z-index: -1; /* Ensures it's under the main content */
}
}
#show-article:hover #show-article-before {
.about-details-col {
     opacity: 1;  
     width: calc(18% - 0px);
        scrollbar-width: none; /* Firefox */
    box-sizing: border-box;
     -ms-overflow-style: none; /* Internet Explorer 10+ */
     height: fit-content;
}
    margin-bottom: 30px;
/* Hides scrollbar for Webkit browsers */
    font-size: 10pt;
#show-article::-webkit-scrollbar {
     line-height: 16px;
     display: none;
     letter-spacing: 0.4px;
}
#article-frame {
     /* You can style #article-frame as needed */
}
 
.article-metadata {
    display: flex;
     border-bottom: 1px solid black;
     border-bottom: 1px solid black;
    padding: 5px 0 5px 0;
}
}
.article-metadata-label {
.about-details-label {
     text-transform: uppercase;
     border-top: 1px solid black;
    padding-top: 5px;
     margin-bottom: 0 !important;
     margin-bottom: 0 !important;
     margin-top: 5px!important;
     text-indent: 35px;
    font-size: 15px;
}
    line-height: 23px;
.about-details-text {
     letter-spacing: 0.48px;
     margin: 3px 0 !important;
}
}
.article-metadata-value {
.about-main-text {
     text-transform: capitalize;
     text-indent: 35px;
     font-size: 19px;
     font-size: 23px;
     line-height: 23px;
     line-height: 31px;
     letter-spacing: 0.6px;
     letter-spacing: 1.29px;
     margin-top: 0 !important;
     margin-top: 0 !important;
    margin-bottom: 7px !important;
}
}
.article-metadata-column:not(:first-child) {
.about-bullets {
     margin-left: 20px;
    text-indent: 35px;
     padding-left: 35px;
}
}
 
.about-more-text {
.article-metadata-column:nth-child(n+2) {
    text-indent: 35px;
     margin-left: 10%;
    font-size: 23px;
    line-height: 31px;
    letter-spacing: 1.29px;
     margin-top: 0 !important;
}
}
.article-label-description {
.about-label {
    text-transform: uppercase;
    text-indent: 95px;
    padding-top: 5px;
     font-size: 15px;
     font-size: 15px;
     line-height: 23px;
     line-height: 19px;
     letter-spacing: 0.48px;
     letter-spacing: 0.48px;
    border-top: none!important;
    text-indent: 35px;
    margin-bottom: 0 !important;
}
}
.article-label-image {
.about-details-contact-label {
    text-transform: uppercase;
    text-indent: 95px;
     font-size: 15px;
     font-size: 15px;
     line-height: 23px;
     line-height: 19px;
     letter-spacing: 0.48px;
     letter-spacing: 0.48px;
     padding-top: 5px;
     border-top: none!important;
    text-indent: 35px;
    margin-bottom: 0 !important;
}
}
.article-label-reflection {
.about-details-contact {
    text-transform: uppercase;
    text-indent: 95px;
    padding-top: 5px;
     font-size: 15px;
     font-size: 15px;
     line-height: 23px;
     line-height: 18px;
     letter-spacing: 0.48px;
    text-indent: 35px;
     letter-spacing: 0.84px;
    margin-top: 0 !important;
}
/* -----END<------ STYLING HEADER */
 
 
img {
    border: 0;
    width: 50px;
    height: auto;
}
}
.article-label-quote {
 
     text-transform: uppercase;
.home-block-view {
     text-indent: 95px;
     display: none;
     font-size: 15px;
     position: relative;
     line-height: 23px;
     top: 440px;
     letter-spacing: 0.48px;
     width: -moz-available!important;
    padding-top: 5px;
     width: -webkit-fill-available!important;
}
}
.article-label-modification-date {
.home-list-view {
    text-transform: uppercase;
     display: none;
    padding-top: 5px;
     position: relative;
    text-indent: 95px;
     top: 440px;
    color: grey;
     display: inline-block;
     font-size: 15px;
     line-height: 23px;
    letter-spacing: 0.48px;
}
}
.article-entry-number {
 
    border-bottom: 1px solid black;
/* ----->START------ BUTTONS IN HOME LIST BLOCK CHRONICLE RANDOM ALPHABETICAL */
    font-size: 19px;
 
    line-height: 23px;
.active-view-button button {
    letter-spacing: 0px;
     text-decoration: underline;
    padding-bottom: 5px;
     padding-top: 7px;
}
}
.article-people {
 
     font-size: 25px;
/* Block and List View Buttons */
     line-height: 30px;
.view-container-buttons {
    letter-spacing: 1.4px;
     display: flex;
     text-decoration: underline;
     justify-content: space-between; /* This puts one group on the left, and the other on the right */
     text-align: center;
     position: relative;
    padding-top: 15px;
     top: 420px;
    margin-bottom: 5px!important;
}
}
.article-people a {
.view-buttons, .order-buttons {
     color: black;
     display: flex;  
     text-decoration: underline;
     justify-content: left;
}
}
.article-people a:hover {
.home-view-buttons, .home-order-buttons {
     font-style: italic;
    display: flex;
     color: black;
     justify-content: left;
    position: relative;
     z-index: 1000;
}
}
.article-title-link {
.view-buttons, .order-buttons {
    border-bottom: 1px solid black;
     display: flex;  
    padding-bottom: 10px;
     justify-content: left;
     display: flex; /* Use flexbox */
     position: relative;
     flex-direction: column; /* Stack items vertically */
     z-index: 1000;
    align-items: center; /* Align items horizontally in the center */
     justify-content: center; /* Align items vertically in the center */
     text-align: center; /* Center the text */
}
}
.article-title {
.home-list-sorting-buttons, .home-block-sorting-buttons {
     font-size: 25px;
     position: absolute;  
     line-height: 30px;
     top: 0;
     letter-spacing: 1.4px;
     left: 0;
     text-align: center;
     width: 100%;
     margin-bottom: 0!important;
     display: flex;  
     margin-top: 0 !important;
     justify-content: flex-end;  
    max-width: 70%;
}
}
.article-type {
.list-sorting-buttons, .block-sorting-buttons {
     font-size: 19px;
     position: absolute;  
     line-height: 23px;
     top: 0;
     letter-spacing: 0.4px;
     left: 0;
     border-bottom: 1px solid black;
     width: 100%;
     margin-top: 0 !important;
     display: flex;  
     margin-bottom: 0 !important;
     justify-content: flex-end;  
    padding: 5px 0 5px 0;
}
}
.article-type a {
.home-list-sorting-buttons {
     color: black;
     display: none; /* Initially hide the sorting buttons */
    text-decoration: none;
}
}
.article-type a:hover {
.block-sorting-buttons {
     font-style: italic;
     display: none; /* Initially hide the sorting buttons */
    color: black;
}
}
.article-entity {
.list-view-button, .block-view-button, .chronicle-button, .random-button, .alphabetical-button, .chronicle-list-button, .random-list-button, .alphabetical-list-button, .chronicle-block-button, .random-block-button, .alphabetical-block-button, .home-list-view-button, .home-block-view-button, .home-chronicle-list-button, .home-random-list-button, .home-alphabetical-list-button, .home-chronicle-block-button, .home-random-block-button, .home-alphabetical-block-button {
     font-size: 12pt;
     font-size: 19px;
     line-height: 25px;
     line-height: 26px;
     letter-spacing: 0.4px;
     letter-spacing: 0.95px;
     margin-top: 0 !important;
    padding-inline: 2px;
     display: inline-block;
}
.home-list-view-button button:hover, .home-block-view-button button:hover, .home-chronicle-block-button button:hover, .home-chronicle-list-button button:hover, .home-random-block-button button:hover, .home-random-list-button button:hover, .home-alphabetical-block-button button:hover, .home-alphabetical-list-button button:hover{
  text-decoration: underline;
  cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28"><circle cx="14" cy="14" r="4.5" fill="white" stroke="black" stroke-width="1" /></svg>') 14 14, auto;
}
}
.article-discipline {
.home-list-view-button button:focus, .home-block-view-button button:focus, .home-chronicle-block-button button:focus, .home-chronicle-list-button button:focus, .home-random-block-button button:focus, .home-random-list-button button:focus, .home-alphabetical-block-button button:focus, .home-alphabetical-list-button button:focus{
    font-size: 12pt;
  text-decoration: underline;
    line-height: 25px;
  cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28"><circle cx="14" cy="14" r="4.5" fill="white" stroke="black" stroke-width="1" /></svg>') 14 14, auto;
    letter-spacing: 0.4px;
    margin-top: 0 !important;
}
}
.article-subject {
.list-view-button button, .block-view-button button, .chronicle-button button, .random-button button, .alphabetical-button button, .chronicle-list-button button, .random-list-button button, .alphabetical-list-button button, .chronicle-block-button button, .random-block-button button, .alphabetical-block-button button, .home-list-view-button button, .home-block-view-button button, .home-chronicle-list-button button, .home-random-list-button button, .home-alphabetical-list-button button, .home-chronicle-block-button button, .home-random-block-button button, .home-alphabetical-block-button button{
     font-size: 12pt;
    background: transparent;
     line-height: 25px;
    border: none;
    font-family: HALColant-TextRegular!important;
     font-size: 19px;
     line-height: 26px;
     letter-spacing: 0.4px;
     letter-spacing: 0.4px;
     margin-top: 0 !important;
     padding-inline: 5px;
}
}
.article-images {
 
     border-bottom: 1px solid black;
/* -----END<------ BUTTONS IN HOME LIST BLOCK CHRONICLE RANDOM ALPHABETICAL */
     padding-bottom: 7px;
 
/* ----->START------ LIST AND BLOCK VIEW */
 
/* BLOCK VIEW */
.home-chronicle-block div.list-container {
     display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
     padding-left: 1px;
}
}
.article-image {
/* Card for BLOCK view */
    position: relative;
.home-chronicle-block div.list-container div.card {
  position: relative;
  width: calc(20% - 0px);
  box-sizing: border-box;
  border: 1px solid black;
  height: fit-content;
  padding: 5px 10px;
  margin-bottom: 30px;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.9px;
  cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><text x="50%" y="50%" dominant-baseline="middle" text-anchor="middle" font-size="24" font-family="Arial" fill="black">⤢</text></svg>') 16 16, auto;
}
}
.external-link-icon {
.home-chronicle-block div.list-container div.card:hover {
    display: flex; /* Use flexbox */
     background: #f3f3f3;
    align-items: center; /* Align items vertically in the center */
    justify-content: center; /* Center the content horizontally */
    width: 20px; /* Adjust the width as needed */
     height: 20px; /* Adjust the height as needed */
}
}
 
.home-chronicle-list div.list-container div.card:hover {
.external-link-icon img {
     background: #f3f3f3;
     width: 100%; /* Make the image fill the container */
    height: auto; /* Maintain aspect ratio */
}
}
.external-link-icon a {
.home-chronicle-block div.list-container div.event:hover {
    font-size: 25px;
  background: black;
line-height: 31px;
  color: white !important;
letter-spacing: 1.4px;
  cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28"><circle cx="14" cy="14" r="4.5" fill="white" stroke="black" stroke-width="1" /></svg>') 14 14, auto;
color: black !important;
text-decoration: none;
}
}
.image-container {
 
    position: relative;
.home-chronicle-block div.list-container div.event:hover .entry-number,
    display: inline-block; /* Adjusts to the size of the image */
.home-chronicle-block div.list-container div.event:hover .event-link,
.home-chronicle-block div.list-container div.event:hover .title,
.home-chronicle-block div.list-container div.event:hover .container-people-date .people a,
.home-chronicle-block div.list-container div.event:hover .container-people-date .date,
.home-chronicle-block div.list-container div.event:hover .type a {
  color: white !important;
}
}


.image-container img {
.home-chronicle-list div.list-container div.event:hover {
    display: block;
  background: black;
    max-width: 100%;  
  color: white !important;
    width: auto;
  cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28"><circle cx="14" cy="14" r="4.5" fill="white" stroke="black" stroke-width="1" /></svg>') 14 14, auto;
    height: 400px;  
}
}


.caption-image1, .caption-image2, .caption-image3, .caption-image4, .caption-image5, .related-article-caption-image1, .related-article-caption-image2, .related-article-caption-image3, .related-article-caption-image4, .related-article-caption-image5  {
.home-chronicle-list div.list-container div.event:hover .entry-number,
    display: none;
.home-chronicle-list div.list-container div.event:hover .event-link,
    position: absolute;
.home-chronicle-list div.list-container div.event:hover .title,
    top: 50%;
.home-chronicle-list div.list-container div.event:hover .container-people-date .people a,
    left: 50%;
.home-chronicle-list div.list-container div.event:hover .container-people-date .date,
    transform: translate(-50%, -50%);
.home-chronicle-list div.list-container div.event:hover .type a {
    color: black;
  color: white !important;
    padding: 10px;
    text-align: center;
    font-size: 25px;
    line-height: 28px;
    letter-spacing: 0.4px;
    font-style: italic;
    max-width: 100%;
    white-space: normal; /* Allow text wrapping */
    overflow: visible; /* Let the text be visible */
    text-overflow: ellipsis; /* Use ellipsis for text overflow */
    border-radius: 5px; /* Optional: for better appearance */
}
}
.article-book {
 
    text-transform: capitalize;
.home-chronicle-block div.list-container div.event div.entry-number {
    font-size: 19px;
     z-index: 100000;
    line-height: 23px;
    letter-spacing: 0.6px;
    margin-top: 0 !important;
     margin-bottom: 7px !important;
}
}
.article-web {
.home-chronicle-block div.list-container div.event div.entry-number:hover {
    text-transform: capitalize;
     color: white;
    font-size: 19px;
    line-height: 23px;
    letter-spacing: 0.6px;
    margin-top: 0 !important;
    margin-bottom: 7px !important;
     border-bottom: 1px solid black;
}
}
.article-year {
.home-chronicle-block div.list-container div.card:not(:first-child) {
     text-transform: capitalize;
     margin-left: -1px;
     font-size: 19px;
     border-left: 1px solid black;
    line-height: 23px;
}
    letter-spacing: 0.6px;
.home-chronicle-block div.list-container div.card:nth-child(5n + 1) {
    margin-top: 0 !important;
     transform: none;
     margin-bottom: 7px !important;
     width: calc(20% - 0px);
     border-bottom: 1px solid black;
}
}
.article-has-url {
.home-chronicle-block div.list-container div.card:last-child {
    text-transform: capitalize;
     margin-right: 0;
    font-size: 19px;
     border-right: 1px solid black;
    line-height: 23px;
    letter-spacing: 0.6px;
     margin-top: 0 !important;
    margin-bottom: 7px !important;
     border-bottom: 1px solid black;
}
}
.article-has-pdf {
 
     text-transform: capitalize;
/* Contents of Card for BLOCK view */
     font-size: 19px;
.home-chronicle-block div.list-container div.card div.images {
     line-height: 23px;
     border-top: 1px solid black;
    letter-spacing: 0.6px;
     padding-top: 5px;
    margin-top: 0 !important;
     padding-bottom: 5px;
     margin-bottom: 7px !important;
     display: flex;  
     border-bottom: 1px solid black;
     flex-wrap: nowrap;  
}
}
.article-internal-ref {
.home-chronicle-block div.list-container div.card div.image1,  .home-chronicle-block div.list-container div.card div.image2 {
    text-transform: capitalize;
     margin-right: 10px;  
    font-size: 19px;
     transition: transform 0.3s ease;
    line-height: 23px;
     transform-origin: top left;
    letter-spacing: 0.6px;
     margin-top: 0 !important;
     margin-bottom: 7px !important;
     border-bottom: 1px solid black;
}
}
.article-external-ref {
.home-chronicle-block div.list-container div.card div.image1 img,  .home-chronicle-block div.list-container div.card div.image2 img{
     font-size: 19px;
     display: block;
     line-height: 23px;
    width: auto;
    letter-spacing: 0.6px;
     height: 75px;
     margin-top: 0 !important;
 
     margin-bottom: 7px !important;
}
     border-bottom: 1px solid black;
 
.home-chronicle-block div.list-container div.card div.image1:hover,
.home-chronicle-block div.list-container div.card div.image2:hover {
     transform: scale(2);  
     position: relative;
     z-index: 900000;
}
}
.article-format-participation {
 
    text-transform: capitalize;
.home-chronicle-block div.list-container div.card div.image3, .home-chronicle-block div.list-container div.card div.image4, .home-chronicle-block div.list-container div.card div.image5 {
    font-size: 19px;
     display: none;
    line-height: 23px;
    letter-spacing: 0.6px;
    margin-top: 0 !important;
    margin-bottom: 7px !important;
     border-bottom: 1px solid black;
}
}
.article-setting {
.home-chronicle-block div.list-container div.card div.image3 img, .home-chronicle-block div.list-container div.card div.image4 img, .home-chronicle-block div.list-container div.card div.image5 img {
    text-transform: capitalize;
     display: none;
    font-size: 19px;
    line-height: 23px;
    letter-spacing: 0.6px;
    margin-top: 0 !important;
    margin-bottom: 7px !important;
     border-bottom: 1px solid black;
}
}
.article-notes {
 
    font-size: 23px;
.home-chronicle-block div.list-container div.card div.entry-number {
    line-height: 31px;
  padding-bottom: 3px;
    letter-spacing: 1.29px;
  float: left;
    text-align: left;
    text-indent: 95px;
    border-bottom: 1px solid black;
}
}
.image-container:hover .caption-image1,
.title a {
.image-container:hover .caption-image2,
  color: black !important;
.image-container:hover .caption-image3,
  pointer-events: none;
.image-container:hover .caption-image4,
  cursor: default;
.image-container:hover .caption-image5 {
    display: block;
}
}


.image-container:hover .related-article-caption-image1,
.home-chronicle-block div.list-container div.card div.event-link {
.image-container:hover .related-article-caption-image2,
    text-decoration: underline;
.image-container:hover .related-article-caption-image3,
    font-size: 16px;
.image-container:hover .related-article-caption-image4,
    line-height: 26px;
.image-container:hover .related-article-caption-image5 {
    float: right;
    display: block;
    margin-top: -2px;
    font-family: Arial, sans-serif;
    text-underline-offset: 3px;
}
}


.article-description {
.home-chronicle-block div.list-container div.card.event .title {
    font-size: 23px;
  font-size: 23px;
    line-height: 31px;
  line-height: 26px;
    letter-spacing: 1.29px;
  font-style: italic;
    text-align: left;
  text-align: left;
    text-indent: 95px;
  letter-spacing: 0.9px;
    border-bottom: 1px solid black;
  padding: 6px 6px 6px 0;
  border-top: 1px solid black
}
.home-chronicle-list div.list-container div.card.event div.title {
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.9px;
  font-style: italic;
  text-align: left;
  width: calc(60% - 0px);
  max-width: 40%;
}
.home-chronicle-list div.list-container div.card.event .container-people-date {
  display: flex;
  width: calc(20% - 0px);
  padding-right: 50px;
}
}
.article-reflection {
.home-chronicle-list div.list-container div.card.event div.people {
    font-size: 23px;
  width: auto;
    line-height: 31px;
  flex: 1;
    letter-spacing: 1.29px;
    text-align: left;
    text-indent: 95px;
    margin-top: 0 !important;
    border-bottom: 1px solid black;
    padding-bottom: 5px;
}
}
.article-quote {
.home-chronicle-list div.list-container div.card.event div.date {
    font-size: 30px;
     width: auto;
    line-height: 31px;
     flex: 1;
    letter-spacing: 1.5px;
    font-style: italic;
     text-align: left;
     text-indent: 95px;
    margin-top: 0 !important;
    border-bottom: 1px solid black;
    padding-bottom: 5px;
}
}
 
.home-chronicle-block div.list-container div.card.event div.container-people-date {
.article-modification-date {
     display: flex; /* Enables flexbox layout mode */
     color: grey;
     justify-content: space-between;
     text-align: left;
     border-top: 1px solid black;
    text-indent: 10px;
}
     margin-top: 0 !important;
.home-chronicle-block div.list-container div.card.event div.people {
    display: inline-block;
     padding-left: 0!important;
    padding-bottom: 5px;
    font-size: 15px;
    line-height: 23px;
     letter-spacing: 0.48px;
}
}


#related-articles {
.home-chronicle-block div.list-container div.card div.container-people-date .people {
    margin-top: 40px;
  flex: 1;  
    margin-right: 22px;
  text-align: left;
    margin-left: 10px;
  border: none!important;
    padding-bottom: 80px;
  line-height: 23px !important;
    padding-top: 100px;
  padding-top: 6px;
}
}
.related-articles-label {
.home-chronicle-block div.list-container div.card div.container-people-date .date {
    text-transform: uppercase;
  flex: 1;
    margin-bottom: 0 !important;
  text-align: right;
    text-indent: 95px;
  line-height: 23px !important;
  padding-top: 6px;
}
}
.related-articles-container {
 
    display: flex;
.home-chronicle-block div.list-container div.card div.people {
    flex-wrap: wrap;
  line-height: 23px!important;
    gap: 0; /* No gap between articles */
  padding-top: 2px;
  padding-left: 5em;
}
}
.related-article {
.home-chronicle-block div.list-container div.card div.people a {
    width: calc(50% - 1px); /* Adjusted width */
     color: black;
    box-sizing: border-box;
     text-decoration: underline;
     border: 1px solid black;
     height: fit-content;
    padding: 3px 10px 6px 10px;
    margin-bottom: 30px;
    font-size: 19px;
    line-height: 26px;
    letter-spacing: 0.95px;
    cursor: pointer;
}
}
 
.home-chronicle-block div.list-container div.card div.people a:hover {
.related-article:not(:first-child) {
     font-style: italic;
     margin-left: -1px;
    color: black;
}
}


.related-article:nth-child(2n + 1) {
.home-chronicle-block div.list-container div.card div.title {
    margin-left: 0;
  font-size: 23px;
  padding: 6px 0;
  border-top: 1px solid black;
}
}


.related-article:last-child {
.home-chronicle-block div.list-container div.card div.type {
    margin-right: 0;
}
.related-article-entry-number {
    padding-bottom: 3px;
}
.related-article-people {
    text-decoration: underline;
     border-top: 1px solid black;
     border-top: 1px solid black;
    line-height: 23px!important;
     padding-top: 5px;
     padding-top: 6px;
}
}
.related-article-people a {
.home-chronicle-block div.list-container div.card div.type a {
     color: black;
     color: black;
     text-decoration: underline;
     text-decoration: none;
}
}
.related-article a:hover {
.home-chronicle-block div.list-container div.card div.type a:hover {
     font-style: italic;
     font-style: italic;
     color: black;
     color: black;
}
}
.related-article-title {
.home-chronicle-block div.list-container div.card.event div.type a:hover {
      
      
}
}
.related-article-type {
/* Card for LIST view */
     border-top: 1px solid black;
.home-chronicle-list div.list-container {
     width: 100%; /* For Chrome and other browsers */
    padding-bottom: 80px;
}
}
 
.home-chronicle-list div.list-container div.card {
.related-article-type a {
  width: -moz-available!important;
    color: black;
  width: -webkit-fill-available!important;
    text-decoration: none;
  width: 100%;
  margin-bottom: 0;
  border-left: 1px solid black;
  border-right: 1px solid black;
  border-bottom: none;
  border-top: 1px solid black;
  cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><text x="50%" y="50%" dominant-baseline="middle" text-anchor="middle" font-size="24" font-family="Arial" fill="black">⤢</text></svg>') 16 16, auto;
  display: flex;
  align-items: flex-start;
  justify-content: start;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.9px;
  transition-delay: .001s;
  padding: 5px 10px;
}
}
.related-article-type a:hover {
.home-chronicle-list div.list-container div.card:not(:first-child) {
     font-style: italic;
     margin-left: 0;
     color: black;
     border-left: 1px solid black;
}
}
#close-button {
.home-chronicle-list div.list-container div.card:nth-child(5n + 1) {
    float: right;
     margin-left: 0;
    cursor: pointer;
     transform: none;
    padding: 5px 0 0 0;
    font-size: 20px;
     line-height: 24px;
     letter-spacing: 0px;
}
}
/* End Style for article window<------ */
/*
.footer {
.home-chronicle-list div.list-container div.card:last-child {
display: grid;
     margin-right: 0;
    grid-template-columns: 1fr auto 1fr;
     border-bottom: 1px solid black;
     align-items: center;
} */
    position: fixed;
.home-chronicle-list div.list-container div.card.last-visible {
    left: 0;
     margin-right: 0;
     bottom: 0;
     border-bottom: 1px solid black;
    width: 100%;
    box-sizing: border-box;
    z-index: 11;
    background: transparent linear-gradient(180deg, #FFF0 0%, #FAFAFA 100%) 0% 0% no-repeat padding-box;
     padding-left: 25px;
     padding-right: 25px;
padding-bottom: 25px;
padding-top: 50px;
}
}


.suggestions {
/* Contents of Card for LIST view */
     display: none!important;
.home-chronicle-list div.list-container div.card div.entry-number {
     width: calc(10% - 0px);
}
}
 
.home-chronicle-list div.list-container div.event div.entry-number {
.simpleSearch {
     width: calc(3.5% + 5px);
     grid-column: 1 / 2;  
 
}
}
#simpleSearch, #simpleSearchSpecial {
.home-chronicle-list div.list-container div.event div.event-link {
     grid-column: 1 / 2;  
     width: calc(6.5% - 0px);
     text-align: left;  
     text-decoration: underline;
     font-size: 19px;
     font-size: 16px;
     line-height: 26px;
     line-height: 24px;
     letter-spacing: 0.95px;
    float: right;
     font-family: 'HALColant-TextRegular';
     margin-top: -3.4px;
     cursor: pointer;
     font-family: Arial, sans-serif;
     text-underline-offset: 3px;
}
}
 
.home-chronicle-list div.list-container div.card div.people {
/* Style footer background and gradient */
    width: calc(20% - 0px);
#simpleSearch:before, #simpleSearchSpecial:before {
    border: none;
     content: "";
    padding-right: 50px;
     position: absolute;
}
     top: 0;
.home-chronicle-list div.list-container div.card div.people a {
     left: 0;
     text-decoration: underline;
     z-index: -1;
    color: black;
}
.home-chronicle-list div.list-container div.card.event div.people a {
 
}
.home-chronicle-list div.list-container div.card div.people a:hover {
     font-style: italic;
}
.home-chronicle-list div.list-container div.card div.title-images {
     display: flex;
     width: calc(60% - 0px);
     max-width: 50%;
}
}
 
.home-chronicle-list div.list-container div.card div.images {
#searchInput,
     display: flex;
.closing-bracket {
     display: none;
     border: none;
     border: none;
    padding-top: 0;
    padding-bottom: 0;
}
}


#simpleSearch:hover #searchInput {
.home-chronicle-list div.list-container div.card div.image1 img,  .home-chronicle-list div.list-container div.card div.image2 img{
     display: inline-block;
     display: block;
     border-bottom: 1px solid black;
     max-width: 100%;
     margin-left: -17px;
     width: auto;
    padding-top: 5px;
     height: 25px;
     background: #FAFAFA;
}
}
 
.home-chronicle-list div.list-container div.card div.image1, .home-chronicle-list div.list-container div.card div.image2  {
#simpleSearchSpecial:hover #searchInput {
     margin-right: 10px;
    display: inline-block;
     transition: transform 0.3s ease;
    border-bottom: 1px solid black;
     transform-origin: top left;
     margin-left: -8px;
     padding-top: 5px;
     background: #FAFAFA;
}
}
 
.home-chronicle-list div.list-container div.card div.image3, .home-chronicle-list div.list-container div.card div.image4, .home-chronicle-list div.list-container div.card div.image5 {
#simpleSearch:hover .closing-bracket, #simpleSearchSpecial:hover .closing-bracket {
     display: none;
     display: inline-block;
}
}
 
.home-chronicle-list div.list-container div.card div.type {
.nrs {
     width: calc(10% - 0px);
     grid-column: 2 / 3; /* Position in the center column */
    border: none;
     text-align: center;  
     white-space: nowrap;
    position: absolute;
    left: 90%;
}
}
 
.home-chronicle-list div.list-container div.card.event div.type a {
/* Styling for Authors/Creators */
   
.smw-column {
}
     width: 20%!important;
.home-chronicle-list div.list-container div.card div.type a {
     color: black;
    text-decoration: none;
}
}
.smw-column ul li {
.home-chronicle-list div.list-container div.card div.type a:hover {
     list-style: none;
     font-style: italic;
}
}
.smw-column-header {
.home-chronicle-list div.list-container div.card div.title {
     font-weight:normal;
     max-width: 50%;
    border-bottom: 1px solid black;
    margin-right: 10px;
}
}
.smw-column ul {
.home-chronicle-list div.list-container div.card div.image1:hover,
    font-size: 16pt;
.home-chronicle-list div.list-container div.card div.image2:hover {
    line-height: 27px;
     transform: scale(6);  
    letter-spacing: 0.4px;
    text-align: center;
     text-decoration: underline;
}
}
.smw-column a {
 
     color: black;
.card.event + .card.event {
     border-left: none;
}
}
/* -----END<------ LIST AND BLOCK VIEW */


/* Styling for Community */
/* ----->START------ POP UP ARTICLE */
#community-list {
#list {
    -moz-column-count: 5;
     width: 100%!important;
    -webkit-column-count: 5;
    column-count: 5;
    -moz-column-gap: 10px;
    -webkit-column-gap: 10px;
    column-gap: 10px;
    position: absolute;
    top: 538px;
     width: 100%;
}
}
 
#show-article-wrapper-entry {
.community-card {
     display: block;
     font-size: 12px;
     position: fixed; /* Change to fixed */
     line-height: 25px;
     top: 0;
     letter-spacing: 0.4px;
     /*right: 24px;*/
     display: inline-block;
     right: 1.3%;
     width: 97%;
     width: 41%;
     box-sizing: border-box;
     height: 100vh; /* Set to full viewport height */
     padding: 12px 0 20px 0;
     overflow: auto; /* Enables scrolling if content overflows */
     margin-bottom: -1px; /* Negative margin, same as border thickness */
     scrollbar-width: none; /* Firefox */
     border-top: 1px solid black;
     -ms-overflow-style: none; /* Internet Explorer 10+ */
     border-bottom: 1px solid black;
     z-index: 9999; /* Ensure it's above #list */
    break-inside: avoid-column;
     /*padding-left: 100px;*/
     z-index: 1; /* Ensures the card is above the bottom border of the card above */
    margin-top: 50px;
     background: white; /* Assuming cards have a white background */
}
}
 
#show-article-wrapper-entry #show-article {
/* Removes top border from the first card in each column */
     padding-bottom: 50px;
#community-list .community-card:first-of-type {
     border-top: none;
}
}
 
/* Hides scrollbar for Webkit browsers */
/* Adds top border to the very first card in the grid */
#show-article-wrapper-entry::-webkit-scrollbar {
#community-list .community-card:first-child {
     display: none;
     border-top: 1px solid black;
}
}
.community-name {
#show-article-wrapper {
     font-size: 25px;
     display: none;
     line-height: 34px;
    position: fixed; /* Change to fixed */
     letter-spacing: 1.4px;
    top: 5%;
     text-align: center;
    /*right: 24px;*/
     text-decoration: underline;
    right: 1.3%;
    width: 41%;
    height: 100vh; /* Set to full viewport height */
    overflow: auto; /* Enables scrolling if content overflows */
     scrollbar-width: none; /* Firefox */
     -ms-overflow-style: none; /* Internet Explorer 10+ */
     z-index: 9999; /* Ensure it's above #list */
     /*padding-left: 100px;*/
}
}
 
/* Hides scrollbar for Webkit browsers */
.community-external-reference {
#show-article-wrapper::-webkit-scrollbar {
    text-align: center;
     display: none;
    font-size: 25px;
    line-height: 34px;
    letter-spacing: 1.4px;
     border-bottom: 1px solid black;
}
}
.community-external-reference a {
#show-article {
     color: white!important;
     background-color: #FAFAFA;
    border: 1px solid;
    padding: 0px 10px 0 10px;
    position: relative;
    top: 40px;
    /*margin-left: 36px;*/
    margin-left: 4.6%;
}
}
.community-external-reference a:hover {
#show-article-before {
     text-decoration: none;
    position: absolute;
     font-style: italic;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #FAFAFA;
    border: 1px solid #080808;
    transition: all 0.3s ease;
     opacity: 0; /* Initially hidden */
     z-index: -1; /* Ensures it's under the main content */
}
}
#community-list div.community-external-reference a {
#show-article:hover #show-article-before {
  color: black !important;
    opacity: 1;
  text-decoration:none;
        scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer 10+ */
}
}
.community-setting {
/* Hides scrollbar for Webkit browsers */
    font-size: 15px;
#show-article::-webkit-scrollbar {
    line-height: 30px;
     display: none;
    letter-spacing: 0.48px;
    text-transform: uppercase;
     border-bottom: 1px solid black;
}
}
.community-location {
 
     font-size: 15px;
.article-metadata {
    line-height: 30px;
     display: flex;
    letter-spacing: 0.48px;
    text-transform: uppercase;
     border-bottom: 1px solid black;
     border-bottom: 1px solid black;
    padding: 5px 0 5px 0;
}
}
.community-type {
.article-metadata-label {
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0.48px;
     text-transform: uppercase;
     text-transform: uppercase;
     border-bottom: 1px solid black;
     margin-bottom: 0 !important;
}
    margin-top: 5px!important;
.community-domain {
     font-size: 15px;
     font-size: 15px;
     line-height: 30px;
     line-height: 23px;
     letter-spacing: 0.48px;
     letter-spacing: 0.48px;
    text-transform: uppercase;
    border-bottom: 1px solid black;
}
}
.community-description p {
.article-metadata-value {
     text-indent: 50px;
     text-transform: capitalize;
     font-size: 19px;
     font-size: 19px;
     line-height: 26px;
     line-height: 23px;
     letter-spacing: 0.95px;
     letter-spacing: 0.6px;
     margin: 0 !important;
     margin-top: 0 !important;
    margin-bottom: 7px !important;
}
}
.community-description-label {
.article-metadata-value a {
    text-transform: uppercase;
  color: black !important;
    text-indent: 50px;
    font-size: 15px;
    margin: 0 !important;
    line-height: 30px;
}
}
#list div#community-featured,
 
#list-block-1 div#community-featured-block-1,
.article-metadata-column:not(:first-child) {
#list-block-2 div#community-featured-block-2,
     margin-left: 20px;
#list-block-3 div#community-featured-block-3 {
display: none;
    position: relative; /* Ensure z-index works */
    z-index: 2; /* Higher than .card elements */
    width: calc(20% + 0px); /* Slightly wider */
    box-sizing: border-box;
    height: fit-content;
    margin-bottom: 30px;
     margin-left: -1px; /* Adjust for overlap */
    margin-right: -1px; /* Adjust for overlap */
    font-size: 12px;
    line-height: 25px;
    letter-spacing: 0.4px;
}
}


.community-home-card {
.article-metadata-column:nth-child(n+2) {
     background: black;
     margin-left: 10%;
    color: white;
    padding: 33px 10px 6px 10px;
}
}
.community-home-external-reference {
.article-label-description {
     text-align: left;
     text-transform: uppercase;
     font-size: 19px;
     text-indent: 35px;
     line-height: 26px;
     padding-top: 5px;
     letter-spacing: 0.95px;
     font-size: 15px;
     padding: 5px 0 5px 0;
     line-height: 23px;
    font-style: normal;
     letter-spacing: 0.48px;
     border-bottom: 1px solid white;
}
}
.community-home-external-reference:hover {
.article-label-image {
     font-style: italic;
    text-transform: uppercase;
    text-indent: 35px;
     font-size: 15px;
    line-height: 23px;
    letter-spacing: 0.48px;
    padding-top: 5px;
}
}
.community-home-external-reference a {
.article-label-reflection {
     text-decoration: underline;
    text-transform: uppercase;
     color: white!important;
     text-indent: 35px;
    padding-top: 5px;
     font-size: 15px;
    line-height: 23px;
    letter-spacing: 0.48px;
}
}
.community-home-text {
.article-label-quote {
     font-size: 30px;
     text-transform: uppercase;
     line-height: 31px;
     text-indent: 35px;
     font-style: italic;
     font-size: 15px;
     text-align: left;
     line-height: 23px;
     letter-spacing: 1.5px;
     letter-spacing: 0.48px;
     padding: 5px 5px 5px 0;
    padding-top: 5px;
     border-top: 1px solid white;
}
     border-bottom: 1px solid white;
.article-label-modification-date {
    text-transform: uppercase;
     padding-top: 5px;
     text-indent: 35px;
    color: grey;
    display: inline-block;
    font-size: 15px;
    line-height: 23px;
     letter-spacing: 0.48px;
}
}
.community-home-type {
.article-entry-number {
    border-bottom: 1px solid black;
     font-size: 19px;
     font-size: 19px;
     line-height: 23px;
     line-height: 23px;
    font-style: italic;
    text-align: left;
     letter-spacing: 0px;
     letter-spacing: 0px;
     padding: 5px 0 5px 0;
     padding-bottom: 5px;
    padding-top: 7px;
}
}
.filtered .filtered-views {
.article-people {
     border: none;
    font-size: 25px;
     margin: 0;
    line-height: 30px;
    letter-spacing: 1.4px;
    text-decoration: underline;
    text-align: center;
     padding-top: 15px;
     margin-bottom: 5px!important;
}
}
.filtered .filtered-views .filtered-views-container {
.article-people a {
     padding: 0;
     color: black;
    text-decoration: underline;
}
}
 
.article-people a:hover {
 
     font-style: italic;
/*previous #list*/
     color: black;
#list div.filtered-view.filtered-list,
#list-block-1 div.filtered-view.filtered-list,
#list-block-2 div.filtered-view.filtered-list,
#list-block-3 div.filtered-view.filtered-list {
     width: -moz-available;
    width: 100%;
     padding-bottom: 80px;
}
}
div.filtered-view.filtered-list {
.article-title-link {
     display: flex;
     border-bottom: 1px solid black;
     flex-wrap: wrap;
     padding-bottom: 10px;
     margin: 0 auto;
     display: flex; /* Use flexbox */
     position: absolute;
     flex-direction: column; /* Stack items vertically */
     top: 390px;
     align-items: center; /* Align items horizontally in the center */
     background: #FFFFFF00 0%;
     justify-content: center; /* Align items vertically in the center */
     padding-left: 1px;
     text-align: center; /* Center the text */
}
}
 
.article-title {
#list div.filtered-list-item,
     font-size: 25px;
#list-block-1 div.filtered-list-item,
     line-height: 30px;
#list-block-2 div.filtered-list-item,
     letter-spacing: 1.4px;
#list-block-3 div.filtered-list-item {
     text-align: center;
     position: relative; /* Ensure z-index works */
     margin-bottom: 0!important;
    width: calc(20% - 0px);
     margin-top: 0 !important;
     box-sizing: border-box;
     max-width: 70%;
     border: 1px solid black;
     height: fit-content;
    padding: 3px 10px 6px 10px;
     margin-bottom: 30px;
     font-size: 19px;
     line-height: 26px;
    letter-spacing: 0.95px;
    cursor: pointer;
}
}
 
.article-title a{
#list div.filtered-list-item:not(:first-child),
    color: black!important;
#list-block-1 div.filtered-list-item:not(:first-child),
    font-size: 25px;
#list-block-2 div.filtered-list-item:not(:first-child),
    line-height: 30px;
#list-block-3 div.filtered-list-item:not(:first-child) {
    letter-spacing: 1.4px;
     margin-left: -1px;
    text-align: center;
      
    margin-bottom: 0!important;
     margin-top: 0 !important;
     max-width: 70%;
}
}
   
.article-type {
#list div.filtered-list-item:nth-child(5n + 1),
    font-size: 19px;
#list-block-1 div.filtered-list-item:nth-child(5n + 1),
    line-height: 23px;
#list-block-2 div.filtered-list-item:nth-child(5n + 1),
    letter-spacing: 0.4px;
#list-block-3 div.filtered-list-item:nth-child(5n + 1) {
    border-bottom: 1px solid black;
     transform: none;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
     padding: 5px 0 5px 0;
}
}
   
.article-type a {
#list div.filtered-list-item:last-child,
     color: black;
#list-block-1 div.filtered-list-item:last-child,
     text-decoration: none;
#list-block-2 div.filtered-list-item:last-child,
#list-block-3 div.filtered-list-item:last-child {
     margin-right: 0;
     border-right: 1px solid black;
}
}
 
.article-type a:hover {
/* Parent container styling */
     font-style: italic;
.filtered {
     color: black;
     height: 100%;
    position: relative;
     width: 100%; /* Adjust as necessary */
}
}
 
.article-entity {
.filtered .filtered-filters {
     font-size: 12pt;
     display: flex;
     line-height: 25px;
    flex-wrap: wrap;
     letter-spacing: 0.4px;
     justify-content: space-between; /* Adjust as needed */
     margin-top: 0 !important;
     width: calc(40% - 0px);
    display: none !important;
    margin: 0;
     margin-top: -10px;
    float: right;
    border: none;
    z-index: 9999;
}
}
 
.article-discipline {
.filtered-filters .filtered-value {
    font-size: 12pt;
     flex: 1 1 auto; /* Adjust to make child elements flexible */
    line-height: 25px;
     /* Add more styles if needed */
     letter-spacing: 0.4px;
     margin-top: 0 !important;
}
}
 
.article-subject {
.filtered-filters .filtered-value .filtered-value-option {
     font-size: 12pt;
    display: block;
     line-height: 25px;
    padding: 0 !important;
     letter-spacing: 0.4px;
    white-space: nowrap;
    margin-top: 0 !important;
    background: rgb(237, 237, 237);
    margin-bottom: 5px;
     font-size: 19px;
     line-height: 26px;
     letter-spacing: 0.95px;
}
}
.filtered-filters .filtered-value .filtered-value-option input {
.article-images {
     margin-right: 6px;
    border-bottom: 1px solid black;
     padding-bottom: 7px;
}
}
.filtered-filters .filtered-value {
.article-image {
     border: none;
     position: relative;
}
}
.filtered .filtered-filters .filtered-filter .filtered-filter-label {
.external-link-icon {
     position: absolute;
     display: flex; /* Use flexbox */
     background: #ffffff;
     align-items: center; /* Align items vertically in the center */
     padding: 0!important;
     justify-content: center; /* Center the content horizontally */
     font-weight: normal;
     width: 20px; /* Adjust the width as needed */
     text-transform: uppercase;
     height: 20px; /* Adjust the height as needed */
     font-size: 17px;
     font-size: 17px;
     line-height: 22px;
     line-height: 22px;
     letter-spacing: 0px;
     letter-spacing: 0.48px;
     text-decoration: underline;
    color: black !important;
     text-decoration: none;
}
}
.filtered .filtered-filters .filtered-filter .filtered-filter-onoff {
.external-link-icon a {
     display: none;
    font-size: 17px;
    line-height: 22px;
    letter-spacing: 0.48px;
    color: black !important;
     text-decoration: none;
}
}
.filtered .filtered-filters .filtered-filter .filtered-filter-collapse::before {
.external-link-icon a:hover {
    top: -0.7em;
     text-decoration: underline;
    margin: 0;
    background-color: #ffffff;
    width: 1.5em;
    float: right;
    position: absolute;
    right: 1em;
     text-align: center;
    cursor: pointer;
}
}
.filtered-filters .filtered-filter.filtered-value {
p.pdf-link-icon {
    margin-left: 0;
  margin-right: 10px;
    padding-left: 0;
}
}
/* Media query for smaller screens */
.text-symbol {
@media (max-width: 600px) {
     color: black; /* Ensure the symbol is black */
     .filtered .filtered-filters {
     font-size: 15px;
        justify-content: space-around; /* Adjust for smaller screens */
        width: calc(40% - 0px);
    }
    #list-list div.filtered-list-item,
    #list-list-1 div.filtered-list-item,
    #list-list-2 div.filtered-list-item,
     #list-list-3 div.filtered-list-item {
        width: 100%;
    }
}
}


input[type='checkbox'] {
.pdf-link-icon {
     display: none;
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 0.48px;
  color: black !important;
  margin-right: 25px;
  margin-left: -20px;
}
.pdf-link-icon a {
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 0.48px;
  color: black !important;
}
.link-pdf {
     display: flex;
    margin-top: 5px;
    align-items: center;
}
}


input[type='checkbox']+div::before {
.image-container {
     content: "";
     position: relative;
     display: inline-block;
     display: inline-block;
    box-sizing: border-box;
}
}
input[type='checkbox']:checked+div::before {
 
     content: "[✔]";
.image-container img {
     width: 15px;
    display: block;
     height: 15px;
     max-width: 100%;  
     margin-right: 17px;
     width: auto;
     height: 400px;  
     padding-bottom: 3px;
}
 
.arrows-and-image {
    position: relative;
    width: fit-content;
}
}
.filtered-filters .filtered-value .filtered-value-option .filtered-value-option-label {
 
     white-space: pre;
.image-navigation {
     cursor: pointer;
     position: relative;
     display: inline-block;
}
}
.filtered-filters .filtered-value .filtered-value-option .filtered-value-option-label:hover {
.image-navigation:hover .prev-arrow,
     font-style: italic;
.image-navigation:hover .next-arrow {
     display: block;
}
}


/* List view */
 
#list-list.fade-out,
.image-navigation:hover .caption-image1,
#list-list-1.fade-out,
.image-navigation:hover .caption-image2,
#list-list-2.fade-out,
.image-navigation:hover .caption-image3,
#list-list-3.fade-out {
.image-navigation:hover .caption-image4,
    position: absolute;
.image-navigation:hover .caption-image5,
    width: 100%;
.image-navigation:hover .related-article-caption-image1,
    height: 100%;
.image-navigation:hover .related-article-caption-image2,
    background: white;
.image-navigation:hover .related-article-caption-image3,
     opacity: 0.3;
.image-navigation:hover .related-article-caption-image4,
.image-navigation:hover .related-article-caption-image5 {
     display: block;
}
}
#list-list div.filtered-view.filtered-list,
 
#list-list-1 div.filtered-view.filtered-list,
.prev-arrow, .next-arrow {
#list-list-2 div.filtered-view.filtered-list,
    position: absolute;
#list-list-3 div.filtered-view.filtered-list {
    top: 53%;
     border-top: 1px solid black;
    transform: translateY(-53%);
     width: 100%; /* For Chrome and other browsers */
    cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28"><circle cx="14" cy="14" r="4.5" fill="white" stroke="black" stroke-width="1" /></svg>') 14 14, auto;
     padding-bottom: 80px;
    user-select: none;
    font-size: 40px;
     color: white; /* Adjust color as needed */
     display: none; /* Hide arrows initially */
     z-index: 10;
}
}
#list-list div.filtered-list-item,
 
#list-list-1 div.filtered-list-item,
.prev-arrow {
#list-list-2 div.filtered-list-item,
     left: 10px;
#list-list-3 div.filtered-list-item {
     width: 100%;
    padding: 6px !important;
    margin-bottom: 0;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    border-top: none;
    display: flex;
    cursor: pointer;
    transition-delay: .001s;
}
}
#list-list div.filtered-list-item:not(:first-child),
 
#list-list-1 div.filtered-list-item:not(:first-child),
.next-arrow {
#list-list-2 div.filtered-list-item:not(:first-child),
     right: 10px;
#list-list-3 div.filtered-list-item:not(:first-child) {
     margin-left: 0;
}
}
#list-list div.filtered-list-item:nth-child(5n + 1),
.caption-line {
#list-list-1 div.filtered-list-item:nth-child(5n + 1),
    display: contents;
#list-list-2 div.filtered-list-item:nth-child(5n + 1),
  position: absolute;
#list-list-3 div.filtered-list-item:nth-child(5n + 1) {
  top: 50%;
    margin-left: 0;
  left: 50%;
    transform: none;
  transform: translate(-50%,-50%);
  color: white;
  padding: 0px;
  text-align: center;
  font-size: 25px;
  line-height: 28px;
  letter-spacing: 0.4px;
  font-style: italic;
  font-weight: bold;
  max-width: 100%;
  white-space: normal;
  overflow: visible;
  text-overflow: ellipsis;
  text-shadow: 2px 2px 40px rgba(0,0,0,.8);
}
}
#list-list div.filtered-list-item:last-child,
.caption-image1, .caption-image2, .caption-image3, .caption-image4, .caption-image5, .related-article-caption-image1, .related-article-caption-image2, .related-article-caption-image3, .related-article-caption-image4, .related-article-caption-image5 {
#list-list-1 div.filtered-list-item:last-child,
     display: none;
#list-list-2 div.filtered-list-item:last-child,
    caption-side: bottom;
#list-list-3 div.filtered-list-item:last-child {
     font-size: 15px;
     margin-right: 0;
     line-height: 18px;
}
     letter-spacing: 0.48px;
.list-card {
      
     display: flex; /* Use flexbox */
}
     align-items: flex-start; /* Vertically center children */
.article-book {
     justify-content: start; /* Align children to the start of the row */
    text-transform: capitalize;
     width: 100%; /* Full width */
     font-size: 19px;
     font-size: 19px;
     line-height: 26px;
     line-height: 23px;
     letter-spacing: 0.95px;
     letter-spacing: 0.6px;
    margin-top: 0 !important;
    margin-bottom: 7px !important;
}
}
 
.article-web {
.list-card div.entry-number {
    text-transform: capitalize;
     width: calc(10% - 0px);
    font-size: 19px;
    line-height: 23px;
    letter-spacing: 0.6px;
    margin-top: 0 !important;
     margin-bottom: 7px !important;
    border-bottom: 1px solid black;
}
}
.list-card div.people {
.article-year {
     width: calc(20% - 0px);
    text-transform: capitalize;
     border: none;
    font-size: 19px;
    line-height: 23px;
    letter-spacing: 0.6px;
     margin-top: 0 !important;
    margin-bottom: 7px !important;
     border-bottom: 1px solid black;
}
}
.list-card div.title-images {
.article-has-url {
     display: flex;
     text-transform: capitalize;
     width: calc(60% - 0px);
    font-size: 19px;
    line-height: 23px;
    letter-spacing: 0.6px;
    margin-top: 0 !important;
     margin-bottom: 7px !important;
    border-bottom: 1px solid black;
}
}
 
.article-has-pdf {
.list-card div.type {
     text-transform: capitalize;
     width: calc(10% - 0px);
     font-size: 19px;
     border: none;
     line-height: 23px;
     white-space: nowrap;
    letter-spacing: 0.6px;
}
     margin-top: 0 !important;
.list-card div.images {
     margin-bottom: 7px !important;
    display: flex; /* Also make the images flex if they are inline */
     border-bottom: 1px solid black;
     border: none;
     padding-top: 0;
     padding-bottom: 0;
}
}
.list-card div.image1, .list-card div.image2, .list-card div.image3, .list-card div.image4, .list-card div.image5 {
.article-internal-ref {
     margin-right: 10px; /* Space between images if they are displayed in a row */
    text-transform: capitalize;
     transition: transform 0.3s ease; /* Add transition for smooth scaling */
    font-size: 19px;
     transform-origin: top left; /* Set the transform origin */
    line-height: 23px;
    letter-spacing: 0.6px;
     margin-top: 0 !important;
     margin-bottom: 7px !important;
     border-bottom: 1px solid black;
}
}
.list-card div.image1 img, .list-card div.image2 img, .list-card div.image3 img, .list-card div.image4 img, .list-card div.image5 img {
.article-external-ref {
     display: block;
    font-size: 19px;
     max-width: 100%;  
    line-height: 23px;
     width: auto;
     letter-spacing: 0.6px;
     height: 25px;  
     margin-top: 0 !important;
     margin-bottom: 7px !important;
     border-bottom: 1px solid black;
}
}
.list-card div.image1:hover,
.article-external-reference {
.list-card div.image2:hover,
     font-size: 19px;
.list-card div.image3:hover {
    line-height: 23px;
     transform: scale(6); /* Increase the scale factor as needed */
     letter-spacing: 0.6px;
}
     margin-top: 0 !important;
#list-list div#community-featured,
     margin-bottom: 7px !important;
#list-list-1 div#community-featured-list-1,
     border-bottom: 1px solid black;
#list-list-2 div#community-featured-list-2,
     text-indent: 35px;
#list-list-3 div#community-featured-list-3 {
     padding-bottom: 5px;
width: 100%;
     padding: 7px !important;
     margin-bottom: 0;
     display: none;
    border-left: 2px solid black;
     border-right: 2px solid black;
     border-top: 1px solid black;
     border-bottom: 2px solid black;
}
}
 
.article-label-external-reference {
.community-list-home-card {
  text-transform: uppercase;
    display: flex;
  text-indent: 35px;
    align-items: baseline;
  padding-top: 5px;
    justify-content: start;
  font-size: 15px;
    width: 100%;
  line-height: 23px;
  letter-spacing: 0.48px;
}
}
.community-list-home-date {
.article-external-ref a {
    width: calc(10% - 0px);
  padding-right: 0px !important;
    text-align: left;
  color: black !important;
    font-size: 19px;
    line-height: 26px;
    letter-spacing: 0.95px;
    font-style: italic;
}
}
.community-list-home-external-reference {
.article-external-reference a {
     width: calc(20% - 0px);
     padding-right: 0px !important;
    text-align: left;
    text-decoration: underline;
    font-size: 19px;
    line-height: 26px;
    letter-spacing: 0.95px;
}
.community-list-home-external-reference a {
     color: black !important;
     color: black !important;
}
}
.community-list-home-external-reference:hover {
.article-format-participation {
     font-style: italic;
    text-transform: capitalize;
    font-size: 19px;
    line-height: 23px;
    letter-spacing: 0.6px;
    margin-top: 0 !important;
    margin-bottom: 7px !important;
     border-bottom: 1px solid black;
}
}
.community-list-home-text {
.article-setting {
    width: calc(60% - 0px);
     text-transform: capitalize;
    text-align: left;
    font-size: 30px;
    line-height: 31px;
    letter-spacing: 1.5px;
   
}
.community-list-home-type {
    width: calc(10% - 0px);
     text-align: left;
    font-style: italic;
     font-size: 19px;
     font-size: 19px;
     line-height: 23px;
     line-height: 23px;
     letter-spacing: 0px;
     letter-spacing: 0.6px;
    margin-top: 0 !important;
    margin-bottom: 7px !important;
    border-bottom: 1px solid black;
}
.article-notes {
    font-size: 23px;
    line-height: 31px;
    letter-spacing: 1.29px;
    text-align: left;
    text-indent: 35px;
    border-bottom: 1px solid black;
}
.image-container:hover .caption-image1,
.image-container:hover .caption-image2,
.image-container:hover .caption-image3,
.image-container:hover .caption-image4,
.image-container:hover .caption-image5 {
    display: block;
}
}


/* Block and List View Buttons */
.image-container:hover .related-article-caption-image1,
.view-container-buttons {
.image-container:hover .related-article-caption-image2,
    display: flex;
.image-container:hover .related-article-caption-image3,
    justify-content: space-between; /* This puts one group on the left, and the other on the right */
.image-container:hover .related-article-caption-image4,
    position: relative;
.image-container:hover .related-article-caption-image5 {
    top: 380px;
     display: block;
    padding-bottom: 10px;
     margin-right: 3px;
}
}


.view-buttons, .order-buttons {
.article-description {
     display: flex;  
    font-size: 23px;
     justify-content: left;
    line-height: 31px;
    letter-spacing: 1.29px;
    text-align: left;
     text-indent: 35px;
     border-bottom: 1px solid black;
}
}
.home-view-buttons, .home-order-buttons {
.article-reflection {
     display: flex;  
    font-size: 23px;
     justify-content: left;
    line-height: 31px;
    letter-spacing: 1.29px;
    text-align: left;
    text-indent: 35px;
    margin-top: 0 !important;
     border-bottom: 1px solid black;
     padding-bottom: 5px;
}
}
 
.article-quote {
 
     font-size: 30px;
.list-view-button, .block-view-button, .chronicle-button, .random-button, .alphabetical-button, .chronicle-list-button, .random-list-button, .alphabetical-list-button, .chronicle-block-button, .random-block-button, .alphabetical-block-button, .home-list-view-button, .home-block-view-button, .home-chronicle-list-button, .home-random-list-button, .home-alphabetical-list-button, .home-chronicle-block-button, .home-random-block-button, .home-alphabetical-block-button {
     line-height: 31px;
     font-size: 19px;
     letter-spacing: 1.5px;
     line-height: 26px;
    font-style: italic;
     letter-spacing: 0.95px;
    text-align: left;
     padding-inline: 2px;
    text-indent: 35px;
    margin-top: 0 !important;
    border-bottom: 1px solid black;
     padding-bottom: 5px;
}
}


.home-list-view-button button:hover, .home-block-view-button button:hover, .home-chronicle-block-button button:hover, .home-random-block-button button:hover, .home-alphabetical-block-button button:hover{
.article-modification-date {
  text-decoration: underline;
    color: grey;
    text-align: left;
    text-indent: 10px;
    margin-top: 0 !important;
    display: inline-block;
    padding-bottom: 5px;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0.48px;
}
}


.home-list-view-button button:focus, .home-block-view-button button:focus, .home-chronicle-block-button button:focus, .home-random-block-button button:focus, .home-alphabetical-block-button button:focus{
#related-articles {
  text-decoration: underline;
    margin-top: 0px;
    /*margin-left: 36px;*/
    margin-left: 4.6%;
    padding-bottom: 80px;
    padding-top: 100px;
}
}
 
.related-articles-label {
.list-view-button button, .block-view-button button, .chronicle-button button, .random-button button, .alphabetical-button button, .chronicle-list-button button, .random-list-button button, .alphabetical-list-button button, .chronicle-block-button button, .random-block-button button, .alphabetical-block-button button, .home-list-view-button button, .home-block-view-button button, .home-chronicle-list-button button, .home-random-list-button button, .home-alphabetical-list-button button, .home-chronicle-block-button button, .home-random-block-button button, .home-alphabetical-block-button button{
    text-transform: uppercase;
     background: transparent;
    margin-bottom: 0 !important;
     border: none;
    text-indent: 35px;
     font-family: HALColant-TextRegular!important;
}
     cursor: pointer;
.related-articles-container {
    display: flex;
    flex-wrap: wrap;
    gap: 0; /* No gap between articles */
}
.related-article {
    width: calc(50% - 0px); /* Adjusted width */
    box-sizing: border-box;
     border: 1px solid black;
     height: fit-content;
     padding: 3px 10px 6px 10px;
     margin-bottom: 30px;
     font-size: 19px;
     font-size: 19px;
     line-height: 26px;
     line-height: 26px;
     letter-spacing: 0.4px;
     letter-spacing: 0.95px;
     padding-inline: 5px;
     cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28"><circle cx="14" cy="14" r="4.5" fill="white" stroke="black" stroke-width="1" /></svg>') 14 14, auto;
    background-color: #FAFAFA;
}
}


.entry-number-in-nrs {
.related-article:not(:first-child) {
    flex: 0 0 auto;        /* Don't grow, don't shrink, auto basis */
     margin-left: -1px;
    padding: 5px 5px;    /* Padding inside each entry number box */
    text-align: center;    /* Center text inside the box */
     font-size: 40px;
    line-height: 50px;
    font-family: HALColant-TextRegular;
    color: black;
}
}
.entry-number-in-nrs a {
 
.related-article:nth-child(2n + 1) {
    margin-left: 0;
}
 
.related-article:last-child {
    margin-right: 0;
}
.related-article-entry-number {
    padding-bottom: 3px;
}
.related-article-people {
    text-decoration: underline;
    border-top: 1px solid black;
    line-height: 23px!important;
    padding-top: 6px;
}
.related-article-people a {
     color: black;
     color: black;
     text-decoration: none;
     text-decoration: underline;
}
}
.entry-number-in-nrs:hover {
.related-article a:hover {
    font-style: italic;
     color: black;
     color: black;
    font-style: italic;
    text-decoration: none;
}
}
.button-open-nrs button {
.related-article-title {
     background: none;
      
    border: none;
    font-size: 19px;
    line-height: 26px;
    letter-spacing: 0.95px;
    font-family: 'HALColant-TextRegular';
    cursor: pointer;
}
}
.list-container {
.related-article-type {
     position: relative;
     border-top: 1px solid black;
}
}


.entry-nrs-query {
.related-article-type a {
     display: none; /* Hide by default */
     color: black;
    position: absolute;
     text-decoration: none;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10; /* Make sure it's above the list */
    background-color: rgba(255, 255, 255, 0.9); /* Example background */
     flex-wrap: wrap;        /* Allow items to wrap to the next line */
    justify-content: center; /* Center items horizontally */
    margin: 0 auto;        /* Center the container */
    padding-bottom: 60px;
}
}
.block-view-on div#list
.related-article-type a:hover {
{
     font-style: italic;
     width: 100% !important;
     color: black;
    max-width: -moz-available;
     max-width: -webkit-fill-available;
}
}
 
#close-button {
.list-view > div,
    float: right;
.block-view > div {
    cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28"><circle cx="14" cy="14" r="4.5" fill="white" stroke="black" stroke-width="1" /></svg>') 14 14, auto;
     display: none;
    padding: 5px 0 0 0;
}
    font-size: 20px;
 
    line-height: 24px;
.list-view .chronicle-list {
    letter-spacing: 0px;
     display: block;
}
.fade-out {
     position: absolute;
    width: 100%;
    height: 100%;
    background: #FAFAFA;
    opacity: 0.4;
     z-index: 999;
}
}


/* -----END<------ POP UP ARTICLE */


.home-list-view > div,
.home-block-view > div {
    display: none;
}


.home-block-view .home-chronicle-block {
/* ----->START------ EVENT HOMEPAGE  */
#show-event-wrapper {
     display: block;
     display: block;
    position: fixed; /* Change to fixed */
    top: 0;
    /*right: 24px;*/
    right: 1.3%;
    width: 41%;
    height: 100vh; /* Set to full viewport height */
    overflow: auto; /* Enables scrolling if content overflows */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    z-index: 9999; /* Ensure it's above #list */
    /*padding-left: 100px;*/
    margin-top: 50px;
}
}
 
#show-event {
.block-sorting-buttons {
    background-color: #FAFAFA;
     display: none;
    border: 3px solid;
    padding: 0px 10px 0 10px;
    position: relative;
    top: 40px;
    /*margin-left: 36px;*/
     margin-left: 4.6%;
}
}
 
.event-entry-number {
.list-sorting-buttons {
    border-bottom: 1px solid black;
     display: flex;
    font-size: 19px;
    line-height: 23px;
    letter-spacing: 0px;
    padding-bottom: 5px;
    padding-top: 7px;
}
.event-people {
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 1.4px;
    text-decoration: underline;
    text-align: center;
    padding-top: 15px;
     margin-bottom: 5px !important;
}
}
.home-list-sorting-buttons {
.event-people a {
     display: none;
     color: black;
    text-decoration: underline;
}
}
 
.event-title-link {
.home-block-sorting-buttons {
    border-bottom: 1px solid black;
    padding-bottom: 10px;
     display: flex;
     display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
}
.chronicle-block div#list {
.event-title {
     /*width: auto!important;*/
     font-size: 25px;
}
    line-height: 30px;
 
    letter-spacing: 1.4px;
#list-list-1, #list-list-2, #list-list-3 {
    text-align: center;
     width: 100%!important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
     max-width: 70%;
}
}
#list-block-1, #list-block-2, #list-block-3 {
.event-link {
     width: 100%!important;
    display: flex;
    margin-top: 5px;
     align-items: center;
}
}
.hidden {
 
/* -----END<------ EVENT HOMEPAGE */
 
/* ----->START------ FOOTER and SEARCH  */
#view-more-footer {
     display: none;
     display: none;
}
}
.searchresult {
.footer {
display: none;
  position: fixed;
}
  left: 0;
.oo-ui-layout.oo-ui-fieldLayout.oo-ui-fieldLayout-align-top.oo-ui-actionFieldLayout {
  bottom: 0;
   margin-top: 350px;
  width: 100%;
  box-sizing: border-box;
  z-index: 11;
  background: transparent linear-gradient(180deg, #FFF0 0%, rgba(250, 250, 250, 0.97) 80%) 0% 0% no-repeat padding-box;
  padding-bottom: 1%;
  padding-top: 100px;
  padding-left: 1.3%;
  padding-right: 1.3%;
 
  display: flex;
  justify-content: flex-start; /* Aligns the buttons to the right */
   align-items: center; /* Vertically center the items */
}
}


.mw-search-result-data {
.submit-container {
     display: none;
    position: relative; /* Positioning context for absolute children */
     display: inline-block; /* Constrain hover area to the container */
    width: calc(20% - 0px);
}
}
 
#submit {
.mw-search-result-heading {
    font-size: 17px;
  font-size: 16pt;
    line-height: 22px;
  line-height: 27px;
    letter-spacing: 0.37px;
  letter-spacing: 0.4px;
    cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28"><circle cx="14" cy="14" r="4.5" fill="white" stroke="black" stroke-width="1" /></svg>') 14 14, auto;
    color: black !important;
}
#submit:hover {
    color: black;
    text-decoration: underline;
}
.submit-hide {
    opacity: 0; /* Make it invisible initially */
    visibility: hidden; /* Ensure it's not interactable */
    display: none;
    background: black;
    width: 20%;
    position: absolute; /* Position relative to the parent */
    bottom: 100%; /* Position above the parent */
    left: 0; /* Align left with the parent */
    z-index: 1; /* Ensure it's above other content */
    transform: translateY(-10px); /* Slightly offset to prevent overlap */
}
.submit-hide p {
    color: white!important;
    font-size: 17px;
    line-height: 22px;
    letter-spacing: 0.37px;
    padding: 10px;
}
.submit-hide p .italics {
    color: white;
    font-style: italic;
}
.submit-hide p .underline {
    text-decoration: underline;
}
.submit-container:hover .submit-hide {
    display: block;
    opacity: 1;
    visibility: visible;
    width: auto;
}
}


.mw-search-results li a {
 
  font-size: 16pt!important;
 
  line-height: 27px;
.suggestions {
  letter-spacing: 0.4px;
    display: none!important;
  color: black;
}
  text-decoration: underline;
 
.simpleSearch {
  position: relative;
  display: inline-block;
  width: calc(20% - 0px);
}
#simpleSearch, #simpleSearchSpecial {
    text-align: left;
    letter-spacing: normal;
    font-family: 'HALColant-TextRegular';
    cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28"><circle cx="14" cy="14" r="4.5" fill="white" stroke="black" stroke-width="1" /></svg>') 14 14, auto;
    text-transform: uppercase;
    background: none;
    border: none;
    font-size: 17px;
    line-height: 20px;
}
 
/* Style footer background and gradient */
#simpleSearch:before, #simpleSearchSpecial:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
}


#mw-indicator-mw-helplink {
#searchInput,
   display: none;
.closing-bracket {
}
    display: none;
.mw-search-results-container h2 {
    border: none;
   display: none;
}
}
.searchresult {
 
    display: none;
 
}
#mw-content-text .mw-search-results {
#simpleSearch:hover #searchInput {
  margin-top: 0 !important;
  display: inline-block;
}
  border-bottom: 1px solid black;
.mw-search-results li {
  margin-left: -9.5px;
   list-style: none;
  background: #FAFAFA;
   margin-bottom: 0 !important;
  width: calc(75% - 20px); /* Default width */
}
 
/* Small screens */
@media (max-width: 600px) {
  #simpleSearch:hover #searchInput {
    width: calc(50% - 20px);
  }
}
 
/* Medium screens */
@media (min-width: 601px) and (max-width: 760px) {
  #simpleSearch:hover #searchInput {
    width: calc(50% - 20px);
  }
}
 
/* Medium large screens */
@media (min-width: 761px) and (max-width: 900px) {
  #simpleSearch:hover #searchInput {
    width: calc(50% - 20px);
  }
}
 
/* Large screens */
@media (min-width: 901px) and (max-width: 1000px) {
  #simpleSearch:hover #searchInput {
    width: calc(60% - 20px);
  }
}
 
/* Large screens */
@media (min-width: 1001px) and (max-width: 1100px) {
  #simpleSearch:hover #searchInput {
    width: calc(65% - 20px);
  }
}
 
/* Large screens */
@media (min-width: 1101px) and (max-width: 1200px) {
  #simpleSearch:hover #searchInput {
    width: calc(65% - 20px);
  }
}
 
/* Large screens */
@media (min-width: 1201px) and (max-width: 1300px) {
  #simpleSearch:hover #searchInput {
    width: calc(70% - 20px);
  }
}
 
/* Large screens */
@media (min-width: 1301px) and (max-width: 1400px) {
  #simpleSearch:hover #searchInput {
    width: calc(70% - 20px);
  }
}
 
 
/* Large screens */
@media (min-width: 1401px) and (max-width: 1750px) {
  #simpleSearch:hover #searchInput {
    width: calc(75% - 20px);
  }
}
 
/* Large screens */
@media (min-width: 1751px) {
   #simpleSearch:hover #searchInput {
    width: calc(80% - 20px);
  }
}
 
 
 
 
 
#simpleSearchSpecial:hover #searchInput {
    display: inline-block;
    border-bottom: 1px solid black;
    margin-left: -5px;
    background: #FAFAFA;
}
 
#simpleSearch:hover .closing-bracket, #simpleSearchSpecial:hover .closing-bracket {
    display: inline-block;
}
 
 
/* ----->END------ FOOTER and SEARCH  */
 
/* ----->START------ AUTHORS CREATORS  */
/* Styling for Authors/Creators */
.smw-columnlist-container {
   top: 420px;
  position: relative;
  margin: 0;
  width: 100%;
}
 
.smw-column {
    width: 20%!important;
}
.smw-column ul li {
    list-style: none;
}
.smw-column-header {
    font-weight:normal;
    border-bottom: 1px solid black;
    margin-right: 10px;
}
.smw-column ul {
    font-size: 16pt;
    line-height: 27px;
    letter-spacing: 0.4px;
    text-align: center;
    text-decoration: underline;
}
.smw-column a {
    color: black;
}
/* ----->END------ AUTHORS CREATORS */
 
/* ----->START------ COMMUNITY PAGE  */
/* Styling for Community */
.community-col {
    width: calc(100% - 0px);
    box-sizing: border-box;
    height: fit-content;
    padding: 0 0 0 0;
}
.community-main-text {
    margin-top: 0 !important;
    position: relative;
    top: 400px;
    font-size: 22px;
    line-height: 25px;
    letter-spacing: 0px;
}
#community-list {
    -moz-column-count: 5;
    -webkit-column-count: 5;
    -ms-column-count: 5;
    column-count: 5;
    -moz-column-gap: 10px;
    -ms-column-gap: 10px;
    -webkit-column-gap: 10px;
    column-gap: 10px;
    position: relative;
    margin: 0;
    width: 100%;
    top: 430px;
}
 
.community-card {
    font-size: 12px;
    line-height: 25px;
    letter-spacing: 0.4px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    padding: 0 0 20px 0;
    margin-bottom: -1px; /* Negative margin, same as border thickness */
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    break-inside: avoid-column;
    z-index: 1; /* Ensures the card is above the bottom border of the card above */
    background: #FAFAFA; /* Assuming cards have a white background */
}
/* Add margin-top to individual community pages */
.community-page {
    position: relative;
    top: 300px;
}
/* Removes top border from the first card in each column */
#community-list .community-card:first-of-type {
    border-top: none;
}
 
/* Adds top border to the very first card in the grid */
#community-list .community-card:first-child {
    border-top: 1px solid black;
}
.community-name {
    font-size: 25px;
    line-height: 34px;
    letter-spacing: 1.4px;
    text-align: center;
    text-decoration: underline;
    padding-top: 45px;
    padding-bottom: 45px;
    border-bottom: 1px solid black;
}
.community-name a {
  color: black !important;
}
.community-name a:hover {
   font-style: italic;
}
.community-external-reference {
    text-align: center;
    font-size: 25px;
    line-height: 34px;
    letter-spacing: 1.4px;
    border-bottom: 1px solid black;
}
.community-external-reference a {
    color: white!important;
}
.community-external-reference a:hover {
    text-decoration: none;
    font-style: italic;
}
#community-list div.community-external-reference a {
  color: black !important;
   text-decoration:none;
}
.community-setting {
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    border-bottom: 1px solid black;
}
.community-location {
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    border-bottom: 1px solid black;
}
.community-type {
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    border-bottom: 1px solid black;
}
.community-domain {
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    border-bottom: 1px solid black;
}
.community-description p {
    text-indent: 35px;
    font-size: 19px;
    line-height: 26px;
    letter-spacing: 0.95px;
    margin: 0 !important;
}
.community-description-label {
    text-transform: uppercase;
    text-indent: 35px;
    font-size: 15px;
    margin: 0 !important;
    line-height: 30px;
}
/* ----->END------ COMMUNITY PAGE  */
 
/* ----->START------ SEARCH PAGE  */
.hidden {
    display: none;
}
.oo-ui-layout.oo-ui-fieldLayout.oo-ui-fieldLayout-align-top.oo-ui-actionFieldLayout {
    margin-top: 420px;
}
.mw-search-exists {
    padding-bottom: 20px;
    font-size: 17px;
}
.mw-search-createlink {
    padding-bottom: 20px;
    font-size: 17px;
}
}
.results-info {
.mw-search-nonefound {
  display: none;
    padding-bottom: 20px;
    font-size: 17px!important;
}
}
.mw-search-exists {
#mw-content-text .searchresults {
  padding-bottom: 20px;
    padding: 25px;
}
}
.mw-search-createlink {
#mw-search-top-table div.oo-ui-actionFieldLayout {
  padding-bottom: 20px;
  padding-left: 25px;
}
  padding-right: 25px;
div#hf-nsheader-Special {
position: fixed;
    top: 0;
    left: 0;
    width: -moz-available;
    width: -webkit-fill-available;
background: transparent linear-gradient(180deg, #FFFFFF00 0%, #FAFAFA 100%) 0% 0% no-repeat padding-box;
/* background-color: rgba(250, 250, 250, .5); */
z-index: 9999;
}
div#hf-nsheader- {
position: fixed;
    top: 0;
    left: 0;
    width: -moz-available;
    width: -webkit-fill-available;
background: transparent linear-gradient(180deg, #FFFFFF00 0%, #FAFAFA 100%) 0% 0% no-repeat padding-box;
/* background-color: rgba(250, 250, 250, .5); */
z-index: 9999;
}
}
/* ----->END------ SEARCH PAGE */

Latest revision as of 09:15, 17 July 2024

/* ----->START------ FONTS  */
@font-face {
    font-family: 'HALColant-TextRegular';
    src: url('/fonts/HALColant-TextRegular.woff2') format('woff2'),
        url('/fonts/HALColant-TextRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
* {
    color: #292828; /* Specific black color */
}

/* Change text color of links on hover */
a:hover {
    cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28"><circle cx="14" cy="14" r="4.5" fill="white" stroke="black" stroke-width="1" /></svg>') 14 14, auto;
}

/* Change text color of links on focus */
a:focus {
    cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28"><circle cx="14" cy="14" r="4.5" fill="white" stroke="black" stroke-width="1" /></svg>') 14 14, auto;
}

html, body {
    font-family: HALColant-TextRegular!important;
    background: #FAFAFA 0%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28"><circle cx="14" cy="14" r="4.5" fill="black" /></svg>') 14 14, auto;
}
html {
    scrollbar-width: none; /* Firefox */
}
body {
    background: #FAFAFA 0%;
    transition: background-color 1s ease;
}
::-webkit-scrollbar {
    display: none;
}
pre.mw-code.mw-css {
    font-family: sans-serif!important;
}
/* -----END<------ FONTS */

/* ----->START------ GENERAL RULES FOR MEDIAWIKI SKIN  */
/* Page Margins */
.mw-body {
    padding: 0 !important;
    margin-left: 0 !important;
    border: none;
    background: #FAFAFA 0%;
}
.mw-search-profile-tabs {
    display: none;
}
.mw-parser-output {
    background: #FAFAFA 0%;
    transition: background-color 1s ease;
    /*padding: 25px;*/
    padding: 1.3%;
}
#mw-searchoptions {
    display: none;
}
/* Hide Mediawiki logo */
#p-logo a {
    display: none;
}
/* Hide left vertical toolbar */
#mw-panel {
    display: none;
}
.mw-parser-output a.external {
    background-image: none;
}
.mw-search-result-data {
    display: none;
}
.mw-search-result-heading {
  font-size: 16pt;
  line-height: 27px;
  letter-spacing: 0.4px;
}
.mw-search-results li a {
  font-size: 16pt!important;
  line-height: 27px;
  letter-spacing: 0.4px;
  color: black;
  text-decoration: underline;
}
#mw-indicator-mw-helplink {
  display: none;
}
.mw-search-results-container h2 {
  display: none;
}
#mw-content-text .mw-search-results {
  margin-top: 0 !important;
  
}
.mw-search-results li {
  list-style: none;
  margin-bottom: 0 !important;
}
.results-info {
  display: none;
}
.vector-body p
{
  margin-top: 0px!important;
  margin-bottom: 0px!important;
}
#firstHeading {
    display: none;
}
.mw-footer {
    display: none;
}
a.mw-selflink {
    font-weight: normal;
    text-decoration: underline;
}
a.mw-selflink:hover {
    font-weight: normal;
    text-decoration: underline;
} 
#mw-head {
    background-color: #FAFAFA;
    transition: background-color 1s ease;
    display: none;
}
.mw-body, #left-navigation, #mw-data-after-content, .mw-footer {
    margin-left: 0!important;
}
#mw-page-base {
    background-color: #FAFAFA;
    transition: background-color 1s ease;
    background-image: none;
    display: none;
}
#catlinks {
    display: none;
}
/* Don't display 3 vertical lines. This is loading of Mediawiki*/
.mw-indicators {
    display: none;
}
/* Don't display loading load spinner. This is loading of Semantic Mediawiki*/
.smw-overlay-spinner {
    display: none;
}
.mw-content-subtitle, #contentSub, #contentSub2 {
    display: none;
}
/* -----END<------ GENERAL RULES FOR MEDIAWIKI SKIN */

/* ------> STYLING HEADER */
.custom-navbar {
    display:none;
}
.logo p {
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 0.37px;
  text-align: right;
  text-decoration: underline;
  margin-top: -0.33rem !important;
}
div.hf-header {
    position: fixed;
    top: 0;
    left: 0;
    width: -moz-available; /* For Firefox */
    width: -webkit-fill-available; /* For Chrome and Safari */
    background: transparent linear-gradient(180deg, #FAFAFA 0%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
    z-index: 9999;
    /*padding: 25px 25px 0 25px;*/
    padding: 1.3%;
}
div#hf-nsheader- {
    position: fixed;
    top: 0;
    left: 0;
    width: -moz-available; /* For Firefox */
    width: -webkit-fill-available; /* For Chrome and Safari */
    background: transparent linear-gradient(180deg, #FAFAFA 0%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
    z-index: 9999;
    /*padding: 25px 25px 0 25px;*/
    padding: 1.3%;
}
div#hf-nsheader-Special {
    position: fixed;
    top: 0;
    left: 0;
    width: -moz-available; /* For Firefox */
    width: -webkit-fill-available; /* For Chrome and Safari */
    background: transparent linear-gradient(180deg, #FAFAFA 0%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
    z-index: 9999;
    /*padding: 25px 25px 0 25px;*/
    padding: 1.3%;
}
#header-container {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    /*padding-bottom: 100px;*/
}
.head-col {
    width: calc(20% - 0px);
    box-sizing: border-box;
    height: fit-content;
    padding: 10px;
}   
.head-links.head-col {
  width: calc(20% - 3px);
}
.head-col-extend {
    box-sizing: border-box;
    height: fit-content;
}
.head-box {
    border: 1px solid black;
    background: #FAFAFA;
    z-index: 2;
    position: relative;
}
.head-box:hover {
    cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28"><circle cx="14" cy="14" r="4.5" fill="white" stroke="black" stroke-width="1" /></svg>') 14 14, auto;
}
.head-nav {
    padding-left: 15px;
    padding-top: 5px;
    line-height: 23px;
}
.head-links {
    padding-top: 5px;
}

/* FILTERS HEADER */
.head-filter.head-col-extend {
    width: calc(40% + 3px);
    overflow: hidden;
}
.container-filter-label-button {

}

.buttons-filters {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.35px;
    padding-bottom: 5px;
    display: grid;
    grid-template-columns: 1fr 1fr; /* two equal columns */
    align-items: center;
    gap: 10px;
}

.count-filters-container {
  border-bottom: 1px solid black;
  padding-bottom: 5px;
}

.count-filtered-cards {
  font-size: 17px;
  line-height: 22px;
  font-style: italic;
  margin-top: 0;
  width: fit-content;
}

.count-filtered-cards span {
  margin-right: 2px;
  background-color: #EDEDED;
  padding: 1px 3px;
}


.reset-button {
    
}
.reset-button {
    justify-self: end;
}
.open-close-button {
    justify-self: start;
}
.reset-symbol {
  font-size: 20px;
}
.reset-filter {
    font-family: HALColant-TextRegular !important;
    background: none;
    border: none;
    font-size: 17px;
    line-height: 20px;
    cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28"><circle cx="14" cy="14" r="4.5" fill="white" stroke="black" stroke-width="1" /></svg>') 14 14, auto;
    text-transform: uppercase;
}
.toggle-filters.general-toggle {
    font-family: HALColant-TextRegular !important;
    background: none;
    border: none;
    font-size: 17px;
    line-height: 20px;
    cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28"><circle cx="14" cy="14" r="4.5" fill="white" stroke="black" stroke-width="1" /></svg>') 14 14, auto;
    text-transform: uppercase;
    padding-left: 0!important;
}
.toggle-filters.open-filter {
    font-family: HALColant-TextRegular !important;
    position: absolute;
    background: none;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0px;
    border: none;
    padding: 5px 0;
    cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28"><circle cx="14" cy="14" r="4.5" fill="white" stroke="black" stroke-width="1" /></svg>') 14 14, auto;
    text-decoration: underline;
    font-size: 17px;
    line-height: 22px;
    letter-spacing: 0.95px;
}
.toggle-filters.open-filter:hover {
    font-style: italic;
}
.filter-button {
    font-family: HALColant-TextRegular !important;
    padding: 0 !important;
    white-space: nowrap;
    background: rgb(237,237,237);
    margin-bottom: 5px;
    border: none;
    cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28"><circle cx="14" cy="14" r="4.5" fill="white" stroke="black" stroke-width="1" /></svg>') 14 14, auto;
    font-size: 19px;
    line-height: 26px;
    letter-spacing: 0.95px;
}
.filter-button:hover {
    font-style: italic;
}
.values {
    display: none; /* Keep the filter values hidden initially */
    padding-top: 30px;
}
button.active {
    text-decoration: underline;
}
#filters {
    display: none; /* Hidden initially, will be shown on button click */
    width: 100%; /* Full width of the parent container */
    grid-template-columns: repeat(4, 1fr); /* Creates four columns with equal width */
    gap: 5px; /* Space between grid items */
    box-sizing: border-box;
    opacity: 0;
    transition: opacity 0.5s ease, height 0.5s ease;
    height: 0;
    overflow: hidden;
    background: transparent linear-gradient(180deg,#FAFAFA 0%,#FFFFFF00 100%) 0% 0% no-repeat padding-box;
}
@media screen and (max-width: 1366px) {
    .toggle-filters.open-filter {
        font-size: 15px;
        line-height: 24px;
        letter-spacing: 0.95px;
    }

    .filter-button {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.95px;
    }

    #filters {
        grid-template-columns: 0.65fr 0.8fr 1fr 1fr; 
    }
}

#filters.is-visible {
    display:grid;
    opacity: 1;
    height: auto; /* Adjust to the natural height of the content */
}
.filter {
    white-space: normal;
    overflow-wrap: break-word;
}
.filter-label {
    font-size: 17px;
    line-height: 22px;
    letter-spacing: 0.37px;
}

.header-entry-number {
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 0.37px;
    padding-bottom: 5px;
    float: left;
}
.header-authors {
    font-size: 19px;
    line-height: 26px;
    letter-spacing: 0.95px;
    padding-left: 5em;

}
.header-title {
    border-top: 1px solid black;
    font-size: 19px;
    line-height: 26px;
    letter-spacing: 0.95px;
    padding: 4px 0;
}
.header-authors a {
    color: black;
    text-decoration: none;
}
.header-authors a:hover {
    font-style: italic;
}
.header-title a {
    color: black;
    text-decoration: none;
}
.header-title a:hover {
    font-style: italic;
}
.header-type {
    border-top: 1px solid black;
    font-size: 19px;
    line-height: 23px;
    letter-spacing: 0.95px;
    padding-top: 4px;
}
.header-index {
    font-size: 17px;
    line-height: 22px;
    letter-spacing: 0.37px;
}
.header-index a {
    color: black;
}
.header-index a:hover {
    color: black;
}
.header-people {
    font-size: 17px;
    line-height: 22px;
    letter-spacing: 0.37px;
}
.header-people a{
    color: black!important;
}
.header-people a:hover{
    color: black;
}
.header-community {
    font-size: 17px;
    line-height: 22px;
    letter-spacing: 0.37px;
}
.header-community a {
    color: black!important;
}
.header-community a:hover{
    color: black;
}
.header-date {
    color: #4D4D4D;
    font-size: 17px;
    line-height: 22px;
    letter-spacing: 0.37px;
}
.header-about {
    font-size: 17px;
    line-height: 22px;
    letter-spacing: 0.37px;
}
.header-about a {
    color: black!important;
}
.header-about a:hover{
    color: black;
}
.about-hide {
    opacity: 0; /* Make it invisible initially */
    visibility: hidden; /* Ensure it's not interactable */
    display: none;
    color: black;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 1.4px;
    width: 200%;
    border-bottom: 1px solid black;
    padding-bottom: 5px;
    padding-top: 5px;
    transition: opacity 0.8s ease, visibility 0.8s;
}
.header-about:hover + .about-hide {
    display: block;
    opacity: 1; /* Make it fully visible on hover */
    visibility: visible; /* Make it interactable */
}
#about-container {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    padding-bottom: 12%;
    top: 420px;
    position: relative;
    width: 100%;
}
.about-col {
    width: calc(40% - 0px);
    box-sizing: border-box;
    height: fit-content;
    padding: 0 0 0 0;
    margin-bottom: 30px;
    margin-right: 15px;
}
.about-details-col {
    width: calc(18% - 0px);
    box-sizing: border-box;
    height: fit-content;
    margin-bottom: 30px;
    font-size: 10pt;
    line-height: 16px;
    letter-spacing: 0.4px;
    border-bottom: 1px solid black;
}
.about-details-label {
    border-top: 1px solid black;
    padding-top: 5px;
    margin-bottom: 0 !important;
    text-indent: 35px;
}
.about-details-text {
    margin: 3px 0 !important;
}
.about-main-text {
    text-indent: 35px;
    font-size: 23px;
    line-height: 31px;
    letter-spacing: 1.29px;
    margin-top: 0 !important;
}
.about-bullets {
    text-indent: 35px;
    padding-left: 35px;
}
.about-more-text {
    text-indent: 35px;
    font-size: 23px;
    line-height: 31px;
    letter-spacing: 1.29px;
    margin-top: 0 !important;
}
.about-label {
    font-size: 15px;
    line-height: 19px;
    letter-spacing: 0.48px;
    border-top: none!important;
    text-indent: 35px;
    margin-bottom: 0 !important;
}
.about-details-contact-label {
    font-size: 15px;
    line-height: 19px;
    letter-spacing: 0.48px;
    border-top: none!important;
    text-indent: 35px;
    margin-bottom: 0 !important;
}
.about-details-contact {
    font-size: 15px;
    line-height: 18px;
    text-indent: 35px;
    letter-spacing: 0.84px;
    margin-top: 0 !important;
}
/* -----END<------ STYLING HEADER */


img {
    border: 0;
    width: 50px;
    height: auto;
}

.home-block-view {
    display: none;
    position: relative;
    top: 440px;
    width: -moz-available!important;
    width: -webkit-fill-available!important;
}
.home-list-view {
    display: none;
    position: relative;
    top: 440px;
}

/* ----->START------ BUTTONS IN HOME LIST BLOCK CHRONICLE RANDOM ALPHABETICAL */

.active-view-button button {
    text-decoration: underline;
}

/* Block and List View Buttons */
.view-container-buttons {
    display: flex;
    justify-content: space-between; /* This puts one group on the left, and the other on the right */
    position: relative;
    top: 420px;
}
.view-buttons, .order-buttons {
    display: flex; 
    justify-content: left;
}
.home-view-buttons, .home-order-buttons {
    display: flex; 
    justify-content: left;
    position: relative;
    z-index: 1000;
}
.view-buttons, .order-buttons {
    display: flex; 
    justify-content: left;
    position: relative;
    z-index: 1000;
}
.home-list-sorting-buttons, .home-block-sorting-buttons {
    position: absolute; 
    top: 0;
    left: 0;
    width: 100%;
    display: flex; 
    justify-content: flex-end; 
}
.list-sorting-buttons, .block-sorting-buttons {
    position: absolute; 
    top: 0;
    left: 0;
    width: 100%;
    display: flex; 
    justify-content: flex-end; 
}
.home-list-sorting-buttons {
    display: none; /* Initially hide the sorting buttons */
}
.block-sorting-buttons {
    display: none; /* Initially hide the sorting buttons */
}
.list-view-button, .block-view-button, .chronicle-button, .random-button, .alphabetical-button, .chronicle-list-button, .random-list-button, .alphabetical-list-button, .chronicle-block-button, .random-block-button, .alphabetical-block-button, .home-list-view-button, .home-block-view-button, .home-chronicle-list-button, .home-random-list-button, .home-alphabetical-list-button, .home-chronicle-block-button, .home-random-block-button, .home-alphabetical-block-button {
    font-size: 19px;
    line-height: 26px;
    letter-spacing: 0.95px;
    padding-inline: 2px;
    display: inline-block;
}
.home-list-view-button button:hover, .home-block-view-button button:hover, .home-chronicle-block-button button:hover, .home-chronicle-list-button button:hover, .home-random-block-button button:hover, .home-random-list-button button:hover, .home-alphabetical-block-button button:hover, .home-alphabetical-list-button button:hover{
  text-decoration: underline;
  cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28"><circle cx="14" cy="14" r="4.5" fill="white" stroke="black" stroke-width="1" /></svg>') 14 14, auto;
}
.home-list-view-button button:focus, .home-block-view-button button:focus, .home-chronicle-block-button button:focus, .home-chronicle-list-button button:focus, .home-random-block-button button:focus, .home-random-list-button button:focus, .home-alphabetical-block-button button:focus, .home-alphabetical-list-button button:focus{
  text-decoration: underline;
  cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28"><circle cx="14" cy="14" r="4.5" fill="white" stroke="black" stroke-width="1" /></svg>') 14 14, auto;
}
.list-view-button button, .block-view-button button, .chronicle-button button, .random-button button, .alphabetical-button button, .chronicle-list-button button, .random-list-button button, .alphabetical-list-button button, .chronicle-block-button button, .random-block-button button, .alphabetical-block-button button, .home-list-view-button button, .home-block-view-button button, .home-chronicle-list-button button, .home-random-list-button button, .home-alphabetical-list-button button, .home-chronicle-block-button button, .home-random-block-button button, .home-alphabetical-block-button button{
    background: transparent;
    border: none;
    font-family: HALColant-TextRegular!important;
    font-size: 19px;
    line-height: 26px;
    letter-spacing: 0.4px;
    padding-inline: 5px;
}

/* -----END<------ BUTTONS IN HOME LIST BLOCK CHRONICLE RANDOM ALPHABETICAL */

/* ----->START------ LIST AND BLOCK VIEW */

/* BLOCK VIEW */
.home-chronicle-block div.list-container {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    padding-left: 1px;
}
/* Card for BLOCK view */
.home-chronicle-block div.list-container div.card {
  position: relative;
  width: calc(20% - 0px);
  box-sizing: border-box;
  border: 1px solid black;
  height: fit-content;
  padding: 5px 10px;
  margin-bottom: 30px;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.9px;
  cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><text x="50%" y="50%" dominant-baseline="middle" text-anchor="middle" font-size="24" font-family="Arial" fill="black">⤢</text></svg>') 16 16, auto;
}
.home-chronicle-block div.list-container div.card:hover {
    background: #f3f3f3;
}
.home-chronicle-list div.list-container div.card:hover {
    background: #f3f3f3;
}
.home-chronicle-block div.list-container div.event:hover {
  background: black;
  color: white !important;
  cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28"><circle cx="14" cy="14" r="4.5" fill="white" stroke="black" stroke-width="1" /></svg>') 14 14, auto;
}

.home-chronicle-block div.list-container div.event:hover .entry-number,
.home-chronicle-block div.list-container div.event:hover .event-link,
.home-chronicle-block div.list-container div.event:hover .title,
.home-chronicle-block div.list-container div.event:hover .container-people-date .people a,
.home-chronicle-block div.list-container div.event:hover .container-people-date .date,
.home-chronicle-block div.list-container div.event:hover .type a {
  color: white !important;
}

.home-chronicle-list div.list-container div.event:hover {
  background: black;
  color: white !important;
  cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28"><circle cx="14" cy="14" r="4.5" fill="white" stroke="black" stroke-width="1" /></svg>') 14 14, auto;
}

.home-chronicle-list div.list-container div.event:hover .entry-number,
.home-chronicle-list div.list-container div.event:hover .event-link,
.home-chronicle-list div.list-container div.event:hover .title,
.home-chronicle-list div.list-container div.event:hover .container-people-date .people a,
.home-chronicle-list div.list-container div.event:hover .container-people-date .date,
.home-chronicle-list div.list-container div.event:hover .type a {
  color: white !important;
}

.home-chronicle-block div.list-container div.event div.entry-number {
    z-index: 100000;
}
.home-chronicle-block div.list-container div.event div.entry-number:hover {
    color: white;
}
.home-chronicle-block div.list-container div.card:not(:first-child) {
    margin-left: -1px;
    border-left: 1px solid black;
}
.home-chronicle-block div.list-container div.card:nth-child(5n + 1) {
    transform: none;
    width: calc(20% - 0px);
}
.home-chronicle-block div.list-container div.card:last-child {
    margin-right: 0;
    border-right: 1px solid black;
}

/* Contents of Card for BLOCK view */
.home-chronicle-block div.list-container div.card div.images {
    border-top: 1px solid black;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex; 
    flex-wrap: nowrap; 
}
.home-chronicle-block div.list-container div.card div.image1,  .home-chronicle-block div.list-container div.card div.image2 {
    margin-right: 10px; 
    transition: transform 0.3s ease;
    transform-origin: top left;
}
.home-chronicle-block div.list-container div.card div.image1 img,  .home-chronicle-block div.list-container div.card div.image2 img{
    display: block;
    width: auto;
    height: 75px;

}

.home-chronicle-block div.list-container div.card div.image1:hover,
.home-chronicle-block div.list-container div.card div.image2:hover {
    transform: scale(2); 
    position: relative;
    z-index: 900000;
}

.home-chronicle-block div.list-container div.card div.image3, .home-chronicle-block div.list-container div.card div.image4, .home-chronicle-block div.list-container div.card div.image5 {
    display: none;
}
.home-chronicle-block div.list-container div.card div.image3 img, .home-chronicle-block div.list-container div.card div.image4 img, .home-chronicle-block div.list-container div.card div.image5 img {
    display: none;
}

.home-chronicle-block div.list-container div.card div.entry-number {
  padding-bottom: 3px;
  float: left;
}
.title a {
  color: black !important;
  pointer-events: none;
  cursor: default;
}

.home-chronicle-block div.list-container div.card div.event-link {
    text-decoration: underline;
    font-size: 16px;
    line-height: 26px;
    float: right;
    margin-top: -2px;
    font-family: Arial, sans-serif;
    text-underline-offset: 3px;
}

.home-chronicle-block div.list-container div.card.event .title {
  font-size: 23px;
  line-height: 26px;
  font-style: italic;
  text-align: left;
  letter-spacing: 0.9px;
  padding: 6px 6px 6px 0;
  border-top: 1px solid black
}
.home-chronicle-list div.list-container div.card.event div.title {
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.9px;
  font-style: italic;
  text-align: left;
  width: calc(60% - 0px);
  max-width: 40%;
}
.home-chronicle-list div.list-container div.card.event .container-people-date {
  display: flex;
  width: calc(20% - 0px);
  padding-right: 50px;
}
.home-chronicle-list div.list-container div.card.event div.people {
  width: auto;
  flex: 1;
}
.home-chronicle-list div.list-container div.card.event div.date {
    width: auto;
    flex: 1;
}
.home-chronicle-block div.list-container div.card.event div.container-people-date {
    display: flex; /* Enables flexbox layout mode */
    justify-content: space-between;
    border-top: 1px solid black;
}
.home-chronicle-block div.list-container div.card.event div.people {
    padding-left: 0!important;
}

.home-chronicle-block div.list-container div.card div.container-people-date .people {
  flex: 1; 
  text-align: left;
  border: none!important;
  line-height: 23px !important;
  padding-top: 6px;
}
.home-chronicle-block div.list-container div.card div.container-people-date .date {
  flex: 1; 
  text-align: right;
  line-height: 23px !important;
  padding-top: 6px;
}

.home-chronicle-block div.list-container div.card div.people {
  line-height: 23px!important;
  padding-top: 2px;
  padding-left: 5em;
}
.home-chronicle-block div.list-container div.card div.people a {
    color: black;
    text-decoration: underline;
}
.home-chronicle-block div.list-container div.card div.people a:hover {
    font-style: italic;
    color: black;
}

.home-chronicle-block div.list-container div.card div.title {
  font-size: 23px;
  padding: 6px 0;
  border-top: 1px solid black;
}

.home-chronicle-block div.list-container div.card div.type {
    border-top: 1px solid black;
    padding-top: 5px;
}
.home-chronicle-block div.list-container div.card div.type a {
    color: black;
    text-decoration: none;
}
.home-chronicle-block div.list-container div.card div.type a:hover {
    font-style: italic;
    color: black;
}
.home-chronicle-block div.list-container div.card.event div.type a:hover {
    
}
/* Card for LIST view */
.home-chronicle-list div.list-container {
    width: 100%; /* For Chrome and other browsers */
    padding-bottom: 80px;
}
.home-chronicle-list div.list-container div.card {
  width: -moz-available!important;
  width: -webkit-fill-available!important;
  width: 100%;
  margin-bottom: 0;
  border-left: 1px solid black;
  border-right: 1px solid black;
  border-bottom: none;
  border-top: 1px solid black;
  cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><text x="50%" y="50%" dominant-baseline="middle" text-anchor="middle" font-size="24" font-family="Arial" fill="black">⤢</text></svg>') 16 16, auto;
  display: flex;
  align-items: flex-start;
  justify-content: start;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.9px;
  transition-delay: .001s;
  padding: 5px 10px;
}
.home-chronicle-list div.list-container div.card:not(:first-child) {
    margin-left: 0;
    border-left: 1px solid black;
}
.home-chronicle-list div.list-container div.card:nth-child(5n + 1) {
    margin-left: 0;
    transform: none;
}
/*
.home-chronicle-list div.list-container div.card:last-child {
    margin-right: 0;
    border-bottom: 1px solid black;
} */
.home-chronicle-list div.list-container div.card.last-visible {
    margin-right: 0;
    border-bottom: 1px solid black;
}

/* Contents of Card for LIST view */
.home-chronicle-list div.list-container div.card div.entry-number {
    width: calc(10% - 0px);
}
.home-chronicle-list div.list-container div.event div.entry-number {
    width: calc(3.5% + 5px);
}
.home-chronicle-list div.list-container div.event div.event-link {
    width: calc(6.5% - 0px);
    text-decoration: underline;
    font-size: 16px;
    line-height: 24px;
    float: right;
    margin-top: -3.4px;
    font-family: Arial, sans-serif;
    text-underline-offset: 3px;
}
.home-chronicle-list div.list-container div.card div.people {
    width: calc(20% - 0px);
    border: none;
    padding-right: 50px;
}
.home-chronicle-list div.list-container div.card div.people a {
    text-decoration: underline;
    color: black;
}
.home-chronicle-list div.list-container div.card.event div.people a {
   
}
.home-chronicle-list div.list-container div.card div.people a:hover {
    font-style: italic;
}
.home-chronicle-list div.list-container div.card div.title-images {
    display: flex;
    width: calc(60% - 0px);
    max-width: 50%;
}
.home-chronicle-list div.list-container div.card div.images {
    display: flex;
    border: none;
    padding-top: 0;
    padding-bottom: 0;
}

.home-chronicle-list div.list-container div.card div.image1 img,  .home-chronicle-list div.list-container div.card div.image2 img{
    display: block;
    max-width: 100%;
    width: auto;
    height: 25px;
}
.home-chronicle-list div.list-container div.card div.image1, .home-chronicle-list div.list-container div.card div.image2  {
    margin-right: 10px;
    transition: transform 0.3s ease;
    transform-origin: top left;
}
.home-chronicle-list div.list-container div.card div.image3, .home-chronicle-list div.list-container div.card div.image4, .home-chronicle-list div.list-container div.card div.image5 {
    display: none;
}
.home-chronicle-list div.list-container div.card div.type {
    width: calc(10% - 0px);
    border: none;
    white-space: nowrap;
    position: absolute;
    left: 90%;
}
.home-chronicle-list div.list-container div.card.event div.type a {
    
}
.home-chronicle-list div.list-container div.card div.type a {
    color: black;
    text-decoration: none;
}
.home-chronicle-list div.list-container div.card div.type a:hover {
    font-style: italic;
}
.home-chronicle-list div.list-container div.card div.title {
    max-width: 50%;
}
.home-chronicle-list div.list-container div.card div.image1:hover,
.home-chronicle-list div.list-container div.card div.image2:hover {
    transform: scale(6); 
}

.card.event + .card.event {
    border-left: none;
}
/* -----END<------ LIST AND BLOCK VIEW */

/* ----->START------ POP UP ARTICLE */
#list {
    width: 100%!important;
}
#show-article-wrapper-entry {
    display: block;
    position: fixed; /* Change to fixed */
    top: 0;
    /*right: 24px;*/
    right: 1.3%;
    width: 41%;
    height: 100vh; /* Set to full viewport height */
    overflow: auto; /* Enables scrolling if content overflows */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    z-index: 9999; /* Ensure it's above #list */
    /*padding-left: 100px;*/
    margin-top: 50px;
}
#show-article-wrapper-entry #show-article {
    padding-bottom: 50px;
}
/* Hides scrollbar for Webkit browsers */
#show-article-wrapper-entry::-webkit-scrollbar {
    display: none;
}
#show-article-wrapper {
    display: none;
    position: fixed; /* Change to fixed */
    top: 5%;
    /*right: 24px;*/
    right: 1.3%;
    width: 41%;
    height: 100vh; /* Set to full viewport height */
    overflow: auto; /* Enables scrolling if content overflows */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    z-index: 9999; /* Ensure it's above #list */
    /*padding-left: 100px;*/
}
/* Hides scrollbar for Webkit browsers */
#show-article-wrapper::-webkit-scrollbar {
    display: none;
}
#show-article {
    background-color: #FAFAFA;
    border: 1px solid;
    padding: 0px 10px 0 10px;
    position: relative;
    top: 40px;
    /*margin-left: 36px;*/
    margin-left: 4.6%;
}
#show-article-before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #FAFAFA;
    border: 1px solid #080808;
    transition: all 0.3s ease;
    opacity: 0; /* Initially hidden */
    z-index: -1; /* Ensures it's under the main content */
}
#show-article:hover #show-article-before {
    opacity: 1; 
        scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
}
/* Hides scrollbar for Webkit browsers */
#show-article::-webkit-scrollbar {
    display: none;
}

.article-metadata {
    display: flex;
    border-bottom: 1px solid black;
    padding: 5px 0 5px 0;
}
.article-metadata-label {
    text-transform: uppercase;
    margin-bottom: 0 !important;
    margin-top: 5px!important;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0.48px;
}
.article-metadata-value {
    text-transform: capitalize;
    font-size: 19px;
    line-height: 23px;
    letter-spacing: 0.6px;
    margin-top: 0 !important;
    margin-bottom: 7px !important;
}
.article-metadata-value a {
  color: black !important;
}

.article-metadata-column:not(:first-child) {
    margin-left: 20px;
}

.article-metadata-column:nth-child(n+2) {
    margin-left: 10%;
}
.article-label-description {
    text-transform: uppercase;
    text-indent: 35px;
    padding-top: 5px;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0.48px;
}
.article-label-image {
    text-transform: uppercase;
    text-indent: 35px;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0.48px;
    padding-top: 5px;
}
.article-label-reflection {
    text-transform: uppercase;
    text-indent: 35px;
    padding-top: 5px;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0.48px;
}
.article-label-quote {
    text-transform: uppercase;
    text-indent: 35px;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0.48px;
    padding-top: 5px;
}
.article-label-modification-date {
    text-transform: uppercase;
    padding-top: 5px;
    text-indent: 35px;
    color: grey;
    display: inline-block;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0.48px;
}
.article-entry-number {
    border-bottom: 1px solid black;
    font-size: 19px;
    line-height: 23px;
    letter-spacing: 0px;
    padding-bottom: 5px;
    padding-top: 7px;
}
.article-people {
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 1.4px;
    text-decoration: underline;
    text-align: center;
    padding-top: 15px;
    margin-bottom: 5px!important;
}
.article-people a {
    color: black;
    text-decoration: underline;
}
.article-people a:hover {
    font-style: italic;
    color: black;
}
.article-title-link {
    border-bottom: 1px solid black;
    padding-bottom: 10px;
    display: flex; /* Use flexbox */
    flex-direction: column; /* Stack items vertically */
    align-items: center; /* Align items horizontally in the center */
    justify-content: center; /* Align items vertically in the center */
    text-align: center; /* Center the text */
}
.article-title {
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 1.4px;
    text-align: center;
    margin-bottom: 0!important;
    margin-top: 0 !important;
    max-width: 70%;
}
.article-title a{
    color: black!important;
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 1.4px;
    text-align: center;
    margin-bottom: 0!important;
    margin-top: 0 !important;
    max-width: 70%;
}
.article-type {
    font-size: 19px;
    line-height: 23px;
    letter-spacing: 0.4px;
    border-bottom: 1px solid black;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 5px 0 5px 0;
}
.article-type a {
    color: black;
    text-decoration: none;
}
.article-type a:hover {
    font-style: italic;
    color: black;
}
.article-entity {
    font-size: 12pt;
    line-height: 25px;
    letter-spacing: 0.4px;
    margin-top: 0 !important;
}
.article-discipline {
    font-size: 12pt;
    line-height: 25px;
    letter-spacing: 0.4px;
    margin-top: 0 !important;
}
.article-subject {
    font-size: 12pt;
    line-height: 25px;
    letter-spacing: 0.4px;
    margin-top: 0 !important;
}
.article-images {
    border-bottom: 1px solid black;
    padding-bottom: 7px;
}
.article-image {
    position: relative;
}
.external-link-icon {
    display: flex; /* Use flexbox */
    align-items: center; /* Align items vertically in the center */
    justify-content: center; /* Center the content horizontally */
    width: 20px; /* Adjust the width as needed */
    height: 20px; /* Adjust the height as needed */
    font-size: 17px;
    line-height: 22px;
    letter-spacing: 0.48px;
    color: black !important;
    text-decoration: none;
}
.external-link-icon a {
    font-size: 17px;
    line-height: 22px;
    letter-spacing: 0.48px;
    color: black !important;
    text-decoration: none;
}
.external-link-icon a:hover {
    text-decoration: underline;
}
p.pdf-link-icon {
  margin-right: 10px;
}
.text-symbol {
    color: black; /* Ensure the symbol is black */
    font-size: 15px;
}

.pdf-link-icon {
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 0.48px;
  color: black !important;
  margin-right: 25px;
  margin-left: -20px;
}
.pdf-link-icon a {
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 0.48px;
  color: black !important;
}
.link-pdf {
    display: flex;
    margin-top: 5px;
    align-items: center;
}

.image-container {
    position: relative;
    display: inline-block;
}

.image-container img {
    display: block;
    max-width: 100%; 
    width: auto;
    height: 400px; 
    padding-bottom: 3px;
}

.arrows-and-image {
    position: relative;
    width: fit-content;
}

.image-navigation {
    position: relative;
    display: inline-block;
}
.image-navigation:hover .prev-arrow,
.image-navigation:hover .next-arrow {
    display: block;
}


.image-navigation:hover .caption-image1,
.image-navigation:hover .caption-image2,
.image-navigation:hover .caption-image3,
.image-navigation:hover .caption-image4,
.image-navigation:hover .caption-image5,
.image-navigation:hover .related-article-caption-image1,
.image-navigation:hover .related-article-caption-image2,
.image-navigation:hover .related-article-caption-image3,
.image-navigation:hover .related-article-caption-image4,
.image-navigation:hover .related-article-caption-image5 {
    display: block;
}

.prev-arrow, .next-arrow {
    position: absolute;
    top: 53%;
    transform: translateY(-53%);
    cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28"><circle cx="14" cy="14" r="4.5" fill="white" stroke="black" stroke-width="1" /></svg>') 14 14, auto;
    user-select: none;
    font-size: 40px;
    color: white; /* Adjust color as needed */
    display: none; /* Hide arrows initially */
    z-index: 10;
}

.prev-arrow {
    left: 10px;
}

.next-arrow {
    right: 10px;
}
.caption-line {
    display: contents;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: white;
  padding: 0px;
  text-align: center;
  font-size: 25px;
  line-height: 28px;
  letter-spacing: 0.4px;
  font-style: italic;
  font-weight: bold;
  max-width: 100%;
  white-space: normal;
  overflow: visible;
  text-overflow: ellipsis;
  text-shadow: 2px 2px 40px rgba(0,0,0,.8);
}
.caption-image1, .caption-image2, .caption-image3, .caption-image4, .caption-image5, .related-article-caption-image1, .related-article-caption-image2, .related-article-caption-image3, .related-article-caption-image4, .related-article-caption-image5 {
    display: none;
    caption-side: bottom;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.48px;
    
}
.article-book {
    text-transform: capitalize;
    font-size: 19px;
    line-height: 23px;
    letter-spacing: 0.6px;
    margin-top: 0 !important;
    margin-bottom: 7px !important;
}
.article-web {
    text-transform: capitalize;
    font-size: 19px;
    line-height: 23px;
    letter-spacing: 0.6px;
    margin-top: 0 !important;
    margin-bottom: 7px !important;
    border-bottom: 1px solid black;
}
.article-year {
    text-transform: capitalize;
    font-size: 19px;
    line-height: 23px;
    letter-spacing: 0.6px;
    margin-top: 0 !important;
    margin-bottom: 7px !important;
    border-bottom: 1px solid black;
}
.article-has-url {
    text-transform: capitalize;
    font-size: 19px;
    line-height: 23px;
    letter-spacing: 0.6px;
    margin-top: 0 !important;
    margin-bottom: 7px !important;
    border-bottom: 1px solid black;
}
.article-has-pdf {
    text-transform: capitalize;
    font-size: 19px;
    line-height: 23px;
    letter-spacing: 0.6px;
    margin-top: 0 !important;
    margin-bottom: 7px !important;
    border-bottom: 1px solid black;
}
.article-internal-ref {
    text-transform: capitalize;
    font-size: 19px;
    line-height: 23px;
    letter-spacing: 0.6px;
    margin-top: 0 !important;
    margin-bottom: 7px !important;
    border-bottom: 1px solid black;
}
.article-external-ref {
    font-size: 19px;
    line-height: 23px;
    letter-spacing: 0.6px;
    margin-top: 0 !important;
    margin-bottom: 7px !important;
    border-bottom: 1px solid black;
}
.article-external-reference {
    font-size: 19px;
    line-height: 23px;
    letter-spacing: 0.6px;
    margin-top: 0 !important;
    margin-bottom: 7px !important;
    border-bottom: 1px solid black;
    text-indent: 35px;
    padding-bottom: 5px;
}
.article-label-external-reference {
  text-transform: uppercase;
  text-indent: 35px;
  padding-top: 5px;
  font-size: 15px;
  line-height: 23px;
  letter-spacing: 0.48px;
}
.article-external-ref a {
  padding-right: 0px !important;
  color: black !important;
}
.article-external-reference a {
    padding-right: 0px !important;
    color: black !important;
}
.article-format-participation {
    text-transform: capitalize;
    font-size: 19px;
    line-height: 23px;
    letter-spacing: 0.6px;
    margin-top: 0 !important;
    margin-bottom: 7px !important;
    border-bottom: 1px solid black;
}
.article-setting {
    text-transform: capitalize;
    font-size: 19px;
    line-height: 23px;
    letter-spacing: 0.6px;
    margin-top: 0 !important;
    margin-bottom: 7px !important;
    border-bottom: 1px solid black;
}
.article-notes {
    font-size: 23px;
    line-height: 31px;
    letter-spacing: 1.29px;
    text-align: left;
    text-indent: 35px;
    border-bottom: 1px solid black;
}
.image-container:hover .caption-image1,
.image-container:hover .caption-image2,
.image-container:hover .caption-image3,
.image-container:hover .caption-image4,
.image-container:hover .caption-image5 {
    display: block;
}

.image-container:hover .related-article-caption-image1,
.image-container:hover .related-article-caption-image2,
.image-container:hover .related-article-caption-image3,
.image-container:hover .related-article-caption-image4,
.image-container:hover .related-article-caption-image5 {
    display: block;
}

.article-description {
    font-size: 23px;
    line-height: 31px;
    letter-spacing: 1.29px;
    text-align: left;
    text-indent: 35px;
    border-bottom: 1px solid black;
}
.article-reflection {
    font-size: 23px;
    line-height: 31px;
    letter-spacing: 1.29px;
    text-align: left;
    text-indent: 35px;
    margin-top: 0 !important;
    border-bottom: 1px solid black;
    padding-bottom: 5px;
}
.article-quote {
    font-size: 30px;
    line-height: 31px;
    letter-spacing: 1.5px;
    font-style: italic;
    text-align: left;
    text-indent: 35px;
    margin-top: 0 !important;
    border-bottom: 1px solid black;
    padding-bottom: 5px;
}

.article-modification-date {
    color: grey;
    text-align: left;
    text-indent: 10px;
    margin-top: 0 !important;
    display: inline-block;
    padding-bottom: 5px;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0.48px;
}

#related-articles {
    margin-top: 0px;
    /*margin-left: 36px;*/
    margin-left: 4.6%;
    padding-bottom: 80px;
    padding-top: 100px;
}
.related-articles-label {
    text-transform: uppercase;
    margin-bottom: 0 !important;
    text-indent: 35px;
}
.related-articles-container {
    display: flex;
    flex-wrap: wrap;
    gap: 0; /* No gap between articles */
}
.related-article {
    width: calc(50% - 0px); /* Adjusted width */
    box-sizing: border-box;
    border: 1px solid black;
    height: fit-content;
    padding: 3px 10px 6px 10px;
    margin-bottom: 30px;
    font-size: 19px;
    line-height: 26px;
    letter-spacing: 0.95px;
    cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28"><circle cx="14" cy="14" r="4.5" fill="white" stroke="black" stroke-width="1" /></svg>') 14 14, auto;
    background-color: #FAFAFA;
}

.related-article:not(:first-child) {
    margin-left: -1px;
}

.related-article:nth-child(2n + 1) {
    margin-left: 0;
}

.related-article:last-child {
    margin-right: 0;
}
.related-article-entry-number {
    padding-bottom: 3px;
}
.related-article-people {
    text-decoration: underline;
    border-top: 1px solid black;
    line-height: 23px!important;
    padding-top: 6px;
}
.related-article-people a {
    color: black;
    text-decoration: underline;
}
.related-article a:hover {
    font-style: italic;
    color: black;
}
.related-article-title {
    
}
.related-article-type {
    border-top: 1px solid black;
}

.related-article-type a {
    color: black;
    text-decoration: none;
}
.related-article-type a:hover {
    font-style: italic;
    color: black;
}
#close-button {
    float: right; 
    cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28"><circle cx="14" cy="14" r="4.5" fill="white" stroke="black" stroke-width="1" /></svg>') 14 14, auto; 
    padding: 5px 0 0 0;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0px;
}
.fade-out {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #FAFAFA;
    opacity: 0.4;
    z-index: 999;
}

/* -----END<------ POP UP ARTICLE */


/* ----->START------ EVENT HOMEPAGE  */
#show-event-wrapper {
    display: block;
    position: fixed; /* Change to fixed */
    top: 0;
    /*right: 24px;*/
    right: 1.3%;
    width: 41%;
    height: 100vh; /* Set to full viewport height */
    overflow: auto; /* Enables scrolling if content overflows */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    z-index: 9999; /* Ensure it's above #list */
    /*padding-left: 100px;*/
    margin-top: 50px;
}
#show-event {
    background-color: #FAFAFA;
    border: 3px solid;
    padding: 0px 10px 0 10px;
    position: relative;
    top: 40px;
    /*margin-left: 36px;*/
    margin-left: 4.6%;
}
.event-entry-number {
    border-bottom: 1px solid black;
    font-size: 19px;
    line-height: 23px;
    letter-spacing: 0px;
    padding-bottom: 5px;
    padding-top: 7px;
}
.event-people {
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 1.4px;
    text-decoration: underline;
    text-align: center;
    padding-top: 15px;
    margin-bottom: 5px !important;
}
.event-people a {
    color: black;
    text-decoration: underline;
}
.event-title-link {
    border-bottom: 1px solid black;
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.event-title {
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 1.4px;
    text-align: center;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    max-width: 70%;
}
.event-link {
    display: flex;
    margin-top: 5px;
    align-items: center;
}

/* -----END<------ EVENT HOMEPAGE */

/* ----->START------ FOOTER and SEARCH  */
#view-more-footer {
    display: none;
}
.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 11;
  background: transparent linear-gradient(180deg, #FFF0 0%, rgba(250, 250, 250, 0.97) 80%) 0% 0% no-repeat padding-box;
  padding-bottom: 1%;
  padding-top: 100px;
  padding-left: 1.3%;
  padding-right: 1.3%;
  
  display: flex;
  justify-content: flex-start; /* Aligns the buttons to the right */
  align-items: center; /* Vertically center the items */
}

.submit-container {
    position: relative; /* Positioning context for absolute children */
    display: inline-block; /* Constrain hover area to the container */
    width: calc(20% - 0px);
}
#submit {
    font-size: 17px;
    line-height: 22px;
    letter-spacing: 0.37px;
    cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28"><circle cx="14" cy="14" r="4.5" fill="white" stroke="black" stroke-width="1" /></svg>') 14 14, auto;
    color: black !important;
}
#submit:hover {
    color: black;
    text-decoration: underline;
}
.submit-hide {
    opacity: 0; /* Make it invisible initially */
    visibility: hidden; /* Ensure it's not interactable */
    display: none;
    background: black;
    width: 20%;
    position: absolute; /* Position relative to the parent */
    bottom: 100%; /* Position above the parent */
    left: 0; /* Align left with the parent */
    z-index: 1; /* Ensure it's above other content */
    transform: translateY(-10px); /* Slightly offset to prevent overlap */
}
.submit-hide p {
    color: white!important;
    font-size: 17px;
    line-height: 22px;
    letter-spacing: 0.37px;
    padding: 10px;
}
.submit-hide p .italics {
    color: white;
    font-style: italic;
}
.submit-hide p .underline {
    text-decoration: underline;
}
.submit-container:hover .submit-hide {
    display: block;
    opacity: 1;
    visibility: visible;
    width: auto;
}



.suggestions {
    display: none!important;
}

.simpleSearch {
  position: relative;
  display: inline-block;
  width: calc(20% - 0px);
}
#simpleSearch, #simpleSearchSpecial {
    text-align: left; 
    letter-spacing: normal;
    font-family: 'HALColant-TextRegular';
    cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28"><circle cx="14" cy="14" r="4.5" fill="white" stroke="black" stroke-width="1" /></svg>') 14 14, auto;
    text-transform: uppercase;
    background: none;
    border: none;
    font-size: 17px;
    line-height: 20px;
}

/* Style footer background and gradient */
#simpleSearch:before, #simpleSearchSpecial:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

#searchInput,
.closing-bracket {
    display: none;
    border: none;
}
.searchresult {
    display: none;
}
#simpleSearch:hover #searchInput {
  display: inline-block;
  border-bottom: 1px solid black;
  margin-left: -9.5px;
  background: #FAFAFA;
  width: calc(75% - 20px); /* Default width */
}

/* Small screens */
@media (max-width: 600px) {
  #simpleSearch:hover #searchInput {
    width: calc(50% - 20px);
  }
}

/* Medium screens */
@media (min-width: 601px) and (max-width: 760px) {
  #simpleSearch:hover #searchInput {
    width: calc(50% - 20px);
  }
}

/* Medium large screens */
@media (min-width: 761px) and (max-width: 900px) {
  #simpleSearch:hover #searchInput {
    width: calc(50% - 20px);
  }
}

/* Large screens */
@media (min-width: 901px) and (max-width: 1000px) {
  #simpleSearch:hover #searchInput {
    width: calc(60% - 20px);
  }
}

/* Large screens */
@media (min-width: 1001px) and (max-width: 1100px) {
  #simpleSearch:hover #searchInput {
    width: calc(65% - 20px);
  }
}

/* Large screens */
@media (min-width: 1101px) and (max-width: 1200px) {
  #simpleSearch:hover #searchInput {
    width: calc(65% - 20px);
  }
}

/* Large screens */
@media (min-width: 1201px) and (max-width: 1300px) {
  #simpleSearch:hover #searchInput {
    width: calc(70% - 20px);
  }
}

/* Large screens */
@media (min-width: 1301px) and (max-width: 1400px) {
  #simpleSearch:hover #searchInput {
    width: calc(70% - 20px);
  }
}


/* Large screens */
@media (min-width: 1401px) and (max-width: 1750px) {
  #simpleSearch:hover #searchInput {
    width: calc(75% - 20px);
  }
}

/* Large screens */
@media (min-width: 1751px) {
  #simpleSearch:hover #searchInput {
    width: calc(80% - 20px);
  }
}





#simpleSearchSpecial:hover #searchInput {
    display: inline-block;
    border-bottom: 1px solid black;
    margin-left: -5px;
    background: #FAFAFA;
}

#simpleSearch:hover .closing-bracket, #simpleSearchSpecial:hover .closing-bracket {
    display: inline-block;
}


/* ----->END------ FOOTER and SEARCH  */

/* ----->START------ AUTHORS CREATORS  */ 
/* Styling for Authors/Creators */
.smw-columnlist-container {
  top: 420px;
  position: relative;
  margin: 0;
  width: 100%;
}

.smw-column {
    width: 20%!important;
}
.smw-column ul li {
    list-style: none;
}
.smw-column-header {
    font-weight:normal;
    border-bottom: 1px solid black;
    margin-right: 10px;
}
.smw-column ul {
    font-size: 16pt;
    line-height: 27px;
    letter-spacing: 0.4px;
    text-align: center;
    text-decoration: underline;
}
.smw-column a {
    color: black;
}
/* ----->END------ AUTHORS CREATORS */

/* ----->START------ COMMUNITY PAGE  */ 
/* Styling for Community */
.community-col {
    width: calc(100% - 0px);
    box-sizing: border-box;
    height: fit-content;
    padding: 0 0 0 0;
}
.community-main-text {
    margin-top: 0 !important;
    position: relative;
    top: 400px;
    font-size: 22px;
    line-height: 25px;
    letter-spacing: 0px;
}
#community-list {
    -moz-column-count: 5;
    -webkit-column-count: 5;
    -ms-column-count: 5;
    column-count: 5;
    -moz-column-gap: 10px;
    -ms-column-gap: 10px;
    -webkit-column-gap: 10px;
    column-gap: 10px;
    position: relative;
    margin: 0;
    width: 100%;
    top: 430px;
}

.community-card {
    font-size: 12px;
    line-height: 25px;
    letter-spacing: 0.4px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    padding: 0 0 20px 0;
    margin-bottom: -1px; /* Negative margin, same as border thickness */
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    break-inside: avoid-column;
    z-index: 1; /* Ensures the card is above the bottom border of the card above */
    background: #FAFAFA; /* Assuming cards have a white background */
}
/* Add margin-top to individual community pages */
.community-page {
    position: relative;
    top: 300px;
}
/* Removes top border from the first card in each column */
#community-list .community-card:first-of-type {
    border-top: none;
}

/* Adds top border to the very first card in the grid */
#community-list .community-card:first-child {
    border-top: 1px solid black;
}
.community-name {
    font-size: 25px;
    line-height: 34px;
    letter-spacing: 1.4px;
    text-align: center;
    text-decoration: underline;
    padding-top: 45px;
    padding-bottom: 45px;
    border-bottom: 1px solid black;
}
.community-name a {
  color: black !important;
}
.community-name a:hover {
  font-style: italic;
}
.community-external-reference {
    text-align: center;
    font-size: 25px;
    line-height: 34px;
    letter-spacing: 1.4px;
    border-bottom: 1px solid black;
}
.community-external-reference a {
    color: white!important;
}
.community-external-reference a:hover {
    text-decoration: none;
    font-style: italic;
}
#community-list div.community-external-reference a {
  color: black !important;
  text-decoration:none;
}
.community-setting {
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    border-bottom: 1px solid black;
}
.community-location {
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    border-bottom: 1px solid black;
}
.community-type {
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    border-bottom: 1px solid black;
}
.community-domain {
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    border-bottom: 1px solid black;
}
.community-description p {
    text-indent: 35px;
    font-size: 19px;
    line-height: 26px;
    letter-spacing: 0.95px;
    margin: 0 !important;
}
.community-description-label {
    text-transform: uppercase;
    text-indent: 35px;
    font-size: 15px;
    margin: 0 !important;
    line-height: 30px;
}
/* ----->END------ COMMUNITY PAGE  */

/* ----->START------ SEARCH PAGE  */ 
.hidden {
    display: none;
}
.oo-ui-layout.oo-ui-fieldLayout.oo-ui-fieldLayout-align-top.oo-ui-actionFieldLayout {
    margin-top: 420px;
}
.mw-search-exists {
    padding-bottom: 20px;
    font-size: 17px;
}
.mw-search-createlink {
    padding-bottom: 20px;
    font-size: 17px;
}
.mw-search-nonefound {
    padding-bottom: 20px;
    font-size: 17px!important;
}
#mw-content-text .searchresults {
    padding: 25px;
}
#mw-search-top-table div.oo-ui-actionFieldLayout {
  padding-left: 25px;
  padding-right: 25px;
}
/* ----->END------ SEARCH PAGE */