@charset "UTF-8";
/*$font-stack: 'Segoe UI', 'Helvetica Neue', sans-serif;*/
@font-face {
  font-family: "Roboto";
  src: url("/wp-content/themes/custom-theme/font/roboto-regular.ttf") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
div#metaslider-id-17197 .flexslider .flex-direction-nav li a {
  width: 35px;
  height: 35px;
  background: #fff;
}
div#metaslider-id-17197 .flexslider .flex-direction-nav li a:focus {
  outline: unset;
}
div#metaslider-id-17197 .flexslider .flex-direction-nav li a.flex-prev::after {
  background-color: #4a6b8a;
}
div#metaslider-id-17197 .flexslider .flex-direction-nav li a.flex-next::after {
  background-color: #4a6b8a !important;
}
div#metaslider-id-17197 .flexslider .flex-direction-nav li a:hover {
  background: #85754d;
}
div#metaslider-id-17197 .flexslider .flex-direction-nav li a:hover:after {
  background-color: #fff !important;
}

.form-control:focus {
  box-shadow: unset;
}

p:empty {
  display: none;
  margin: 0 !important;
  padding: 0 !important;
}

li {
  line-height: 33px;
}

b, strong {
  font-weight: bold;
}

a:focus, a:focus-visible {
  outline: none;
  box-shadow: none;
}

div#n2-ss-2 .n2-ss-slider-1 {
  cursor: auto !important;
}

.text-red {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.fw-desc {
  font-size: 13px !important;
  line-height: 15px;
}

.fw-small {
  font-size: 0.875em;
  text-decoration: underline;
}

.sfu-text-color {
  color: #7a292b !important;
}

body, button, input, select, textarea {
  font-family: "Roboto", "Arial", "Microsoft JhengHei", "Helvetica", "sans-serif";
  color: #404040;
}
body .sfu-s-heading, button .sfu-s-heading, input .sfu-s-heading, select .sfu-s-heading, textarea .sfu-s-heading {
  clear: both;
  font-weight: bold;
  font-size: 18px !important;
  color: #7a292b;
  padding: 16px 0 3px 0;
}
body .sfu-ss-heading, button .sfu-ss-heading, input .sfu-ss-heading, select .sfu-ss-heading, textarea .sfu-ss-heading {
  clear: both;
  font-weight: bold;
  font-size: 16px;
  color: #000;
  padding-bottom: 16px;
  padding: 16px 0 3px 0;
}
body ul a, button ul a, input ul a, select ul a, textarea ul a {
  font-weight: bold;
  color: #7a292b;
}

img.photo {
  border: 1px solid #ccc;
  padding: 6px;
  box-shadow: 1px 1px 1px 1px #7a292b;
}

/*
a:hover {
    color: t.$base-hover !important;
}*/
.top-bar-section {
  padding: 0px !important;
  background-color: #fff;
  color: #404040;
  border: 0px;
}
.top-bar-section #site-description #top_bar_nav {
  padding-left: 170px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.top-bar-section #site-description .navbar .nav-links {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.top-bar-section #site-description .navbar .nav-links .nav-item {
  margin-left: auto;
  border: 0px;
}
.top-bar-section #site-description .navbar .nav-links .nav-item a {
  text-transform: none;
  font-size: 16px !important;
  text-decoration: none !important;
  color: #000;
  cursor: pointer;
  padding: 0 1rem;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}
.top-bar-section #site-description .navbar .nav-links .nav-item a:hover {
  border: 0px;
  transform: translateX(6px);
}

