/* GLOBAL SEARCH STYLES START*/
.global-search-icon {
  position: absolute;
  right: 10px;
  height: 20px;
  width: 20px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-self: center;
}

/*************************************/
/* REUSABLE */
/*************************************/
.ext-link-icon {
  font-size: inherit;
  color: inherit;
  margin-left: 0.5rem;
}
.blue-text {
  color: #008dc1;
}
.blue-background {
  background-color: #286dbd;
}
.hidden {
  display: none;
}
.responsive-table-wrapper {
  overflow-x: auto;
  max-width: 100%;
}
.responsive-table-wrapper table {
  width: 100%;
  word-wrap: break-word;
  word-break: break-word;
  white-space: normal;
  border-collapse: collapse;
}
.responsive-table-wrapper table .no-break-top-left {
  vertical-align: top;
  text-align: left;
  word-wrap: normal;
  word-break: normal;
}
.main-image {
  max-width: 100%;
  height: auto;
  vertical-align: center;
}
.borderless-table {
  border: none;
  border-collapse: collapse;
}
.borderless-table tr,
.borderless-table th,
.borderless-table td {
  border: none;
}
.no-margin {
  margin: 0;
}
.top-left-text {
  text-align: left;
  vertical-align: top;
}
.img-300px {
  max-width: 30rem;
  height: auto;
}
hr.custom-hr {
  border: 1.2px solid #666;
  margin: 3rem 0;
}
/*************************************/
/* TOP NAVIGATION */
/*************************************/
.top-navigation {
  background-color: #122864;
  display: flex;
  height: 6rem;
  justify-content: end;
  position: relative;
  width: 100%;
  z-index: 100;
}

.top-navigation a {
  color: white;
  text-decoration: none;
}

.top-navigation > a > img {
  height: 3.1rem;
  left: 0;
  margin-left: 2.2rem;
  position: absolute;
  top: 2.5rem;
  visibility: hidden;
  width: 11rem;
}

.top-navigation > div {
  padding: 2%;
  position: absolute;
  visibility: hidden;
}

.top-navigation > div > i {
  color: white;
  font-size: 3.2rem;
}

.top-navigation-logo {
  display: none;
}

.top-navigation-list {
  display: flex;
  list-style-type: none;
  margin-right: 3%;
}

.top-navigation-list-item {
  align-items: flex-start;
  color: white;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 6rem;
  margin: 0;
  position: relative;
}

.top-navigation-list-item:hover .top-navigation-sub-menu {
  display: block;
}

.top-navigation-list-item a {
  font-size: 1.6rem;
}

.top-navigation-list-item p {
  align-items: center;
  display: flex;
  height: 6rem;
  margin: 0;
  padding: 1.8rem 2rem;
  width: 100%;
}

.top-navigation-list-item p:hover {
  background-color: #318dc1;
  transition: all 300ms ease-in-out;
}

.top-navigation-list-item > p > i {
  display: none;
}

.top-navigation-sub-menu {
  background-color: #122864;
  color: white;
  display: none;
  left: 0;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
}

.top-navigation-sub-menu.collapsed {
  display: block;
}

.top-navigation-sub-menu li {
  align-items: center;
  color: white;
  display: flex;
  height: 6rem;
  justify-content: flex-start;
  margin: 0;
  padding: 1.8rem 2rem;
  white-space: nowrap;
}

.top-navigation-sub-menu li:hover {
  background-color: #318dc1;
  transition: background-color all 300ms ease-in-out;
}

.top-navigation-sub-menu #special {
  height: auto;
}

.top-navigation-sub-menu-last li {
  white-space: normal;
}

.top-navigation-last-list-item {
  display: none;
}

/*************************************/
/* LOGO SECTION */
/*************************************/
.logo-section {
  align-items: center;
  box-sizing: content-box;
  display: flex;
  height: 12rem;
  margin: 0 auto;
  padding: 0.5% 1rem;
  position: relative;
  overflow: hidden;
}