@keyframes flyDown {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes flyLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.floating-menu {
  opacity: 0;
  transform: translateX(-16px);
  will-change: transform, opacity;
  animation: flyLeft 4000ms cubic-bezier(0.2, 0.7, 0.2, 1) forwards;
}

.site-headers {
  position: sticky;
  top: 0;
  z-index: 9999;
  background: #fff;
}
.site-headers + .container-fluid {
  padding: 0px;
  opacity: 0;
  transform: translateY(-16px);
  will-change: transform, opacity;
  animation: flyDown 4000ms cubic-bezier(0.2, 0.7, 0.2, 1) forwards;
}
.site-headers .site-header {
  padding: 0px;
}
.site-headers .site-header .menu-heading {
  padding: 0;
}
.site-headers .site-header .site-heading .site-branding-logo {
  max-width: 500px;
  height: auto;
  float: left;
}
.site-headers .site-header .site-heading .site-branding-text {
  margin: 0;
}
.site-headers .site-header .site-heading .topbar {
  margin-left: auto;
}
.site-headers .site-header .site-heading .topbar .external-links {
  font-size: 14px;
}
.site-headers .site-header .site-heading .topbar .external-links ul {
  margin-bottom: 0px;
}
.site-headers .site-header .site-heading .topbar .external-links li {
  padding-right: 40px;
  list-style: none;
}
.site-headers .site-header .site-heading .topbar .external-links li a {
  color: #000;
  font-size: 14px;
}
.site-headers .site-header .site-heading .topbar .external-links span {
  padding: 0 6px;
}
.site-headers .site-header .site-heading .topbar .external-links span a {
  color: #000;
}
.site-headers .site-header .site-heading .topbar .external-links span a:hover {
  color: #732c46;
}
.site-headers .site-header .site-heading .topbar .opening-hour-widget .oh {
  border-radius: 12px;
  padding: 3px 5px;
  font-size: 0.8em;
  border: 1px dashed #404040;
}
.site-headers .site-header .site-heading .topbar .opening-hour-widget .oh a {
  display: inline-flex;
  align-items: center;
  color: #7a292b;
}
.site-headers .site-header .site-heading .topbar .opening-hour-widget .oh a::before {
  font-family: "Dashicons";
  content: "\f469";
  padding: 2px 5px 0 0;
}
.site-headers .site-header .site-heading .topbar .opening-hour-widget .oh:hover {
  background-color: #ad9c67;
}
.site-headers .site-header .site-heading .topbar .opening-hour-widget .oh:hover a {
  color: #fff;
}

.page-id-2 .single-head {
  display: none;
}

.dropdown .btn.show {
  background: unset;
  color: #404040;
}
.dropdown .btn:hover {
  background: unset;
  color: #7a292b;
}
.dropdown .dropdown-toggle {
  border: 1px solid #bbb;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.dropdown .dropdown-menu {
  opacity: 0;
  display: none;
  position: absolute;
  top: 100% !important;
  margin-top: 0 !important;
  width: 100%;
  min-width: 100%;
  box-sizing: border-box;
  transform: unset !important;
  border: 1px solid #85754d;
  border-top: 0px;
}
.dropdown .dropdown-menu.show {
  padding: 0;
  margin: 0;
  opacity: 1;
  visibility: visible;
  display: block;
}
.dropdown .dropdown-menu .dropdown-item {
  padding: 3px 12px;
  font-size: 16px;
  color: #7a292b;
}
.dropdown .dropdown-menu .dropdown-item.active {
  background-color: #85754d;
  color: #fff;
}
.dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #ad9c67;
  color: #fff;
}

.hero {
  position: relative;
  z-index: 1000;
}
.hero .alma-box {
  background: url("/wp-content/themes/custom-theme/image/banner-background.jpg") no-repeat center;
  justify-content: center;
  align-items: center;
  background-color: #eee;
}
.hero .alma-box .alma-search {
  padding-top: 75px;
  min-height: 287px;
  /*background: linear-gradient(45deg, #53d8f6, transparent);*/
  border-radius: 30px;
  margin-bottom: 15px;
  width: 1197px;
}
.hero .alma-box .alma-search .form-label {
  margin: 0;
}
.hero .alma-box .alma-search .search-row {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.hero .alma-box .alma-search .search-row input, .hero .alma-box .alma-search .search-row button {
  height: 50px;
}
.hero .alma-box .alma-search .search-extra ul {
  padding-left: 0px;
}
.hero .alma-box .alma-search .search-extra li {
  list-style: none;
  font-size: 0.8em;
  padding-right: 23px;
}
.hero .alma-box .alma-search .search-extra li a {
  color: #7a292b;
  text-decoration: none;
}
.hero .alma-box .alma-search .search-extra li a .icon {
  color: #85754d;
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  padding-right: 4px;
}
.hero .alma-box .alma-search .search-extra li a .icon::before {
  font-family: "FontAwesome";
  content: "\f138";
}
.hero .alma-box .alma-search .search-extra li a .text:hover {
  color: #732c46;
  text-decoration: underline;
}
.hero .alma-box .alma-search #primoQueryTemp {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  align-items: stretch;
}
.hero .alma-box .alma-search .dropdown-toggle {
  border-radius: 0;
  min-width: 256px;
  border-left-width: 0px;
}
.hero .alma-box .alma-search #searchLib {
  height: 50px;
}
.hero .alma-box .alma-search .search {
  background: #7a292b;
  color: #fff;
  height: 100%;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  white-space: nowrap;
}
.hero .alma-box .alma-search .search:hover {
  background: #ad9c67;
}
.hero .alma-box .alma-search #addsearchbg a {
  color: #7a292b;
}
.hero .alma-box .alma-search #addsearchbg a:hover {
  color: #732c46;
}
.hero .alma-box .alma-search .nav-link {
  font-size: 16px;
  font-weight: bold;
  opacity: 0.95;
  background: #7a292b;
  color: #fff;
  border: 0px !important;
  margin-right: 10px;
}
.hero .alma-box .alma-search .nav-link:hover {
  background: #ad9c67;
  color: white;
}
.hero .alma-box .alma-search .nav-link.active {
  background: #85754d;
}
.hero .alma-box .alma-search .tab-content {
  padding: 15px !important;
  background-color: rgba(255, 255, 255, 0.9);
}

.sfu-footer {
  background-color: #333;
  color: #fff;
  padding: 20px 0;
  text-align: left;
  font-size: 15px;
  margin-top: 26px;
}
.sfu-footer a {
  color: #ffcc00;
  text-decoration: none;
}
.sfu-footer a:hover {
  text-decoration: underline;
}

.page-area {
  padding: 0px;
}
.page-area .fbc-page .fbc-wrap .fbc-items {
  background: none !important;
}
.page-area .error-template {
  font-size: 15px;
}
.page-area .error-template .error-heading {
  font-size: 1.4em;
  font-weight: bold;
  color: #7a292b;
}
.page-area .single-post-content {
  box-shadow: unset;
}
.page-area .post #breadcrumbs {
  display: none;
  font-size: 80%;
}
.page-area .post .entry-title a {
  font-size: 20px;
}
.page-area #breadcrumbs {
  color: #7a292b;
  font-size: 80%;
  z-index: 1;
  position: relative;
}
.page-area #breadcrumbs a {
  color: #7a292b;
  position: relative;
}
.page-area #breadcrumbs:hover {
  color: #732c46;
}
.page-area #breadcrumbs .breadcrumb_last {
  color: black;
  display: none;
}
.page-area #breadcrumbs span {
  font-weight: 500;
}
.page-area .page #breadcrumbs {
  padding-top: 15px;
}
.page-area .page .single-head {
  clear: both;
  position: relative;
  padding: 0px;
  color: #7a292b;
  min-height: 150px;
}
.page-area .page .single-head.banner-using-lib .dbg {
  background: url("/wp-content/uploads/nws-image/breadcrumb/using-lib.png") no-repeat right;
}
.page-area .page .single-head.banner-col .dbg {
  background: url("/wp-content/uploads/nws-image/breadcrumb/col.png") no-repeat right;
}
.page-area .page .single-head.banner-learn-research .dbg {
  background: url("/wp-content/uploads/nws-image/breadcrumb/learn-research.png") no-repeat right;
}
.page-area .page .single-head.banner-about-us .dbg {
  background: url("/wp-content/uploads/nws-image/breadcrumb/about-lib.png") no-repeat right;
}
.page-area .page .single-head.banner-help .dbg {
  background: url("/wp-content/uploads/nws-image/breadcrumb/help.png") no-repeat right;
}
.page-area .page .single-head.banner-lib-news-events .dbg {
  background: url("/wp-content/uploads/nws-image/breadcrumb/about-lib.png") no-repeat right;
}
.page-area .page .single-head .dbg {
  clear: both;
  position: absolute;
  padding: 10px 5px 10px 30px;
  color: #7a292b;
  min-height: 150px;
  width: 100%;
}
.page-area .page .single-head .single-title {
  margin-top: 5px;
  font-size: 1.4em;
  position: absolute;
  font-weight: bold;
}
.page-area .page .single-head .entry-title a {
  color: #7a292b;
}
.page-area .page .pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.25rem;
}
.page-area .page .pagination .page-numbers {
  display: inline-block;
  padding: 0.5rem 0.75rem;
  color: #0d6efd;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  text-decoration: none;
  transition: all 0.3s ease;
}
.page-area .page .pagination .page-numbers:hover {
  background-color: #0d6efd;
  color: #fff;
  text-decoration: none;
}
.page-area .page .pagination .page-numbers.current {
  background-color: #0d6efd;
  color: #fff;
  border-color: #0d6efd;
  font-weight: 500;
}
.page-area .page .pagination .page-numbers.dots {
  background-color: transparent;
  border: none;
  color: #6c757d;
  cursor: default;
}
.page-area .page .pagination .page-numbers.next, .page-area .page .pagination .page-numbers.prev {
  font-weight: 500;
}
.page-area .post .single-head {
  padding: 0px;
}
.page-area .post .dbg {
  background: url("/wp-content/uploads/nws-image/breadcrumb/about-lib.png") no-repeat right;
  min-height: 150px;
  clear: both;
  position: absolute;
  padding: 10px 5px 10px 30px;
  color: #7a292b;
  min-height: 150px;
  width: 100%;
}
.page-area .post .article-meta {
  margin-top: 150px;
  padding-left: 0;
}
.page-area .post .article-meta .post-categories {
  padding-top: 0px;
}
.page-area .post .article-meta .posted-date {
  padding-left: 10px;
}
.page-area .post .single-title {
  color: #7a292b;
  padding-top: 15px;
  font-size: 18px;
  font-weight: bold;
  position: absolute;
}
.page-area .post .post-categories {
  padding-top: 28px;
}
.page-area .post .post-categories a {
  padding: 2px 13px;
  background: #999;
  color: #fff;
  font-size: 0.8em;
  font-weight: unset;
  border-radius: 0 15px 15px 0;
}
.page-area .post .post-categories a:hover {
  background: #ad9c67;
}
.page-area .post .entry-footer {
  display: none;
}
.page-area .post .post-navigation {
  display: none;
  /*
  div, p, span, ul, span {
      font-size: t.$std-content-fsize;            
  }
  .nav-links {
      background-color: t.$post-navigation-bg;
      .feather  { 
          width: 20px;
          margin: 0;
      }
  } */
}
.page-area .single-content div, .page-area .single-content p, .page-area .single-content span, .page-area .single-content ul {
  font-size: 15px;
}
.page-area .single-content .splogoleft, .page-area .single-content .splogoright {
  text-align: center;
}
.page-area .single-content .single-entry-summary {
  padding: 0;
}
.page-area .single-content a {
  text-decoration: none;
  color: #4a6b8a;
  font-weight: bold;
}
.page-area .single-content a:hover {
  color: #732c46;
  text-decoration: underline;
}
.page-area .single-content .accordion p {
  margin-bottom: 0;
}
.page-area .single-content .accordion .accordion-button {
  background: #aaa;
  color: #fff;
  border-radius: 0.375rem;
}
.page-area .single-content .accordion .accordion-button:hover {
  background: #ad9c67;
}
.page-area .single-content .accordion .accordion-button[aria-expanded=true] {
  background-color: #ad9c67;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.page-area .single-content .accordion .accordion-button::after {
  filter: brightness(0) invert(1);
}
.page-area .single-content .accordion .accordion-button:focus {
  box-shadow: unset;
}
.page-area .single-content .accordion.staff-diretory .accordion-item {
  border-radius: 0.375rem;
  margin-bottom: 6px;
}
.page-area .single-content .gallery img {
  width: 300px;
}
.page-area .single-content .nav .nav-link {
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  background: #7a292b;
  border: 0px !important;
  margin-right: 8px;
  color: #fff;
}
.page-area .single-content .nav .nav-link.active {
  background: #85754d;
}
.page-area .single-content .nav .nav-link:hover {
  color: #fff;
  background: #ad9c67 !important;
}
.page-area .single-content .nav .nav-link:focus, .page-area .single-content .nav .nav-link:focus {
  outline: unset;
  box-shadow: unset;
}
.page-area .single-content .nav + div {
  padding-top: 10px;
}
.page-area .single-content {
  /*
          .dropdown {
              padding: 0px;   
              width: 100%;    
              padding-top: 3px; 
              .dropdown-menu {
                  margin: 0;
                  display: none;
                  padding: 0;
                  position: absolute;  
              }
          }
  */
  /* When Bootstrap adds .show to the .dropdown wrapper, show the menu */
  /*
  .dropdown .dropdown-menu.show {
      border: 1px solid t.$border-color;
      display: block !important;
      .dropdown-item {
          padding: 3px 16px;
          font-size: 16px;
          color: t.$base;
          &.active {
              background-color: t.$box-active;
              color: t.$primary-color;
          }
          &:hover {
              background-color: t.$box-hover;
              color: t.$primary-color;
          }
      }
  }*/
}
.page-area .single-content .foot-promotion-grid .child-card {
  text-align: center;
  padding-bottom: 20px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.page-area .single-content .foot-promotion-grid .child-card a div {
  font-size: 18px;
}
.page-area .single-content .foot-promotion-grid .child-card:hover {
  opacity: 0.7;
  transform: scale(0.9);
}
.page-area .single-content .newsletters-details hr {
  clear: both;
}
.page-area .single-content .newsletters-details a {
  text-decoration: none;
  font-weight: 400;
}
.page-area .single-content .sfu-home-slider {
  overflow: visible !important;
  opacity: 0;
  transform: translateY(-16px);
  will-change: transform, opacity;
  animation: flyDown 4000ms cubic-bezier(0.2, 0.7, 0.2, 1) forwards;
}
.page-area .single-content .sfu-home-slider img.skip-lazy {
  width: 100% !important;
  height: auto !important; /* keep aspect ratio */
  object-fit: cover !important; /* crop instead of stretch */
}
.page-area .single-content .sfu-home-slider div#n2-ss-2 .nextend-arrow:hover {
  background: #85754d;
}
.page-area .single-content .sfu-home-slider div#n2-ss-2 .nextend-arrow:active {
  background: #85754d;
}
.page-area .single-content .sfu-home-slider div#n2-ss-2 .nextend-arrow:focus {
  background: #85754d;
}
.page-area .single-content .sfu-home-slider .n2-ss-layer {
  pointer-events: auto;
}
.page-area .single-content .sfu-home-slider .n2-ss-layer * {
  pointer-events: auto;
}
.page-area .single-content .workshop table {
  border-collapse: collapse;
}
.page-area .single-content .workshop table thead th:first-child {
  width: 300px;
}
.page-area .single-content .workshop table thead th:nth-child(2) {
  width: 175px;
}
.page-area .single-content .workshop table td {
  --td-pad-x: 0.55rem;
}
.page-area .single-content .workshop table div.hr {
  height: 1px;
  background: #666;
  margin-top: 8px; /* ↑ space above */
  margin-bottom: 8px; /* ↓ space below */
  /* expand horizontally to negate td padding */
  margin-left: calc(-1 * var(--td-pad-x));
  margin-right: calc(-1 * var(--td-pad-x));
  width: calc(100% + 2 * var(--td-pad-x));
}
.page-area .single-content .workshop table td:has(> hr) {
  position: relative;
}
.page-area .single-content .workshop table td:has(> hr) > hr {
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  width: 100%;
  margin: 0;
  border: 0;
  border-top: 1px solid #666;
  pointer-events: none;
  opacity: 1;
}
.page-area .single-content {
  /*
  .workshop-s {                
      .tablepress {
          td {
              vertical-align: middle;
              &.column-2 {
                  width: 200px;
              }
              border: 1px solid t.$border-color;
          }
      }             

      nav {
          display: flex;
          a {
              border-radius: t.$wkbutton-border-radius;
              color: t.$primary-color;
              font-size: t.$wkbutton-font-size;
              padding: t.$wkbutton-padding;
              text-decoration: none !important;
              margin-right: 8px;

              &.but-a {                    
                  background: #3498db;
                  background-image: linear-gradient(to bottom, #ff931e, #c76800);                                                                                        
              }

              &.but {
                  background: #3498db;                    
                  background-image: linear-gradient(to bottom, #3498db, #2980b9);                        
              }
          }
      }                
  }         
  */
}
.page-area .single-content .ill-notice {
  border: 3px solid green;
  padding: 0 5px;
}
.page-area .card-news-events {
  border: 0px;
  opacity: 0;
  transform: translateY(-16px);
  will-change: transform, opacity;
  animation: flyDown 4000ms cubic-bezier(0.2, 0.7, 0.2, 1) forwards;
}
.page-area .card-news-events .list-group-item {
  text-align: unset;
}
.page-area .card-news-events ul {
  /* Default FA adds left padding; adjust to taste */
  padding: 6px 8px;
  margin-left: 0;
  border: 0px solid;
  min-height: 302px;
  overflow: hidden;
}
.page-area .card-news-events ul li {
  border-bottom: 1px solid #ddd;
  padding: 3px 0px;
  align-items: center;
  min-height: 60px;
}
.page-area .card-news-events ul li div {
  line-height: 22px;
  padding: 5px 10px;
}
.page-area .card-news-events ul li a {
  text-decoration: none;
  font-weight: unset;
  color: #404040;
  width: 350px;
}
.page-area .card-news-events ul li a:hover {
  color: #732c46 !important;
  overflow-wrap: anywhere;
}
.page-area .card-news-events ul li .card-title {
  font-size: 16px;
  min-width: 0px;
  width: 100%;
  margin: 0;
  margin-left: 8px;
}
.page-area .card-news-events ul li .card-date {
  text-align: right;
  font-size: 16px;
  width: 70px;
  display: inline-block;
  padding-left: 0;
  padding-right: 10px;
  white-space: nowrap;
}
.page-area .card-news-events ul li:nth-child(odd) div:first-child {
  border-right: 3px solid #7a292b;
}
.page-area .card-news-events ul li:nth-child(even) div:first-child {
  border-right: 3px solid #ad9c67;
}
.page-area .card-news-events a.read-more {
  text-decoration: underline;
  font-weight: bold;
  color: #7a292b;
  width: 100%;
  /* border: 2px solid cadetblue; */
  text-align: right;
  font-size: 15px;
  padding-right: 10px;
}
.page-area .card-news-events a.read-more:hover {
  color: #732c46;
}
.page-area .article-meta .author-meta, .page-area .article-meta .comments-meta {
  display: none;
}
.page-area .front-promotion {
  opacity: 0;
  transform: translateY(-16px);
  will-change: transform, opacity;
  animation: flyDown 4000ms cubic-bezier(0.2, 0.7, 0.2, 1) forwards;
}
.page-area .front-promotion .row > div {
  padding-top: 20px;
}
.page-area .front-promotion a {
  text-decoration: none !important;
}
.page-area .front-promotion .p-box {
  border: 1px solid #7a292b;
  font-size: 18px;
  font-weight: bold;
  color: #7a292b;
  margin: 0 auto;
  border-radius: 8px;
  padding-top: 5px;
  transition: all ease-in-out 300ms;
  height: 100%;
}
.page-area .front-promotion .p-box:hover {
  transform: translateY(-15px);
  border: 3px solid #85754d;
}
.page-area .front-promotion .p-title {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  color: #7a292b;
}
.page-area .front-promotion .p-card {
  cursor: pointer;
  transition: opacity 0.5s ease;
}
.page-area .front-promotion .p-desp {
  text-align: center;
  color: #404040;
  padding-left: 15px;
  font-weight: 500;
}
.page-area .content-article {
  width: 100%;
}
.page-area .stdtable, .page-area .tablepress {
  width: 100%;
  color: black;
  border-width: 1px;
  border-color: #666;
  border-collapse: collapse;
  border-spacing: 0;
}
.page-area .stdtable thead th, .page-area .stdtable tfoot th, .page-area .stdtable thead tr:hover th, .page-area .stdtable tfoot tr:hover th, .page-area .tablepress thead th, .page-area .tablepress tfoot th, .page-area .tablepress thead tr:hover th, .page-area .tablepress tfoot tr:hover th {
  background: #fff;
}
.page-area .stdtable thead, .page-area .tablepress thead {
  border: 1px !important;
}
.page-area .stdtable thead th, .page-area .tablepress thead th {
  font-size: 16px;
  border-width: 1px;
  padding: 8px;
  border-style: solid;
  border-color: #666;
  vertical-align: middle;
  font-weight: bold;
}
.page-area .stdtable thead th div, .page-area .tablepress thead th div {
  font-size: 16px;
}
.page-area .stdtable tbody, .page-area .tablepress tbody {
  /*tr:nth-child(even) {
      background-color: t.$cal-box-bg-color;
  }*/
}
.page-area .stdtable tbody td, .page-area .tablepress tbody td {
  border-width: 1px;
  padding: 8px;
  border-style: solid;
  border-color: #666;
  vertical-align: middle !important;
  color: #666;
  font-size: 15px;
  text-align: left;
  background-color: #fff !important;
}
.page-area .stdtable tbody td ul, .page-area .tablepress tbody td ul {
  margin: 0;
}
.page-area .srv-collapse .card {
  border: 0;
}
.page-area .srv-collapse .card .toggle-btn {
  align-items: center;
  border: 0;
}
.page-area .srv-collapse .card .toggle-btn .icon {
  padding: 10px 10px;
  font-size: 20px;
  color: #7a292b;
}
.page-area .srv-collapse .card .toggle-btn .icon::before {
  content: "+";
  display: inline-block;
  width: 1ch;
  font-weight: 700;
  line-height: 1;
}
.page-area .srv-collapse .card .toggle-btn .label {
  padding-left: 10px;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
}
.page-area .srv-collapse .card .toggle-btn .label:hover {
  text-decoration: underline;
  color: #732c46;
}
.page-area .srv-collapse .card .toggle-btn[aria-expanded=true] .icon::before {
  content: "–";
}
.page-area .srv-collapse .card div {
  padding: 10px 100px;
  background-color: #f8f9fa;
  border-radius: 15px;
}
.page-area .srv-collapse .card div ul {
  padding: 0;
  margin: 0;
}