.uhn-logo {
  background-image: url('../images/UHNLogo.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 27rem auto;
  box-sizing: content-box;
  float: left;
  height: 12rem;
  list-style-type: none;
  width: 25rem;
  z-index: 10;
}

.social-icon-container {
  align-items: flex-end;
  display: flex;
  height: 9rem;
  padding-bottom: 2.4rem;
  position: absolute;
  right: 12.5rem;
  width: 17rem;
}

.social-icon-container ul {
  display: flex;
  list-style-type: none;
}

.social-icon-box {
  align-items: center;
  background-color: #cd201f;
  border-radius: 2px;
  display: flex;
  height: 3.2rem;
  justify-content: center;
  margin: 0 5px;
  padding: 0;
  width: 3.2rem;
}

.social-icon {
  color: white;
  font-size: 2.5rem;
}

.social-icon-box.facebook {
  background-color: #3b5998;
}
.social-icon-box.linkedin {
  background-color: #0077b5;
}
.social-icon-box.x {
  background-color: black;
}
.social-icon-box.youtube {
  background-color: #cd201f;
}

.global-search-bar-header {
  align-items: center;
  display: flex;
  height: 3.5rem;
  margin: 1.3rem 30rem 0 auto;
  width: 35rem;
}

.global-search-box {
  align-items: center;
  display: inline-flex;
  position: relative;
}

.global-search-input,
.nav-global-search-input {
  border-radius: 2rem;
  font-size: 1.5rem;
  height: 3.5rem;
  padding: 0 2rem 0 3rem;
  width: 35rem;
}

.global-search-icon,
.nav-global-search-icon {
  align-self: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  height: 2rem;
  position: absolute;
  width: 2rem;
}

.global-search-icon {
  right: 1rem;
}

.nav-global-search-icon {
  left: 34rem;
}

.top-navigation-last-list-item p:hover {
  background-color: #122864;
  cursor: default;
}

.top-navigation-last-list-item i {
  display: none !important;
}

/*************************************/
/* MAIN NAVIGATION SECTION */
/*************************************/
.main-nav-section {
  background-color: #008dc1;
  position: relative;
}

.nav {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.nav-item {
  position: relative;
}

.nav-item-hover {
  background-color: #052864;
}

.nav-link {
  color: #fff;
  font-size: 1.8rem;
  padding: 2rem 2.2rem;
  text-decoration: none;
}

.nav-link:focus,
.nav-link:hover {
  color: #fff;
}

.mobile-dropdown {
  display: none;
  list-style: none;
  margin: 0;
  padding: 1rem 2rem 3rem;
}

.mobile-dropdown li {
  padding: 4px 0;
}

.mobile-dropdown li a {
  color: #fff !important;
  font-size: 80%;
  text-decoration: none;
}

.mobile-dropdown h3 {
  color: #008dc1;
  text-align: left;
}

.mega-menu {
  background-color: #052864;
  display: none;
  left: 0;
  padding: 2rem 0;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 100;
}

.mega-menu ul {
  list-style: none;
  padding: 0;
}

.mega-menu ul li {
  padding: 5px 0;
}

.mega-menu ul li a {
  color: #fff;
  display: block;
  font-size: 2rem;
  padding-bottom: 1rem;
  text-decoration: none;
}

.mega-menu ul li a:hover {
  color: #008dc1;
}

.mega-menu h3 {
  color: #008dc1;
  font-size: 2.8rem;
  margin: 3rem 0;
  padding-left: 1.6rem;
  text-align: left;
}

.covid19-style {
  color: #ff9900 !important;
  font-weight: bold !important;
}

.covid19-style i {
  color: #fff !important;
}

/*************************************/
/* SLIDER SECTION */
/*************************************/
.carousel-item {
    height: 400px;
}


.custom-carousel .carousel-control-prev,
.custom-carousel .carousel-control-next {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.custom-carousel:hover .carousel-control-prev,
.custom-carousel:hover .carousel-control-next {
  opacity: 0.5;
}

.carousel-control-prev,
.carousel-control-next {
  height: 8rem;
  top: 50%;
  transform: translateY(-50%);
  width: 8rem;
  z-index: 1;
}

.carousel-control-prev {
  margin-left: 2rem;
}

.carousel-control-next {
  margin-right: 2rem;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-size: contain;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.carousel-caption-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 15rem;
  z-index: 0;
}

.carousel-caption-content p {
  font-size: 5rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: left;
  color: #fff;
}

.carousel-caption-content a {
  display: inline-block;
  margin-top: 1.5rem;
  padding: 0.5rem 1rem;
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  border: 3px solid #fff;
  border-radius: 4px;
  text-decoration: none;
}

/*************************************/
/* WELCOME MESSAGE SECTION */
/*************************************/
#welcome-message h2 {
  color: #052864;
  font-size: 2.5rem;
  line-height: 1.5em;
  padding-top: 10rem;
  text-align: center;
}

/*************************************/
/* NEWSLETTERS SECTION */
/*************************************/
.newsletters-img-box {
  border-radius: 15px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.newsletter-img img {
  border-radius: 15px;
  width: 29rem;
}
.newsletters-img-box img {
  border-radius: 15px;
  box-shadow: 0 5px 6px rgb(0 0 0 / 25%);
  height: 28rem;
  max-height: 28rem;
  max-width: 28rem;
  width: 28rem;
}
.newsletter-link {
  position: relative;
  display: block;
  text-decoration: none;
  color: inherit;
}
.newsletter-description {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  opacity: 0;
  transition: opacity 0.3s;
  text-align: center;
  font-size: 1.6rem;
  padding: 1.5rem;
}
.newsletter-link:hover .newsletter-description {
  opacity: 1;
}
.newsletters-scrollbar-section {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}
.newsletters-scrollbar-section > .bi-chevron-left {
  margin-left: -1rem;
}
.newsletters-scrollbar-section > .bi-chevron-right {
  margin-right: -1rem;
}
.newsletters-scrollbar-section > .scrollbar-wrapper {
  padding-left: 2rem; /* This value needs to be the same as the .scrollbar gap */
}
.newsletters-scrollbar-section > .scrollbar-wrapper > .scrollbar > a {
  padding: 0;
}
.newsletters-scrollbar-section {
  display: flex;
  width: 100%;
}
.newsletters-scrollbar-section > .bi-chevron-left,
.newsletters-scrollbar-section > .bi-chevron-right {
  color: #3e6eb59a;
  cursor: pointer;
  font-size: 4.5rem;
  padding-top: 11.7rem;
  text-align: center;
}
.newsletters-scrollbar-section > .bi-chevron-left:hover,
.newsletters-scrollbar-section > .bi-chevron-right:hover {
  color: #3e6db5;
}
.newsletters-scrollbar-section .scrollbar a {
  cursor: pointer;
  /* padding: 1.6rem 1.6rem 0; */
  text-decoration: none;
}
.scroll-wrapper-text {
  color: #0c4299;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.6rem;
  text-align: center;
}

/*************************************/
/* NEWSLETTERS ARCHIVE PAGES */
/*************************************/
.kite-weekly-container {
  text-align: center;
  font-size: 25px;
  margin: auto;
  width: 50%;
  padding: 10rem 1rem 10rem 1rem;
}
.kite-weekly-subscribe-button {
  background-color: #1b4d85;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 4px;
}
.kite-weekly-subscribe-button:hover {
  background-color: #163a5f;
  color: #ffffff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.newsletter-export-container {
  align-items: stretch;
  display: flex;
  gap: 3rem;
  justify-content: left;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  margin: 10rem 0rem;
}
.info-title-sm-newsletters {
  color: #333;
  display: flex;
  font-size: 2.4rem;
  font-weight: 700;
  justify-content: space-between;
  line-height: 2.8rem;
  margin: 0.5rem 0 1rem;
  height: 6.3rem;
}
.info-desc-sm-newsletters {
  flex: 1;
  font-size: 1.8rem;
  font-weight: 400;
  margin-bottom: 3rem;
  overflow-y: auto;
  width: 100%;
}
.newsletter-info-container {
  padding: 3rem 2rem 1.5rem;
  text-align: left;
  flex: 1;
  display: flex;
  flex-direction: column;
  max-height: 55rem;
}
.main-archive {
  margin-bottom: 5rem;
}
.main-archive .btn--outline:hover,
.main-archive .btn--outline:active {
  color: #fff !important;
}
.newsletter-info-container a,
.report-description a {
  color: #286dbd;
  text-decoration: underline;
  text-underline-offset: 25%;
}
.newsletter-info-container a:hover,
.report-description a:hover {
  color: #1c4d85;
  text-decoration: none;
}

/*************************************/
/* RECENT NEWS SECTION */
/*************************************/
.section-recent-news {
  margin-bottom: 1rem;
  padding-top: 10rem;
}
.recent-news-scrollbar-section {
  display: flex;
  width: 100%;
}
.recent-news-scrollbar-section > .bi-chevron-left,
.recent-news-scrollbar-section > .bi-chevron-right {
  color: #3e6eb59a;
  cursor: pointer;
  font-size: 4.5rem;
  padding-top: 16rem;
  text-align: center;
}
.recent-news-scrollbar-section > .bi-chevron-left:hover,
.recent-news-scrollbar-section > .bi-chevron-right:hover {
  color: #3e6db5;
}
.recent-news-box {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}
.recent-news-box > .bi-chevron-left {
  margin-left: -1rem;
}
.recent-news-box > .bi-chevron-right {
  margin-right: -1rem;
}

.recent-news-box > .scrollbar-wrapper {
  padding-left: 2rem; /* This value needs to be the same as the .scrollbar gap */
}
.recent-news-box > .scrollbar-wrapper > .scrollbar > a {
  padding: 0;
}
.scrollbar-wrapper {
  margin: 0 auto;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  width: 100%;
}
.scrollbar-wrapper::-webkit-scrollbar {
  display: none;
}
.scrollbar {
  display: flex;
  gap: 2rem; /* This value needs to be the same as the .scrollbar-wrapper padding-left */
  justify-content: space-between;
  margin-bottom: 1rem;
  padding-bottom: 2rem;
  padding-top: 1rem;
  width: 100%;
}
.recent-news-scrollbar-section .scrollbar a {
  cursor: pointer;
  /* padding: 1.6rem 1.6rem 0; */
  text-decoration: none;
}
.scrollbar .year {
  color: #3e6db5;
  font-size: 1.8rem;
  font-weight: 600;
  padding-top: 1rem;
  text-align: center;
}
.recent-news-img-box {
  border-radius: 8px;
  transition: 0.3s;
}
.recent-news-img-box img {
  border-radius: 8px;
  box-shadow: 0 5px 6px rgb(0 0 0 / 25%);
  height: 22rem;
  max-height: 25rem;
  max-width: 100%;
  width: 100%;
}
.recent-news-img-box:hover {
  border-radius: 8px;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.3);
}
.recent-news-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-right: 2rem;
  transition: width 0.3s ease;
  width: 100%;
}
.recent-news-item h3 {
  color: #122864;
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 1rem;
  min-height: 4rem;
}
.recent-news-item h3:hover {
  color: #008dc1;
}
.recent-news-item p {
  cursor: pointer;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 1rem;
}
.recent-news-item .read-more-btn {
  align-self: flex-start;
  background-color: #122864;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 1.4rem;
  margin-left: 0;
  margin-top: auto;
  padding: 10px 15px;
  width: auto;
}
.recent-news-item .read-more-btn:hover {
  background-color: rgba(18, 40, 100, 0.7);
}
.news-item-container {
  box-sizing: border-box;
  display: flex;
  flex-shrink: 0;
  justify-content: space-between;
  position: relative;
  transition: width 0.3s ease;
  width: 32.4%;
}
.news-details-panel {
  background-color: #eeeeee;
  border-radius: 4px;
  box-sizing: border-box;
  display: none;
  height: 100%;
  overflow-y: auto;
  padding: 3rem;
  position: absolute;
  right: 0;
  top: 0;
}
.news-details-panel .close-btn {
  color: #286dbd;
  cursor: pointer;
  font-size: 3rem;
  position: absolute;
  right: 5rem;
  top: 2rem;
}
.news-details-panel .close-btn:hover {
  color: rgba(40, 109, 189, 0.7);
}
.news-details-content {
  padding-right: 2rem;
}
.news-panel-title {
  color: #122864;
  font-size: 3rem;
}
.news-panel-subtitle {
  color: #000;
  font-size: 1.6rem;
  font-style: italic;
  font-weight: 600;
  padding: 1.5rem 0;
}
.news-panel-description,
.news-panel-description i,
.image-description p {
  font-size: 1.4rem;
}
.news-panel-description a {
  color: #122864;
  margin: 0;
  padding: 0;
}
.news-panel-description a:hover {
  color: #008dc1;
}
.image-description p {
  margin-top: 6rem;
}
.news-panel-footer {
  align-content: flex-end;
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
}
.news-panel-footer .direct-link-btn {
  align-self: flex-start;
  background-color: #122864;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 1.4rem;
  margin-top: auto;
  padding: 0.8rem 1rem;
  width: auto;
}
.news-panel-footer .direct-link-btn:hover {
  background-color: rgba(18, 40, 100, 0.7);
}
.news-panel-socials {
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
}
.news-panel-socials a {
  margin: 0;
  padding: 0;
}
.news-panel-socials i {
  color: #999999;
  font-size: 2.4rem;
}
.news-modal {
  backdrop-filter: blur(30px);
  background-color: #6f6f6f85;
}
.news-modal .modal-content {
  background-color: #e8e8e8;
  border-color: transparent;
  border-radius: 1rem;
  height: inherit;
  margin-top: 7rem;
}
.news-modal .modal-dialog {
  margin: auto;
  max-width: 115rem;
  width: 90%;
}
.news-modal .close-modal {
  color: #286dbd;
  cursor: pointer;
  border-radius: 1rem;
  float: right;
  font-size: 5rem;
  font-weight: 600;
  position: absolute;
  top: 0;
  right: 3.85rem;
}
.news-modal .modal-body {
  padding: 4rem 3rem 4rem 5rem;
  width: 100%;
}
.news-modal-img-container {
  margin: 0.5rem 0;
  text-align: center;
}
.news-modal .news-details-content p {
  font-family: 'Open Sans', sans-serif;
}
.news-modal .news-details-content p a {
  color: #286dbd;
  text-decoration: underline !important;
  text-underline-offset: 25%;
}
.news-modal .news-details-content p a:hover {
  color: #1c4d85;
  text-decoration: none !important;
}

.filter-heading {
  text-align: center;
  margin-bottom: 10px;
  line-height: 1.2;
  color: #286dbd;
}

.filter-heading p {
  margin-bottom: 8px;
  font-size: 1.4rem;
  font-weight: 400;
}

/*************************************/
/* NEWS ARCHIVE PAGE */
/*************************************/
.search-filter-wrapper {
  width: 70%;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3em;
}
.search-filter-container {
  width: 100%;
  margin-left: 10em;
}
.archive-filters .global-search-icon {
  position: absolute;
  right: 15px;
  top: 55%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  pointer-events: none;
}
#keyword-search {
  height: 45px;
  min-width: 210px;
}
/* Add these styles to ensure consistent heights */
.form-control,
.form-select {
  line-height: 45px;
  padding-top: 0;
  padding-bottom: 0;
}
.archive-filters {
  display: block;
}
/*!################## MAIN ARCHIVE ##################*/
.archive-filters {
  justify-content: space-between;
  margin-bottom: 2rem;
  margin-top: 5rem;
}
.archive-search-bar {
  height: 4.1rem;
  margin: 1rem;
  width: 65rem;
}
.news-previews {
  flex-direction: column;
  gap: 5rem;
  justify-content: space-between;
  margin-bottom: 5rem;
}
.news-preview-lg,
.news-preview-md-container {
  background-color: #e8e8e8;
  border-radius: 1rem;
  width: 100%;
}
.news-lg-img {
  width: 60%;
}
.info-container-lg {
  display: inline-block;
  margin: 4rem 3rem;
  vertical-align: top;
}
.info-footer-lg,
.info-footer-md,
.info-footer-sm,
.info-header-lg,
.info-header-md,
.info-header-sm {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.info-header-lg-1,
.info-header-lg-2,
.info-header-md-1,
.info-header-md-2,
.info-header-sm-1,
.info-header-sm-2 {
  color: #0c4292;
  font-size: 1.6rem;
  font-weight: 700;
}
.info-header-lg-2 {
  font-size: 1.4rem;
  font-weight: 400;
}
.info-title-lg {
  color: #333;
  font-size: 2.6rem;
  font-weight: 700;
  margin: 2rem 0;
}
.info-desc-lg {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.8rem;
  margin-bottom: 3rem;
  width: 42rem;
}
.info-footer-lg,
.info-footer-md,
.info-footer-sm {
  align-items: baseline;
}
.info-read-lg .bi-list,
.info-read-md .bi-list,
.info-read-sm .bi-list {
  color: #0c4292;
  font-size: 2.4rem;
  position: relative;
  top: 0.3rem;
}
.info-read-lg a,
.info-read-md a,
.info-read-sm a {
  color: #0c4292;
  font-size: 1.6rem;
  font-weight: 400;
  margin-left: 0.2rem;
  text-decoration: none;
}
.social-links-lg {
  gap: 1.8rem;
  position: relative;
  top: 0.4rem;
}
.news-preview-md {
  align-items: center;
  display: flex;
  gap: 5rem;
  justify-content: space-between;
  width: 100%;
}
.news-md-img {
  border-top-right-radius: 1rem;
  width: 100%;
}
.info-container-md,
.info-container-sm {
  margin: 3rem 2rem 1.5rem;
  text-align: left;
}
.info-header-md-2 {
  font-size: 1.6rem;
  font-weight: 400;
}
.info-title-md {
  color: #333;
  font-size: 2.6rem;
  font-weight: 700;
  margin: 0.5rem 0 0;
}
.info-desc-md {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.5rem;
  margin-bottom: 1rem;
  width: 42rem;
}
.info-header-sm-2,
.info-sub-header-sm {
  font-size: 1.5rem;
  font-weight: 400;
}
.social-links-md,
.social-links-sm {
  gap: 1.8rem;
  position: relative;
  top: 0.2rem;
}
.news-preview-sm {
  align-items: stretch;
  display: flex;
  gap: 3rem;
  justify-content: left;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  margin: 10rem 0rem;
}
.news-preview-sm-container {
  background-color: #e8e8e8;
  /*background: none;*/
  border-radius: 1rem;
  width: 40rem;
  border: none;
}
.info-sub-header-sm {
  color: #3e6db5;
  position: relative;
  top: -0.4rem;
}
.info-title-sm {
  color: #333;
  font-size: 2.4rem;
  line-height: 2.8rem;
  margin: 0.5rem 0 1rem;
}
.info-title-sm {
  font-weight: 700;
  height: 6.3rem;
}
.info-desc-sm {
  font-size: 1.8rem;
  font-weight: 400;
  margin-bottom: 3rem;
  width: 100%;
}
.archive-search-bar input {
  border-color: #6f6f6f !important;
  color: #333;
  font-size: 1.5rem;
  font-weight: 400;
  padding: 0.5rem 2.4rem;
}
.no-results-box {
  display: none;
  text-align: center;
  font-size: 2rem;
  margin-top: 2rem;
  margin-bottom: -5rem;
}
.hide {
  display: none !important;
}
.filter-close,
.filter-tag {
  display: inline-block;
  font-size: 1.5rem;
}
.filter-close {
  font-weight: 700;
  line-height: 0.1rem;
  margin-left: 5px;
  cursor: pointer;
  vertical-align: -50%;
}
.filter-close:hover {
  color: #fff;
}
.filter-tag {
  height: inherit;
  background-color: #d2d0d0;
  padding: 3px 8px 3px 10px;
  margin: 0.5rem;
}
.archive-filters {
  align-items: start;
  display: flex;
}
.reset-text-button button {
  letter-spacing: 0.05rem;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 25%;
}
.reset-text-button button:hover {
  text-decoration: none;
}
.a11y-button {
  border: none;
  background: none;
  padding: 0;
  color: inherit;
}
.social-links {
  display: flex;
  gap: 1rem;
  list-style: none;
  float: right;
  padding-right: 0.5rem;
}
.social-links .social-icon {
  color: #286dbe;
}
.news-archive .btn--outline:hover,
.news-archive .btn--outline:active {
  color: #fff !important;
}
.news-archive .contact-blurb {
  margin-top: 1.5rem;
}
.news-archive .contact-blurb a {
  color: #286dbd;
  text-decoration: underline;
  text-underline-offset: 25%;
}
.news-archive .contact-blurb a:hover {
  color: #1c4d85;
  text-decoration: none;
}

/*************************************/
/* NEWS PAGES */
/*************************************/
.article-content {
  margin: 0 auto;
  padding-bottom: 5rem;
  overflow-wrap: break-word;
}
.article-header {
  display: flex;
  justify-content: space-between;
}
.article-headings {
  padding: 1rem 0;
  text-align: left;
}
.article-social-links {
  position: relative;
  top: 1.2rem;
}
.article-headings .heading-1,
.article-social-links i {
  font-size: 1.8rem;
  color: #2a6ebb;
}
.article-social-links i {
  margin-right: 1rem;
  vertical-align: middle;
}
.article-social-links a {
  text-decoration: none;
}
.article-content hr {
  margin-top: -0.5rem;
  margin-bottom: 2rem;
}
.article-content .heading-2 {
  color: #2a6ebb;
  font-family: Bitter, sans-serif;
  font-size: 2.8rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  line-height: 3.5rem;
  text-align: left;
}
.article-content .heading-subtitle {
  font-size: 2rem;
  font-weight: 500;
  padding: 0 0 1rem;
  text-align: left;
}
.article-image {
  margin: 0 auto;
  padding-bottom: 1rem;
  text-align: center;
}
.article-image img {
  width: 90%;
}
.article-image .image-desc {
  font-size: 1.8rem;
  font-weight: 400;
  margin: 0 auto;
  width: 90%;
  color: #999999;
  font-style: italic;
  padding: 1rem 0;
  text-align: left;
}
.minor-info {
  margin-bottom: 1.5rem;
}
.minor-info span {
  color: #46474a;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  text-align: left;
  text-transform: uppercase;
}
.minor-info .bi-dot {
  color: #ffae01;
  font-size: 2.2rem;
  position: relative;
  top: 0.2rem;
}
#speech-icon {
  border: 1px solid #46474a;
  border-radius: 100%;
  cursor: pointer;
  display: grid;
  height: 2.5rem;
  padding: 5px;
  place-items: center;
  width: 2.5rem;
}
.article-text {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  text-align: justify;
}
.article-text a {
  color: #286dbd;
  text-decoration: underline;
  text-underline-offset: 25%;
}
.article-text a:hover {
  color: #1c4d85;
  text-decoration: none;
}
.article-text p {
  font-size: 1.8rem;
  padding-bottom: 2rem;
}
.article-text img {
  max-width: 100%;
  height: auto;
}
.caption {
  font-weight: 400;
  margin: 0 auto;
  width: 90%;
  color: #999999;
  font-style: italic;
}
.go-back {
  padding-top: 2rem;
}
.go-back a {
  color: #2a6ebb;
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: none;
}
.go-back a:hover {
  color: #1c4d85;
}