#site-content {
  min-height: 626px;
}
#site-content .lib-posts .post-list {
  padding-top: 15px;
}
#site-content .lib-posts .post-list .post-box {
  display: flex;
  flex-wrap: nowrap;
}
#site-content .lib-posts .post-list .post-item {
  padding: 5px;
}
#site-content .lib-posts .post-list .post-item .post-cat a {
  padding: 2px 13px;
  background: #999;
  color: #fff;
  font-size: 0.8em;
  font-weight: unset;
  border-radius: 0 15px 15px 0;
}
#site-content .lib-posts .post-list .post-item .post-cat a:hover {
  background: #ad9c67;
}
#site-content .lib-posts .post-list .post-item .post-date {
  background: #f9f9f9;
  padding: 1px 10px;
  font-size: 14px;
  width: 100%;
}
#site-content .lib-posts .post-list .post-item .post-date::before {
  font-family: "dashicons";
  content: "\f145";
  margin-right: 6px;
  font-size: 16px;
  vertical-align: middle;
}
#site-content .lib-posts .post-list .post-item .cal-box-s {
  display: none;
  font-size: 0.8em;
}
#site-content .lib-posts .post-list .post-item .post-img {
  width: 230px;
  padding-top: 5px;
}
#site-content .lib-posts .post-list .post-item .post-img .post-img-placeholder {
  font-size: 13px;
  width: 100%;
  height: 110px;
}
#site-content .lib-posts .post-list .post-item .post-img .post-img-placeholder.ph-e-res {
  background: url("/wp-content/uploads/nws-image/about-us/events-updates/background-library-event-v1.png") no-repeat top;
  background-size: contain;
}
#site-content .lib-posts .post-list .post-item .post-img .post-img-placeholder.ph-other {
  background: url("/wp-content/uploads/nws-image/about-us/events-updates/background-library-event-v2.png") no-repeat top;
  background-size: contain;
}
#site-content .lib-posts .post-list .post-item .post-img .post-img-placeholder.ph-system-maintenance {
  background: url("/wp-content/uploads/nws-image/about-us/events-updates/background-library-event-v3.png") no-repeat top;
  background-size: contain;
}
#site-content .lib-posts .post-list .post-item .post-img .post-img-placeholder.ph-event, #site-content .lib-posts .post-list .post-item .post-img .post-img-placeholder.ph-openinghour {
  background: url("/wp-content/uploads/nws-image/about-us/events-updates/background-library-event-v5.png") no-repeat top;
  background-size: contain;
}
#site-content .lib-posts .post-list .post-item .post-img .post-img-placeholder.ph-ws-ori {
  background: url("/wp-content/uploads/nws-image/about-us/events-updates/background-library-event-v6.png") no-repeat top;
  background-size: contain;
}
#site-content .lib-posts .post-list .post-item .post-img .post-img-placeholder.ph-user-survey, #site-content .lib-posts .post-list .post-item .post-img .post-img-placeholder.ph-other-act, #site-content .lib-posts .post-list .post-item .post-img .post-img-placeholder.ph-trial-databases {
  background: url("/wp-content/uploads/nws-image/about-us/events-updates/background-library-event-v7.png") no-repeat top;
  background-size: contain;
}
#site-content .lib-posts .post-list .post-item .post-img .post-img-placeholder.ph-notice, #site-content .lib-posts .post-list .post-item .post-img .post-img-placeholder.ph-talk, #site-content .lib-posts .post-list .post-item .post-img .post-img-placeholder.ph-exhibit {
  background: url("/wp-content/uploads/nws-image/about-us/events-updates/background-library-event-v8.png") no-repeat top;
  background-size: contain;
}
#site-content .lib-posts .post-list .post-item .post-img .post-img-placeholder .title {
  padding: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #7a292b;
}
#site-content .lib-posts .post-list .post-item .post-excerpt {
  padding-left: 10px;
  flex: 1 1 0; /* or: flex: 1 1 auto; */
  min-width: 0; /* IMPORTANT: allows it to actually shrink/grow in flex */
  width: 100%; /* harmless here, but flex is what really matters */
  box-sizing: border-box;
}
#site-content .lib-posts .post-list .post-item .post-excerpt p {
  margin-bottom: 0px;
}
#site-content .lib-posts .post-list .post-item .post-excerpt a {
  font-size: 20px;
  font-weight: bold;
}
#site-content .lib-posts .post-list .post-item .post-excerpt .title span::before {
  font-family: "dashicons";
  content: "\f123";
  margin-right: 6px;
  font-size: 16px;
  vertical-align: middle;
}
#site-content .lib-posts .post-list .post-item .post-cal-style {
  font-size: 15px;
}
#site-content .lib-posts .post-list .post-item .post-cal-style > div {
  text-align: center;
}
#site-content .lib-posts .post-list .post-item .post-cal-style div[class^=cal-] {
  padding: 5px 10px;
}
#site-content .lib-posts .post-list .post-item .post-cal-style .cal-box {
  display: flex;
  flex-direction: column; /* 垂直堆疊 month / day */
  justify-content: center; /* 垂直置中（最重要） */
  align-items: center;
  border: 1px solid #bbb;
  border-radius: 23px;
  background: #eee;
  margin-left: 8px;
  min-width: 70px;
}
#site-content .lib-posts .post-list .post-item .post-cal-style .cal-box .year {
  padding: 6px 0;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #bbb;
  font-weight: 600;
}
#site-content .lib-posts [class$=form-controls] {
  display: flex;
  align-items: center; /* vertical alignment */
  justify-content: center; /* horizontal alignment */
  width: 100%; /* ensure full row width */
}
#site-content .lib-posts [class$=form-controls] button {
  margin-top: 20px;
  padding: 5px 10px;
  font-size: 16px;
  border-radius: 4px;
  cursor: pointer;
  margin-bottom: 20px;
  border: 2px solid;
  color: #7a292b;
  font-weight: 600;
}
#site-content .lib-posts [class$=form-controls] button:hover {
  background: #ad9c67;
  color: #fff;
  border-color: #ad9c67;
}