/*************************************/
/* IMAGE DIVIDER SECTION */
/*************************************/
.divider-box {
  padding-top: 8rem;
}

.image-divider {
  background-position: center;
  background-size: cover;
  overflow: hidden;
  padding-bottom: 20%;
  position: relative;
  width: 100%;
}

.image-divider::before {
  background-image: linear-gradient(
    rgba(5, 40, 100, 0.8),
    rgba(5, 40, 100, 0.8)
  );
  content: '';
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
/*************************************/
/* RESEARCH INSTIUTES AT UHN SECTION */
/*************************************/
.section-explore {
  margin-bottom: 1rem;
  padding-top: 10rem;
}

.institute-text {
  margin-top: 2rem;
}

.institutes-list-box {
  margin-top: 3rem;
}

.institute-building-wrapper {
  flex-shrink: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  text-align: center;
  width: inherit;
}

.institute-building-wrapper > .default {
  height: 72.4rem;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: inherit;
  width: 91.4rem;
}

.institute-building-wrapper > .default-overlay {
  height: 72.4rem;
  left: 0;
  opacity: 0;
  position: absolute;
  width: 91.4rem;
  z-index: 2 !important;
}

.institute-building-wrapper > .institute-building-blue {
  bottom: 0;
  height: 72.4rem;
  left: 0;
  opacity: 0;
  position: absolute;
  width: 91.4rem;
  z-index: 1;
}
#building-tooltip {
  background-color: #286dbd;
  border-radius: 1rem !important;
  color: #fff;
  display: none;
  font-size: 1.6rem;
  font-weight: 600;
  height: inherit;
  margin-left: 10px;
  max-width: 25rem;
  padding: 0.5rem;
  position: absolute;
  text-align: center;
  z-index: 100 !important;
}
.uhn-buildings-img {
    width: 100%;
}