#ea11y-root div.ea11y-widget-wrapper {
  display: none !important;
}

.libsns {
  display: flex;
  align-items: center;
}
.libsns img {
  padding-right: 6px;
}

.has-fixed-layout .thead {
  border: 1px solid blue !important;
}

.plethoraplugins-accordion.plethoraplugins-theme__minimal.plethoraplugins-theme__basic {
  padding: 0px;
}
.plethoraplugins-accordion.plethoraplugins-theme__minimal.plethoraplugins-theme__basic #priv-stud .pds-accordion__title,
.plethoraplugins-accordion.plethoraplugins-theme__minimal.plethoraplugins-theme__basic #priv-caps .pds-accordion__title,
.plethoraplugins-accordion.plethoraplugins-theme__minimal.plethoraplugins-theme__basic #priv-ft-staff .pds-accordion__title,
.plethoraplugins-accordion.plethoraplugins-theme__minimal.plethoraplugins-theme__basic #priv-pt-staff .pds-accordion__title,
.plethoraplugins-accordion.plethoraplugins-theme__minimal.plethoraplugins-theme__basic #priv-gen-sup-staff .pds-accordion__title,
.plethoraplugins-accordion.plethoraplugins-theme__minimal.plethoraplugins-theme__basic #priv-cches-retired .pds-accordion__title,
.plethoraplugins-accordion.plethoraplugins-theme__minimal.plethoraplugins-theme__basic #priv-grad .pds-accordion__title {
  background-color: #aaa;
}
.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.back-to-top {
  margin-right: 3em;
  margin-bottom: 70px;
  padding: 0px;
  position: fixed;
  right: clamp(12px, 3vw, 20px);
  bottom: clamp(12px, 3vw, 20px);
  z-index: 1000;
  display: grid;
  place-items: center;
  width: 45px;
  height: 45px;
  border-radius: 999px;
  border: 1px solid color-mix(in oklab, #000 10%, #fff);
  background: #ccc;
  color: #fff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.2s ease, transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}
.back-to-top i {
  font-size: 25px;
}
.back-to-top:hover {
  background: #ad9c67;
}
.back-to-top:focus-visible {
  outline: 3px solid color-mix(in oklab, #2563eb 40%, #fff);
  outline-offset: 2px;
}
.back-to-top[data-visible=true] {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .back-to-top {
    transition: none;
  }
}
.mobile-shortcuts {
  display: none;
  opacity: 0;
  justify-content: space-evenly;
}
.mobile-shortcuts div {
  color: #fff;
}
.mobile-shortcuts a {
  justify-items: center;
  width: 20%;
}
.mobile-shortcuts .fas {
  font-size: 26px;
}
.mobile-shortcuts .fm-icon {
  text-align: center;
}
.mobile-shortcuts .fm-label {
  font-size: 0.7em;
  white-space: nowrap;
  text-align: center;
}

.special-notice-modal .modal-title {
  font-size: 35px;
}
.special-notice-modal .modal-time {
  font-size: 12px;
}

@media (max-width: 1900px) {
  .hero .alma-box {
    background: url("/wp-content/themes/custom-theme/image/banner-background-lg.png") no-repeat center;
  }
}
@media (max-width: 1385px) {
  .floating-menu {
    display: none;
  }
  .menu-header .container {
    max-width: 100%;
  }
  .mobile-shortcuts {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0px;
    z-index: 1050;
    display: flex;
    justify-content: space-evenly;
    gap: 0.5rem;
    padding: 0.4rem 0.75rem;
    background: #777;
    transform: translateY(100%);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.25s ease, opacity 0.25s ease;
  }
  .mobile-shortcuts.is-visible {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
  .mobile-shortcut-btn {
    background-color: #7a2220;
    color: #fff;
    border-radius: 0.25rem;
    min-width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  }
  .mobile-shortcut-btn img,
  .mobile-shortcut-btn svg,
  .mobile-shortcut-btn i {
    max-width: 70%;
    max-height: 70%;
  }
  .mobile-shortcut-btn:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 2px;
  }
}
@media (max-width: 1024px) {
  .alma-box .alma-search {
    padding: 75px 15px 0px 15px;
  }
  .page-wrap .page-area .page .single-head {
    min-height: 100px;
  }
  .page-wrap .page-area .page .single-head .dbg {
    background-size: contain !important;
    min-height: 100px;
  }
  .floating-menu {
    top: 450px !important;
  }
  .srv-collapse {
    padding: 0 !important;
  }
}
@media (max-width: 768px) {
  .search-extra ul {
    flex-wrap: wrap;
  }
  .search-extra ul li {
    flex: 1 1 auto;
    white-space: nowrap;
    width: 100%;
  }
  .woo-off .site-heading {
    width: 100%;
  }
  .topbar {
    flex: 1 1 auto;
    text-align: center;
  }
  .back-to-top {
    margin-right: 0.5em;
  }
  .page-area .front-promotion .p-desp {
    padding: 5px;
  }
  .hero .alma-box .alma-search .search-row {
    flex-direction: column;
    gap: 0.5rem;
  }
  .hero .alma-box .alma-search .search-row input {
    width: 100%;
  }
  .alma-search {
    padding: 0px !important;
  }
  .alma-search ul {
    display: none;
  }
  .alma-search input, .alma-search div, .alma-search button {
    border-radius: 3px !important;
  }
  .alma-search .dropdown-toggle {
    border-left-width: 1px !important;
    background-color: #fff;
  }
  .alma-search .tab-content .mobile-accordion-header {
    background: #fff;
    color: #404040;
    border: 0;
    box-shadow: 1px 2px 10px #ddd;
    margin-top: 12px;
  }
  .alma-search .tab-content .mobile-accordion-header[aria-expanded=true] span, .alma-search .tab-content .mobile-accordion-header:hover {
    background: #fff;
    color: #7a292b;
  }
  .alma-search .tab-content .tab-pane {
    padding: 12px 40px;
    background: #f8f9fa;
  }
}
/*
@media (max-width: 576px) {
    .page-wrap .page-area .single-head {
        //top:23px;
        min-height: 100px;
        .post .dbg{
            min-height: unset !important;
        }
        .dbg {
            background-size: auto !important;            
            min-height: 100px;
        }
    }     

}*/
@media (max-width: 425px) {
  .menu-right-off #site-navigation {
    height: 100%;
  }
  #site-content .single-title {
    font-size: 1em;
  }
  #site-content #breadcrumbs {
    padding-left: 8px;
  }
  #site-content .single-head .dbg {
    opacity: 0.2;
    display: inline-block;
    background-size: auto !important;
    min-height: 100px;
  }
  #site-content .single-head .single-title {
    padding-left: 8px;
  }
  #site-content .page .single-content {
    padding-top: 3px;
  }
  #site-content .page .single-content .child-card img {
    width: 13em;
  }
  #site-content .page .single-content {
    /*.display-news-form-filters .row {
        flex-wrap: wrap;
        gap: 0.5rem;
        div {
            flex: 0 0 100% !important;
            max-width: 100% !important;
        }
    } */
  }
  #site-content .page .single-content .post-item {
    border-bottom: 2px dashed #ddd;
    padding-top: 12px;
  }
  #site-content .page .single-content .post-item .post-box {
    align-items: center;
  }
  #site-content .page .single-content .post-item .post-box .post-excerpt {
    display: none;
  }
  #site-content .page .single-content .post-item .post-box .post-img {
    flex: 1 1 auto;
  }
  #site-content .page .single-content .post-item .post-box .cal-box {
    display: none !important;
  }
  #site-content .page .single-content .post-item .cal-box-s {
    display: inline-block;
    padding-left: 0.8em;
    font-size: 14px;
    font-weight: 700;
    padding-top: 3px;
  }
  #site-content .page .single-content .post-item .post-img-placeholder {
    background-position-x: right !important;
  }
  #site-content .page .single-content .srv-collapse .card div {
    padding: 5px 10px 10px 80px;
  }
}/*# sourceMappingURL=custom.css.map */