/*************************************/
/* FOOTER SECTION */
/*************************************/
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
footer {
  margin-top: auto;
}
.footer-top-section h5 {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-top-section ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-top-section a {
  color: #fff;
  font-size: 1.6rem;
  text-decoration: none;
}

.footer-top-section a:hover {
  color: #02ccfd;
}

.footer-top-wrapper {
  background-color: #122864;
}

.footer-top-wrapper .container {
  padding-bottom: 5rem;
  padding-top: 5rem;
}

.footer-bottom-section p {
  color: #fff;
  margin-top: 1rem;
}

.footer-bottom-wrapper {
  background-color: #042151;
}

.footer-bottom-wrapper .container {
  padding-bottom: 2rem;
  padding-top: 2rem;
}

.footer-socials,
.footer-socials-blue {
  display: flex;
  gap: 1.5rem;
}

.footer-socials i,
.footer-socials-blue {
  font-size: 3rem;
}

ul.footer-socials,
.footer-socials-blue {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.footer-socials a {
  color: #fff;
  text-decoration: none;
}

ul.footer-socials-blue a {
  color: #286dbd;
  text-decoration: none;
}

/*************************************/
/* SERVICE PAGE */
/*************************************/
.hero-banner {
  position: relative;
  height: 35rem;
  overflow: hidden;
}
.hero-banner-carousel {
  position: relative;
  height: 100%;
}
.hero-banner-image {
  height: 30rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}
.hero-banner-carousel .hero-banner-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  animation: fadeImages 12s infinite;
}
.hero-banner-carousel .hero-banner-image:nth-child(1) {
  animation-delay: 0s;
}
.hero-banner-carousel .hero-banner-image:nth-child(2) {
  animation-delay: 4s;
}
.hero-banner-carousel .hero-banner-image:nth-child(3) {
  animation-delay: 8s;
}
@keyframes fadeImages {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.hero-banner-text,
.hero-banner-carousel-text {
  color: #fff;
  font-size: 3.8rem;
  font-weight: bold;
}
.hero-banner-carousel-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: left;
  z-index: 2;
}
#breadcrumb-nav {
  padding: 4.8rem 0 1.8rem;
}
.breadcrumb-navigation {
  margin: 0;
  padding: 0;
}
.breadcrumb-navigation > li {
  display: inline;
  font-weight: bold;
}
.breadcrumb-navigation li + li:before {
  padding: 0.4rem;
  content: '/';
}
.breadcrumb-navigation > li > a {
  color: #286dbd;
  font-weight: bold;
  text-decoration: none;
}
.breadcrumb-navigation > li > a:hover {
  color: #1c4d85;
}
.service-main li,
.subpage-main li {
  font-size: 1.6rem;
}
.description-box {
  padding-bottom: 1.8rem;
}
.service-main-content {
  padding-bottom: 3rem;
}
.subpage-content {
  padding: 2rem 0;
}
.service-main li::marker,
.subpage-main li::marker {
  color: #000;
  font-size: 1.6rem;
}
.service-main a,
.subpage-main a,
.about-us-section a,
.contact-section a {
  color: #286dbd;
  text-decoration: none;
}
.service-main a:hover,
.subpage-main a:hover,
.about-us-section a:hover,
.contact-section a:hover {
  color: #1c4d85;
}
.content-group {
  margin-bottom: 3rem;
}
.ext-link {
  /* white-space: nowrap;
  display: inline-flex; */
}
.simple-table-container {
  overflow-x: auto;
  padding-top: 6rem;
}
.simple-table-container .table-title {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  width: 100%;
}
.simple-table th {
  font-size: 1.8rem;
  font-weight: bold;
}
.simple-table tr {
  border: 0;
}
.simple-table th,
.simple-table td {
  padding: 1.5rem;
}
.small-table-padding th,
.small-table-padding td {
  padding: 1rem 1.5rem;
}
.centered-table td,
.centered-table th[scope='col'] {
  text-align: center;
}
.text-center {
  text-align: center;
}
.blue-background .table-header {
  background-color: #286dbd;
  color: #fff;
  font-weight: bold;
  text-align: left;
}
/* Accordion Style */
.custom-accordion-label {
  background-color: #286dbd;
  color: #fff;
  cursor: pointer;
  border: none;
  outline: none;
  width: 100%;
  text-align: left;
  padding: 2.2rem;
  margin-bottom: 1.8rem;
  font-size: 2rem;
  letter-spacing: 0.1rem;
  border-radius: 0.5rem;
  transition: 0.4s;
}
.custom-accordion-content {
  background-color: #fff;
  padding: 2rem 1.8rem;
  overflow: hidden;
}

/* Tab Style */
.tab-container {
  display: flex;
  gap: 0.5rem;
  list-style: none;
  padding: 0 3rem;
  margin: 0;
  background-color: #f0f0f0;
}
.tab-item {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  padding: 2rem 3.2rem;
  cursor: pointer;
  text-align: center;
  transition: background-color 0.3s;
}
.tab-contents {
  margin-top: 1rem;
}
.tab-content {
  display: none;
  padding: 2rem 0;
  background-color: #fff;
}
.tab-content.active {
  display: block;
}

/* Tab with Nested Accordions Style*/
.tabs-and-accordion-style .custom-accordion-content li {
  font-size: 1.6rem;
}
.tabs-and-accordion-style .custom-accordion-content li::marker {
  color: #000;
  font-size: 1.6rem;
}

/* Tab with Nested Table */
.table-container {
  display: flex;
  align-items: flex-start;
  overflow-x: auto;
  max-width: 100%;
}
.table-container table {
  flex: 0 0 auto !important;
  margin: 0 !important;
  min-width: 70rem;
  white-space: nowrap;
}
hr.horizontal-line {
  flex: 1;
  border: none;
  height: 3px;
  color: #000;
  background-color: #000;
  margin-top: calc(
    2rem + 1.6rem / 2
  ); /* th padding + half of th font size */
}
.table-container tr {
  border: none;
}
.table-container th {
  background-color: #286dbd;
  color: #fff;
  text-align: center;
  border: none;
  font-weight: bold;
  font-size: 1.6rem;
}
.table-container th,
.table-container td {
  padding: 2rem;
}
.table-container td ul li::marker,
.table-container tbody td > ul > li {
  font-size: 1.4rem;
}
.table-container td ul li::marker {
  color: #000;
}
.table-content-heading {
  font-size: 1.6rem;
  font-weight: bold;
}
.table-container th[scope='row'] {
  vertical-align: top;
}

/* Link Tiles Style */
.link-tiles-style .row {
  margin-left: -1rem;
  margin-right: -1rem;
}
.link-tiles-style .col-xl-4,
.link-tiles-style .col-lg-6 {
  padding-left: 1rem;
  padding-right: 1rem;
  margin-bottom: 2rem;
}
.tile-btn-container a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  color: #286dbd;
  background-color: #fff;
  border: 3px solid #286dbd;
  width: 100%;
  font-size: 2rem;
  min-height: 11rem;
  text-align: left;
  padding: 1.5rem;
}
.tile-btn-container a:hover,
.tile-btn-container a:active {
  color: #fff;
  background-color: #286dbd;
  transition: all 500ms ease;
}
.tile-btn-container a i {
  font-size: 3rem;
  font-weight: bold;
  padding-left: 1rem;
}

/* Link Cards Style */
.link-cards-style {
  padding: 6rem 0;
}
.link-cards-style .row {
  display: flex;
  justify-content: center;
}
.link-cards-style .image-card {
  position: relative;
  width: 33rem;
  height: 30rem;
  overflow: hidden;
  transition: transform 0.3s ease;
}
.link-cards-style .image-card:hover {
  transform: scale(1.05);
}
.link-cards-style .image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.link-cards-style .row .col-xl-4,
.link-cards-style .row .col-lg-6 {
  display: flex;
  justify-content: center;
  margin-bottom: 4rem;
  transition: transform 0.3s ease;
}
.link-cards-style .image-card .image-card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(40, 109, 189, 0.8);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.link-cards-style .image-card .image-card-overlay span {
  text-align: center;
  font-size: 2.5rem;
  padding: 3rem;
}

/* Chair Opportunities at UHN */
.archived-table-container,
.table-overflow {
  overflow-x: auto;
}
.chair-opportunities table {
  width: 100%;
  margin-top: 1rem;
}
.chair-opportunities thead > tr {
  border-width: 0.3rem;
}
.chair-opportunities .sortable {
  cursor: pointer;
}
.chair-opportunities .sortable i {
  margin-left: 0.5rem;
  color: #767676;
}
.chair-opportunities td,
.chair-opportunities th {
  padding: 1rem;
}
.chair-opportunities th {
  font-weight: bold;
  color: #286dbd;
}
.chair-opportunities tbody tr:nth-child(odd) {
  background-color: #f0f0f0;
}
.chair-opportunities .table-pagination,
.chair-opportunities .table-pagination .table-page-numbers {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.chair-opportunities .table-pagination button {
  border: 0;
  background-color: transparent;
  padding: 0 0.5rem;
  font-size: 1.6rem;
  color: #286dbd;
}
.chair-opportunities .table-pagination button:hover {
  color: #1c4d85;
}
.table-page-numbers .page-number.active {
  color: #000;
  font-weight: bold;
}

/*************************************/
/* REMOTE PAGE */
/*************************************/
.remote-section {
  padding: 2rem 0;
}
.remote-heading {
  color: #008dc1;
  font-size: 2.6rem;
  margin: 0;
  padding: 1% 0;
}
.remote-section a {
  color: #286dbd;
  text-decoration: none;
}
.remote-section a:hover {
  color: #1c4d85;
}
.remote-section ul li {
  font-size: 1.6rem;
}
.remote-section ul li::marker {
  color: inherit;
  font-size: inherit;
}
.remote-section .page-end-line {
  height: 0;
  border: 0;
  border-top: 1px solid #eee;
  margin: 20px 0;
}
.remote-page-footer {
  margin-top: 5rem;
}

/*************************************/
/* INSTITUTIONAL AUTHORIZATION 45 PAGE */
/*************************************/
.institutional-authorization .actions-list {
  width: 70%;
}
.institutional-authorization .action-text {
  font-size: 19px !important;
}
ul.actions-list {
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-around;
  list-style: none;
  padding: 3rem 1rem;
}
.action-icon {
  width: 8rem;
  height: auto;
}
.action-list-item {
  align-items: center;
  background-color: #fff;
  border-radius: 1rem;
  cursor: pointer;
  display: flex;
  height: 15rem;
  position: relative;
  width: 42rem;
}
.action-list-item .inner > div {
  display: flex;
  color: #333;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  line-height: 2.5rem;
  z-index: 0;
}
.action-list-item .inner.left {
  display: flex;
  width: fit-content;
  justify-content: center;
  padding: 0 6.9rem 0 3rem;
}
.action-list-item .inner.right {
  align-items: center;
  background-color: #286dbd;
  border-radius: 0 1rem 1rem 0;
  bottom: 0;
  box-sizing: border-box;
  clip-path: polygon(45% 0, 100% 0%, 100% 100%, 0% 100%);
  display: flex;
  left: calc(100% - 9rem);
  overflow: hidden;
  padding: 2rem 2rem 2rem 4rem;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.3s;
  width: 9rem;
  z-index: 1;
}
.hover-text {
  color: #fff;
  display: none;
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 0.1rem;
  line-height: 1.95rem;
  margin: 0;
  padding: 0 2rem 0 3rem;
}
.action-text {
  font-size: 1.6rem !important;
  font-weight: 600 !important;
  padding-left: 2rem;
}
.hover:hover .inner.right {
  border-radius: 0 1rem 1rem 0;
  clip-path: polygon(10% 0, 100% 0%, 100% 100%, 0% 100%);
  left: 4%;
  padding: 1rem 0.5rem 1rem 1.5rem;
  width: 96%;
  transition: 0.5s ease-in-out;
}
.hover:hover .hover-text {
  display: inline;
  opacity: 1;
  transition: 0.5s ease-in-out;
}
.action-text {
  align-items: center;
}
.hover:hover .action-text {
  opacity: 0;
  transition: 0.6s ease-in-out;
}

/*************************************/
/* ABOUT CTO PAGE */
/*************************************/
.about-cto-section a {
  color: #286dbd;
  text-decoration: none;
}
.about-cto-section a:hover {
  color: #1c4d85;
}
.about-cto-section ol {
  font-size: 16px;
}
.about-cto-section li {
  font-size: 16px;
  padding-bottom: 0.5rem;
}
.about-cto-section li::marker {
  font-size: 16px;
}

/*************************************/
/* GET SOCIAL PAGE */
/*************************************/
.get-social-section .nav {
  background-color: #f0f0f0;
  justify-content: flex-start;
}
.get-social-section .get-social-button {
  background-color: #f0f0f0 !important;
  border-radius: 0 !important;
  color: #333 !important;
  font-weight: bold;
}
.get-social-section .get-social-button.active {
  background-color: #286dbd !important;
  color: #fff !important;
}
.get-social-section .get-social-button:hover {
  background-color: #286dbd !important;
  color: #fff !important;
}
.get-social-section .tab-content {
  padding: 0 7.5px;
}
.get-social-section .get-social-content.show {
  color: #000;
}
.get-social-section a {
  color: #286dbd;
  text-decoration: none;
}
.get-social-section a:hover {
  color: #1c4d85;
}
.get-social-section table {
  margin: 0;
}
.get-social-section .table-heading {
  box-shadow: var(--bs-table-primary-bg);
  font-size: 16px;
  font-weight: bold;
  margin: 20px;
}
.get-social-section td {
  line-height: 40px;
  padding-left: 20px;
}
.get-social-section .account-name {
  width: 420px;
}
.get-social-section .researcher-name {
  width: 300px;
}
.get-social-section .icon-box {
  display: flex;
  margin-top: 4px;
}

/*************************************/
/* CRC PAGE */
/*************************************/
.crc-section .custom-accordion-content {
  transition: 0.5s ease;
}
.crc-section .custom-accordion-label {
  transition: 0.5s ease;
}
.crc-section h3 {
  font-weight: bold;
  margin: 1.5rem 0;
}
.crc-section a {
  color: #286dbd;
  font-weight: bold;
  text-decoration: none;
}
.crc-section a:hover {
  color: #1c4d85;
  text-decoration: underline;
  text-underline-offset: 25%;
}
.crc-section ul li {
  font-size: 1.6rem;
}
.crc-section ul li::marker {
  font-size: 1.6rem;
}
.crc-demographic-table-header th {
  font-weight: bold;
}
.crc-section .dt-paging-button,
.crc-section .dt-info,
.crc-section .dt-layout-row {
  font-size: 1.6rem;
}
.crc-tables td {
  padding: 2% !important;
}

/*************************************/
/* RESEARCH DATA MANAGEMENT PAGE */
/*************************************/
.research-data-management-section {
  padding: 2rem 0;
}
.research-data-management-heading {
  color: #008dc1;
  font-weight: bold;
}
.research-data-management-section a {
  color: #286dbd;
  text-decoration: none;
}
.research-data-management-section a:hover {
  color: #1c4d85;
}
.research-data-management-section ul li {
  font-size: 1.6rem;
}
.research-data-management-section ul li::marker {
  color: inherit;
  font-size: inherit;
}

/*************************************/
/* KREMBIL SEMINAR SERIES CONTENT PAGE */
/*************************************/
.seminar-table-header th {
  background: #286dbd;
  color: white;
  font-weight: 600;
  height: 100px;
  vertical-align: middle !important;
}
.seminar-row td {
  padding: 2%;
}
.seminar-row a {
  color: #286dbd;
  text-decoration: none;
}
.seminar-row a:hover {
  color: #1c4d85;
  text-decoration: underline;
  text-underline-offset: 25%;
}

/*************************************/
/* KREMBIL FUNDING OPPORTUNITIES PAGE */
/*************************************/
.funding-header {
  background: #286dbd !important;
  color: white;
  font-weight: 600;
  height: 70px;
  text-align: center;
  vertical-align: middle !important;
}
.krembil-funding-section td {
  padding: 1.5%;
}
.krembil-funding-section a {
  color: #286dbd;
  font-weight: bold;
  text-decoration: none;
}
.krembil-funding-section a:hover {
  color: #1c4d85;
  text-decoration: underline;
  text-underline-offset: 25%;
}

/*************************************/
/* DIVISION PAGES */
/*************************************/
.division-content a {
  color: #286dbd;
  text-decoration: none;
}
.division-content a:hover {
  color: #1c4d85;
  text-decoration: underline;
  text-underline-offset: 25%;
}
.division-content .title {
  color: #008dc1;
  font-size: 2.2em;
  font-weight: bold;
  padding: 1% 0 2% 0;
}

/*************************************/
/* SUB PAGES */
/*************************************/
.posted-on-container {
  padding: 5rem 0;
}
.posted-on-container h2 {
  color: #008dc1;
  font-size: 2.9rem;
  font-weight: normal;
}

/*!################## ARTICLE HEADINGS ##################*/
.vertical-bar {
  background-color: #ffae01;
  color: #ffae01;
  margin: 0 1rem;
} /*!################## TWEETS ##################*/ /*!************************************/ /*! SIDE MENU BAR KREMBIL */ /*!************************************/
.sidebar-nav {
  background-color: transparent;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  font-size: 1.9rem;
  justify-content: center;
  left: -20rem;
  max-width: 20rem;
  opacity: 0;
  padding: 5rem 0;
  position: fixed;
  text-align: center;
  top: 50%;
  transform: translate(0, -50%);
  white-space: nowrap;
  width: 20rem;
  z-index: 1;
}
.preview {
  pointer-events: none;
}
.preview,
.preview-overlay {
  background-color: #e8e8e8;
  display: flex;
}
.preview,
.preview-img,
.preview-overlay,
.scrollbar a,
.scrollbar-reports > img {
  border-radius: 1.5rem;
}
.sidebar-nav-in {
  left: 0;
  margin-right: 0;
  opacity: 1;
}
.sidebar-nav > ul {
  padding-left: 0;
  margin-left: 0;
}
.sidebar-nav a {
  color: #2a6ebb;
  display: inline-block;
  padding: 0.5rem 1.5rem;
  text-decoration: none;
  transition: text-decoration 0.5s;
  width: 100%;
}
.add-left-padding-to-section {
  padding-left: 20rem !important;
}
.active-sidebar-nav a,
.sidebar-nav a:hover {
  background-color: #2a6ebb;
  color: #fff;
} /*!************************************/ /*! KREMBIL ANNUAL REPORT */ /*!************************************/ /*!################## MAIN TITLE BLOCK ##################*/
.title-block {
  background-image: url('../images/krembil-annual-report/title-background.png');
  /* color: #fff;
  height: 35rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; */
}
/* .title-block p {
  font-size: 3.8rem;
  font-weight: 700;
  padding-left: 15%;
  padding-top: 14.5rem;
}  */
/*!################## REPORT PREVIEW ##################*/
.main-content {
  margin: 0 auto;
  /* padding: 3rem; */
  width: 80%;
}
.preview-container {
  position: relative;
}
.preview {
  flex-direction: row;
  margin: 0 auto 4rem;
  padding: 3rem;
  position: absolute;
  opacity: 0;
}
.preview-overlay {
  flex-direction: row;
  margin: 3rem auto 4rem;
  padding: 3rem;
  position: auto;
}
.preview-img {
  height: 49.8rem;
  margin-right: 7rem;
  max-height: 49.8rem;
  max-width: 38.4rem;
  width: 38.4rem;
}
.preview-img-square {
  height: 39rem;
  max-height: 39rem;
  max-width: none;
  width: auto;
}
.report-img-sm {
  box-shadow: 0 5px 6px rgb(0 0 0 / 25%);
  height: 24.9rem;
  max-height: 24.9rem;
  max-width: 19.2rem;
  width: 19.2rem;
}
.report-img-sm-square {
  height: 14rem;
  max-height: 14rem;
  max-width: 25rem;
  width: 25rem;
}
.indent-list > li,
.managing-waste-step-note .steps-box > ul,
.preview-text {
  margin-left: 2rem;
}
.vertical-bar {
  background-color: #f7e900;
  height: 7.9rem;
  width: 0.8rem;
}
.report-heading {
  bottom: 6.5rem;
  left: 3rem;
  margin-top: -2rem;
  position: relative;
}
.report-heading p {
  color: #0c4299;
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 0;
  padding-right: 2rem;
}
.report-buttons {
  margin-left: 3rem;
  margin-bottom: 2rem;
}
.report-buttons a {
  color: #0c4299;
  margin-right: 3rem;
  text-align: center;
  text-decoration: none;
}
.download,
.open {
  background-color: #fff;
  border-radius: 2rem;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  padding: 0.7rem 3rem;
}
.active-report {
  border: #2a6dbd 2px solid;
}
.report-description {
  font-size: 1.8rem;
  font-weight: 400;
  padding: 0 2rem;
} /*!################## REPORT SCROLLBAR ##################*/
.scrollbar-section {
  display: flex;
  width: 100%;
  margin-bottom: 3rem;
}
.scrollbar-wrapper {
  margin: 0 auto;
  overflow-x: auto;
  -ms-overflow-style: none; /*! IE and Edge */ /*! Firefox */
} /*! Hide scrollbar for Chrome, Safari and Opera */
.scrollbar-wrapper::-webkit-scrollbar {
  display: none;
}
.scrollbar {
  display: flex;
  gap: 3rem;
  justify-content: space-between;
  padding-top: 1rem;
}
.scrollbar-section .scrollbar a {
  cursor: pointer;
  padding: 1.6rem 1.6rem 0;
  text-decoration: none;
}
.scrollbar .year {
  color: #3e6db5;
  font-size: 1.8rem;
  font-weight: 600;
  padding-top: 1rem;
  text-align: center;
}
.first-report {
  background-color: #e8e8e8;
}
.news-stories-left-arrow-icon,
.news-stories-right-arrow-icon {
  font-size: 3.75rem;
}
.news-stories-left-arrow,
.news-stories-right-arrow {
  color: #3e6eb59a;
  cursor: pointer;
  text-align: center;
  border: none;
  height: 100%;
  background: none;
}
.scrollbar-section > .bi-chevron-left,
.scrollbar-section > .bi-chevron-right {
  color: #3e6eb59a;
  cursor: pointer;
  font-size: 3.75rem;
  padding-top: 12rem;
  text-align: center;
}
.scrollbar-section > .bi-chevron-left:hover,
.scrollbar-section > .bi-chevron-right:hover,
.news-stories-left-arrow:hover,
.news-stories-right-arrow:hover {
  color: #3e6db5;
}
.scrollbar-section > .bi-chevron-right {
  padding-left: 1.6rem;
}
.bi-chevron-left-square,
.bi-chevron-right-square {
  padding-top: 5rem !important;
} /*!************************************/ /*! ANNUAL RESEARCH REPORT */ /*!************************************/ /*!################## MAIN TITLE BLOCK ##################*/
.title-block-research-report {
  background-image: url('../images/annual-research-report/rr-title-background.jpg');
} /*!************************************/ /*! INSTITUTE and INSTITUTE SUB PAGES */ /*!************************************/
.subpage-content-box {
  letter-spacing: 0.5px;
  margin-top: 3rem;
}
.subpage-content-text {
  font-size: 1.8rem;
  font-weight: 400;
}
.subpage-content-text p {
  padding-bottom: 2rem;
  padding-top: 1rem;
}
.subpage-content-text .inner.right p {
  padding-bottom: 0;
  padding-top: 0;
}
.institute-info,
.institute-info-container {
  text-align: left;
  display: inline-block;
}
/*!################## KREMBIL INFO ##################*/
.about-institute {
  color: #fff;
  height: auto;
  min-height: 64rem;
  overflow: auto;
  position: relative;
}
.about-institute.krembil {
  background-image: linear-gradient(
      to bottom,
      rgb(5, 44, 69, 0.025),
      rgb(0, 24, 52)
    ),
    url('../images/krembil/banner.jpg');
}
.about-institute.mcewen {
  background-image: url('../images/mcewen/banner.jpg');
}
.about-institute.pmcc {
  background-image: url('../images/pmcc/banner.jpg');
}
.about-institute.tgri {
  background-image: url('../images/tgri/banner.jpg');
}
.about-institute.kite {
  background-image: url('../images/kite/banner.jpg');
}
.about-institute.tier {
  background-image: url('../images/tier/banner.jpg');
}
.about-institute.techna {
  background-image: url('../images/techna/banner.jpg');
}
.about-institute > figure {
  align-items: center;
  text-align: center;
}
.about-institute {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.institute-info-container {
  width: 100%;
  margin-top: 15rem;
}
.institute-info-heading {
  font-size: 4.5rem;
  font-family: Bitter, Roboto, serif;
  letter-spacing: 0.2rem;
  padding-bottom: 0.5rem;
  white-space: nowrap;
  font-weight: 700;
}
.explore-card.grey,
.grey-container,
.grey-container .scrolling-wrapper .card {
  background-color: #f2f2f2;
}
.grey-container {
  width: 100%;
}
.nav-link-institute {
  color: #286dbd;
  margin: 0 2.5rem;
  text-decoration: underline solid transparent 0.1rem;
  text-underline-offset: 25%;
  transition: text-decoration 0.5s;
  text-decoration: underline;
}
.nav-link-institute:hover {
  cursor: pointer;
}
/*!################## NEWS ##################*/
.content-headings {
  font-size: 2rem;
  font-weight: 600;
  padding: 3rem;
  text-align: center;
}
.content-headings a {
  color: #286dbd;
  margin: 0 2.5rem;
  text-decoration: underline solid transparent 0.1rem;
  text-underline-offset: 25%;
  transition: text-decoration 0.5s;
}
.content-headings a:hover,
.institute-report a {
  text-decoration: underline solid currentColor 0.1rem;
}
/*!################## KREMBIL BY THE NUMBERS ##################*/
.institute-stats-cards {
  text-align: center;
  padding-top: 20rem;
  display: flex;
  justify-content: space-evenly;
  margin: 0 5%;
}
.institute-visit-button {
  font-size: 1.7rem;
  border: 0.1rem solid #6f6f6f;
  border-radius: 5rem;
  padding: 0.5rem 1rem 0.5rem 2rem;
  margin: 0.5rem 2rem 0.5rem 0;
  font-weight: 500;
  background-color: #fff;
}
.stats-card {
  border-radius: 1rem;
  color: #fff;
  display: inline-flex;
  width: 18rem;
  max-width: 18rem;
  height: 10rem;
  max-height: 10rem;
  margin: 0 1rem;
  padding: 2rem 0;
}
.by-the-numbers-icon,
.by-the-numbers-icon-raised {
  height: 6rem;
  position: relative;
}
.by-the-numbers-icon-raised {
  bottom: 1rem;
  margin-top: 1rem;
}
.stats-text {
  float: right;
  vertical-align: middle;
}
.stats-number {
  display: inline-flex;
}
.counter {
  font-family: Bitter, serif;
  font-size: 3rem;
  letter-spacing: 0.1rem;
  line-height: 4.3rem;
}
.stats-group {
  font-size: 1.2rem;
  line-height: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.08rem;
  bottom: 1rem;
  position: relative;
}
.institute-report {
  font-size: 1.5rem;
  font-weight: 400;
  text-align: right;
  border-spacing: 5rem;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.institute-report a {
  text-underline-offset: 25%;
  color: #fff;
}
.institute-report a:hover {
  text-decoration: none;
  text-underline-offset: 25%;
  color: #fff;
}
.institute-report-text {
  font-size: 1.5rem;
  margin-right: 7rem;
} /*!################## EXPLORE SECTION##################*/
.all-explore-cards {
  display: flex;
  flex-wrap: wrap; /* Allows cards to wrap to the next line */
  justify-content: center;
  margin: 0 auto;
  padding-top: 3.5rem;
}
.explore-card,
.explore-card.grey {
  display: inline-block;
  margin: 0 3rem 3rem 0;
  border-radius: 1rem;
}
.explore-card {
  background-color: #fff;
}
.explore-card:hover {
  box-shadow: rgba(128, 128, 128, 0.63) 0 4px 12px;
}
.explore-card-img {
  width: 40rem;
  border-top-right-radius: 1rem;
  border-top-left-radius: 1rem;
}
.explore-heading {
  font-size: 2rem;
  font-weight: 600;
}
.explore-card .bi-arrow-right {
  color: #2a6ebb;
  float: right;
  font-size: 2.4rem;
}
#explore-institute > .container > .all-explore-cards > .hidden-card {
  display: none;
}
.explore-caption {
  color: #2a6ebb;
  display: block;
  margin: 1rem 2rem 3.5rem;
}
.hidden-card {
  visibility: hidden;
}
/*!################## Google Map SECTION ##################*/
.google-map-section {
  display: block;
  height: 56rem;
  margin: 0;
  min-height: 56rem;
  /* padding-top: 2.5rem; */
  padding-bottom: 4rem;
  width: 100%;
}
.related-links-list-item,
.related-links-list-item-grey,
.related-links-list-item-text {
  display: flex;
  font-weight: 300;
  text-decoration: none;
}
/*!################## SECTIONS ##################*/
.about-us-section,
.explore-section,
.divisions-section,
.research-areas-section,
.contact-section,
.institute-stats,
.section-event {
  padding: 6.5rem 0 4rem;
}
.institute-section-content {
  padding-top: 3.5rem;
}
.heading-1 .heading-text-1 {
  font-weight: 600;
  text-transform: uppercase;
}
.heading-1 .heading-text-2,
.minor-info span {
  font-weight: 300;
  text-transform: uppercase;
}
.heading-1 .vertical-bar {
  background-color: #ffae01;
  color: #ffae01;
  margin: 0 1rem;
}
.youtube-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.youtube-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*!************************************************/ /*! ALL RESEARCHERS */ /*!************************************************/
.all-researchers-container {
  display: flex;
  flex-direction: row;
  padding-top: 4rem;
  justify-content: center;
  padding-left: 90px;
  min-height: 630px;
  position: relative;
}
.all-researchers-filter-container {
  width: 12rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #286dbd;
  font-weight: 600;
  padding: 0 1.5rem;
  margin-bottom: 5rem;
  margin-left: 30rem;
}
.all-researchers-filter-container p {
  margin-bottom: 0;
}
.all-researchers-reset-button {
  height: 4rem;
  width: 9rem;
  border: 1px solid #6f6f6f;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.all-researchers-letters {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.all-researchers-filter-letter {
  width: 4rem;
  height: 4rem;
  border-radius: 0.75rem;
  border: 1px solid #6f6f6f;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.6rem;
  cursor: pointer;
}
.all-researchers-filter-letter:active,
.all-researchers-reset-button:active {
  box-shadow: 0 0 0 1px #286dbd;
  transition: all 0.3s;
}
.all-researchers-filter-letter-toggled {
  background-color: #286dbd;
  color: white;
  border: none;
}
.all-researchers-content-container {
  margin-bottom: 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 30rem;
}
/* .all-researchers-content-container div:first-child {
  width: 70rem;
  margin-right: 10rem;
} */
.all-researchers-content-container input {
  border-color: #6f6f6f !important;
  font-size: 1.5rem;
  padding-left: 3rem;
  padding-right: 2rem;
}
.all-researchers-content-container ul {
  display: grid;
  grid-template-columns: repeat(3, 35rem);
  grid-auto-rows: 4rem;
  grid-auto-flow: column;
}

.all-researchers-researchers-content {
  padding-left: 5rem;
  width: 100%;
}

.all-researchers-researchers-content li a {
  text-decoration: none;
}
.all-researchers-researchers-content li a:hover {
  text-decoration: underline;
  color: #286dbd;
}
.all-researchers-content-container svg {
  z-index: 99;
}
.all-researchers-researchers-content li::marker {
  font-size: 1.75rem;
}
.all-researchers-researchers-content p {
  font-size: 3.5rem;
  font-weight: 700;
  color: #286dbd;
  margin-top: 3rem;
}
.all-researchers-content-container .input-group{
  position: relative;
  width: 120%;
}
.all-researchers-content-container .pi-profile-searchbar{
  padding-right: 52px; 
}
.all-researchers-content-container .pi-profile-search-icon{
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  pointer-events: none;
}
.pi-search-wrap .pi-profile-searchbar {
  padding-right: 40px; 
}
.all-researchers-content-container {
  margin-right: 0 !important;
  min-width: 0 !important;
  align-items: center;
}
.pi-search-wrap {
  position: relative;
  width: 450px;     
  margin: 0;   
}


/*!################## FILTER RESEARCH INSITUTE ##################*/

.global-search-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  pointer-events: none;
}

/* .search-filter-container {
  display: flex;
  align-items: center !important;
} */

#keyword-search,
#institute-filter {
  height: 45px;
  max-width: 450px;
}

.form-control,
.form-select {
  line-height: 45px;
  padding-top: 0;
  padding-bottom: 0;
}

.search-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (min-width: 1024px) {
  .all-researchers-content-container {
    min-width: 1024px;
  }
  #keyword-search, #institute-filter {
    width: 344px;
  }
}

@media (min-width: 1400px) {
  .all-researchers-content-container {
    min-width: 1400px;
  }
}

@media (min-width: 1400px) {
  .all-researchers-content-container {
    min-width: 1400px;
  }
}

@media (max-width: 996px) {
  .search-filter-wrapper {
    flex-direction: column;
    gap: 0px;
  }
  #keyword-search, #institute-filter {
    width: 344px;
  }
}

/*!################## PI Profile ##################*/

.pi-profile-main-wrapper {
    display: flex;
    margin: 50px auto;
    gap: 0px;
    align-items: flex-start;
    max-width: 1300px;
    background-color: #f0f0f0;
}

.pi-profile-image-container {
    flex-shrink: 0;
    margin-left: 30px;
    width: 200px;
    height: 275px;
    margin-top: 30px;
    border-radius: 5px;
    overflow: hidden;
}

.pi-profile-image {
    width: 100%;
    height: 255px;
    object-fit: cover;
    border-radius: 0;
    object-position: center 15%;
    display: block;
}

.pi-profile-main-information-container {
    width: 1056px;

    margin: 0 auto;
    padding: 30px 20px;
    padding-top: 0;
}

.pi-profile-main-information {
    display: flex;
    align-items: center;
    padding-top: 25px;
    padding-left: 15px;
}

#pi-profile-main-information-content { flex-grow: 1; }

#pi-profile-researcher-name {
    font-size: 3.8em;
    color: #286dbd;
    margin-bottom: 5px;
    font-weight: normal;
}

.pi-profile-researcher-title {
    font-size: 18px;
    color: #444;
    margin-bottom: 15px;
}

.pi-profile-contact-information {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 18px;
    color: #444;
}

.pi-profile-contact-icon {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.1em;
}

.pi-profile-contact-icon img {
    vertical-align: middle;
    height: 24px;
    width: auto;
}

.pi-profile-contact-icon i {
    color: #007bff;
    font-size: 0.9em;
    width: 20px;
    text-align: center;
    margin-top: 8px;
}

.pi-profile-contact-information a {
    color: #007bff;
    text-decoration: none;
}
.pi-profile-contact-information a:hover { text-decoration: underline; }

.pi-profile-more-information-detail.content-section { display: none; }

#pi-profile-main-information-content p { margin-top: 10px; margin-bottom: 0; }
#pi-profile-main-information-content p a {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: #007bff;
    font-size: 0.95em;
}
#pi-profile-main-information-content p a:hover { text-decoration: underline; }
#pi-profile-main-information-content a[href$="true"]:hover { color: #0056b3; }

.pi-profile-keywords {
    margin-top: 15px;
    font-size: 18px;
    color: #555;
}
.pi-profile-keywords b { font-weight: bold; color: #333; }
.pi-profile-keywords a {
    color: #007bff;
    text-decoration: none;
    margin-right: 5px;
    white-space: nowrap;
}
.pi-profile-keywords a:hover { text-decoration: underline; }

.extra-info ul li,
.extra-info p,
.extra-info { font-size: 18px; }

.content-headings {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    gap: 4px;
    margin: 50px auto;
    max-width: 1300px;
    padding: 0 20px;
    box-sizing: border-box;
    background-color: #f0f0f0;
}

.nav-button {
    color: black;
    padding: 20px 28px;
    cursor: pointer;
    font-weight: bold;
    font-size: 0.8em;
    font-family: Verdana;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    white-space: nowrap;
}
.nav-button:hover,
.nav-button.active { background-color: #286dbd; color: white; }

.container.pi-profile-more-information-details-container {
    display: flex;
    margin: 50px auto;
    max-width: 1300px;
    padding: 0 20px;
    box-sizing: border-box;
}
.pi-profile-more-information-details { width: 100%; }

.pls-title {
    color: #286dbd;
}

.pls-desc {
    font-weight: bold;
}




@media (max-width:1300px) {
    .pi-profile-main-wrapper {
    margin: 30px auto;
    max-width: 90%;
    gap: 15px;
    }
    .pi-profile-image-container {
    margin-top: 40px;
    margin-bottom: 40px;
    width: 154px;
    height: 212px;
    }
    .pi-profile-main-information-container {
    max-width: 90%;
    height: auto;
    padding: 20px 15px;

    }
    .pi-profile-main-information { align-items: flex-start; padding-top: 15px; padding-left: 10px; }
    .pi-profile-researcher-title { font-size: 16px; }
    .pi-profile-contact-information, .pi-profile-keywords, .extra-info { font-size: 16px; }
    .nav-button { padding: 15px 20px; font-size: 0.75em; }
    .content-headings { margin: 30px auto; max-width: 90%; gap: 2px; }
    .container.pi-profile-more-information-details-container {max-width: 90%;};
}

@media (max-width:768px) {
    .pi-profile-main-wrapper {
    margin: 20px auto;
    max-width: 95%;
    gap: 10px;
    }
    .pi-profile-image-container {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 120px;
    height: 165px;
    }
    .pi-profile-main-information-container {
    width: calc(100% - 130px);
    height: auto;
    padding: 15px;
    }
    .pi-profile-main-information { align-items: flex-start; padding-top: 0; padding-left: 0; }
    #pi-profile-main-information-content { width: 100%; text-align: left; }
    #pi-profile-researcher-name { font-size: 2em; }
    .pi-profile-researcher-title { font-size: 14px; text-align: left; }
    .pi-profile-contact-information { align-items: flex-start; margin-top: 15px; }
    .pi-profile-contact-icon { justify-content: flex-start; }
    .pi-profile-keywords { font-size: 14px; text-align: left; }
    .extra-info { font-size: 14px; }
    .content-headings { margin: 20px auto; max-width: 95%; gap: 5px; padding: 0 10px; }
    .nav-button { padding: 12px 15px; font-size: 0.7em; white-space: normal; text-align: center; }
    #pi-profile-main-information-content p a { justify-content: flex-start; font-size: 0.9em; }
    #pi-profile-main-information-content a[href$="true"] {
    font-size: 1.1rem; text-align: left; display: inline-block; margin-top: 10px;
    }
} /* fixed brace */

@media (max-width:480px) {
    .pi-profile-main-wrapper { gap: 8px; }
    .pi-profile-image-container { width: 100px; height: 138px; }
    .pi-profile-main-information-container { width: calc(100% - 110px); padding: 10px; }
    #pi-profile-researcher-name { font-size: 1.5em; }
    .pi-profile-researcher-title { font-size: 12px; }
    .pi-profile-contact-information, .pi-profile-keywords, .extra-info { font-size: 12px; }
    .nav-button { font-size: 0.6em; padding: 8px 10px; }
}

/*!################## UHN Research Institutes ##################*/

.about-institute.institutes {
    background-image: 
        linear-gradient(rgba(0, 40, 100, 0.6), rgba(0, 40, 100, 0.6)),
        url('/images/uhn-research-institutes/www-UHN-research-institutes-banner.jpg');
}   


/*!################## UHN Collaborative Centres Events Page ##################*/

.image-card {
  display: block;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s ease;
}
.image-card img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.6s ease;
  filter: brightness(80%);
}
.image-card:hover img {
  transform: scale(1.08);
}

.text-layer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(40, 109, 189, 0.2);
  z-index: 1;
}

.text-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px;
  z-index: 2;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.3;
}

.title {
  z-index: 3;
  position: relative;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.hover-overlay {
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: rgba(40, 109, 189, 0.8);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px;
  transition: right 0.5s ease;
  z-index: 4;
}

.image-card:hover .hover-overlay {
  right: 0;
}

.image-card:hover .title {
  opacity: 0;
}

.subtitle {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
}

/*!################## UHN Collaborative Centres Page ##################*/

.collab-centre-page .collab-intro-section {
  padding: 25px 0 10px 0;   
}

.collab-centre-page .collab-page-title {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #305aa8;
}

.collab-centre-page .collab-mission-title {
  font-size: 16px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 5px;
}

.collab-centre-page .collab-accordion {
  border: 0;
  background: transparent;
}

.collab-centre-page .collab-accordion .accordion-item {
  border: 0;
  background: transparent;
  margin: 0 0 22px 0;
}

.collab-centre-page .collab-accordion {
  margin-top: 30px;  
}

.collab-centre-page .collab-accordion .accordion-button {
  background: #305aa8!important;
  color: #fff !important;
  font-size: 20px;          
  font-weight: 400;         
  letter-spacing: 0.3px;    
  padding: 22px 28px;
  border-radius: 4px;
  box-shadow: none !important;
  border: 0 !important;
}

.collab-centre-page .collab-accordion .accordion-button:not(.collapsed) {
  background: #5480d1 !important;
  color: #fff !important;
  box-shadow: none !important;
}

.collab-centre-page .collab-accordion .accordion-button:hover {
  background: #5480d1 !important;
  color: #fff !important;
}

.collab-centre-page .collab-accordion .accordion-button:focus {
  box-shadow: none !important;
  outline: none !important;
}

.collab-centre-page .collab-accordion .accordion-button::after {
  filter: brightness(0) invert(1);
  transform: rotate(0deg);
}

.collab-centre-page .collab-accordion .accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}

.collab-centre-page .collab-accordion .accordion-collapse {
  background: transparent;
}

.collab-centre-page .collab-accordion .accordion-body {
  padding: 22px 35px 15px 35px;
}

.collab-centre-page .collab-section-heading-1 {
  margin-top: 30px;     
  margin-bottom: 20px;  
}

.collab-centre-page .collab-section-heading-2 {
  margin-top: 80px;     
  margin-bottom: 40px;  
}

.collab-centre-page .collab-accordion__body,
.collab-centre-page .collab-accordion-body {
  padding: 28px 34px 34px;
}

.collab-centre-page .profile-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 48px;
  row-gap: 34px;
  margin: 18px 0 26px;
}

.collab-centre-page .profile-row {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  column-gap: 28px;
  align-items: start;
  margin: 0;
}

.collab-centre-page .profile-media {
  width: 240px;
}

.collab-centre-page .profile-media img {
  display: block;
  width: 260px;
  height: 280px;
  object-fit: cover;
  border-radius: 2px;
}

.collab-centre-page .profile-caption {
  margin-top: 10px;
  font-size: 14px;
  font-style: italic;
  color: #7a7a7a;
  line-height: 1.3;
}

.collab-centre-page .profile-text {
  font-size: 16px;
  line-height: 1.6;
  color: #222;
}

.collab-centre-page .profile-text a {
  color: #5b4aa3;
  text-decoration: none;
}

.collab-centre-page .profile-text a:hover {
  text-decoration: underline;
}

.collab-centre-page .collab-accordion__button:hover {
  background-color: #5480d1 !important;
}

@media (max-width: 992px) {
  .collab-centre-page .profile-list {
    grid-template-columns: 1fr;
    column-gap: 0;
  }

  .collab-centre-page .profile-row {
    grid-template-columns: 220px minmax(0, 1fr);
    column-gap: 20px;
  }

  .collab-centre-page .profile-media,
  .collab-centre-page .profile-media img {
    width: 220px;
  }

  .collab-centre-page .profile-media img {
    height: 160px;
  }
}

@media (max-width: 640px) {
  .collab-centre-page .profile-row {
    grid-template-columns: 1fr;
  }

  .collab-centre-page .profile-media {
    width: 100%;
  }

  .collab-centre-page .profile-media img {
    width: 80%;
    height: 200px;
  }
}

