/* =========================
   Font Change
========================= */



@font-face {
  font-family: 'NokiaPureHeadline';
  src: url('https://raw.githubusercontent.com/ExertisMicro-P/Bang-Nokia/master/src/fonts/NokiaHeadline/NokiaPureHeadline-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}


html, body,
h1, h2, h3, h4, h5, h6,
p, a, li, span, div,
input, textarea, select, button {
  font-family: 'NokiaPureHeadline', ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}



/* =========================
   Top Banner
========================= */

#gt-banner.hero-banner-wrapper {
  margin: 0 !important;
  padding: 0;
}

.hero-nav a,
.research-areas-heading {
  font-family: 'NokiaPureHeadline', 'Helvetica Neue', Arial, sans-serif;
}
.hero-nav a {
  font-weight: 300;
  letter-spacing: 0.5px;
}
.research-areas-heading {
  font-weight: 300;
  letter-spacing: 1px;
}

section[top_banner_image].hero-fullscreen {
  position: relative !important;
  height: 50vh !important;
  min-height: 0 !important;
  overflow: hidden !important;
}

section[top_banner_image].hero-fullscreen img,
section[top_banner_image].hero-fullscreen video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

section[top_banner_image].hero-fullscreen .overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.2);
}



.hero-topbar-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.hero-topbar-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}




.hero-topbar-left,
.hero-topbar-right {
  display: flex;
  align-items: center;
  max-width: 220px;   /* prevents huge stretching */
}

.hero-topbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;

  display: flex;
  align-items: center;
  justify-content: space-between;

  padding: 16px 40px;
  background: rgba(0, 0, 0, 0.25);
}

/* LEFT LOGO */
.hero-topbar-left img {
  height: 36px;
  width: auto;
}

/* RIGHT LOGO */
.hero-topbar-right img {
  height: 32px;
  width: auto;
}

/* CENTER NAV */
.hero-nav {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);

  display: flex;
  gap: 40px;
}

.hero-nav a {
  color: white;
  text-decoration: none;
  font-weight: 300;
}

.hero-nav a:hover {
  color: #d6b56d;
}

section[top_banner_image].hero-fullscreen .container {
  position: absolute;
  inset: 0;
  z-index: 2;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 0;
  margin: 0 auto;

  max-width: none; /* VERY IMPORTANT */
  width: 100%;

  text-align: center;
}

.hero-text-box {
  background: rgba(0, 0, 0, 0.5);
  padding: 30px 40px;
  border-radius: 12px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  text-align: center;
}

section[top_banner_image].hero-fullscreen .research-areas-heading {
  color: white;
  margin: 0;
  text-align: center;
}

/* =========================
   Images (research/facilities)
========================= */
.card-img-top {
  width: 100%;
  height: 220px;      /* same height for all images */
  object-fit: cover;  /* crop image nicely */
  display: block;
  border-radius: 12px; /* rounded corners */
}

/* =========================
   People Cards
========================= */

:root {
  --card-bg: #f6f7f8;
  --text-primary: #0b2239;
  --text-secondary: #6b7c93;
  --pill-bg: #E8EEF8;
  --pill-text: #003057;
  --btn-primary: #0f7c8b;
  --btn-primary-hover: #0c6a77;
  --btn-secondary: #061a3a;
  --btn-secondary-hover: #04132b;
}

.person-card {
  margin: 0 !important;
  padding: 24px 20px 22px !important;
  background: var(--card-bg) !important;
  border-radius: 26px;
  box-sizing: border-box;
  width: 100%;
  max-width: 520px;
  min-height: 560px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.person-image {
  width: 200px;
  height: 220px;
  border-radius: 22px;
  overflow: hidden;
  margin: 0 0 18px 0;
  flex-shrink: 0;
}

.person-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.person-content {
  width: 100%;
  max-width: 420px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.person-card .person-name {
  margin: 0 0 8px 0;
  font-size: 22px;
  line-height: 1.25;
  font-weight: bold;
  color: var(--text-primary) !important;
}

.person-card .person-title {
  margin: 0 0 18px 0;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 700;
}

.person-details {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 10px;
  margin: 0 0 22px 0;
  padding: 0;
}

.person-card .detail-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--pill-bg) !important;
  color: var(--pill-text) !important;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid color-mix(in srgb, var(--pill-text) 15%, white);
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}

.person-buttons {
  margin-top: auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap;
}

.person-buttons a,
.person-card .person-buttons a,
.person-card .person-buttons .btn-primary,
.person-card .person-buttons .btn-secondary {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
  border: none !important;
  box-shadow: none !important;
  min-width: 125px;
  height: 44px;
  padding: 0 16px !important;
  border-radius: 12px !important;
  font-size: 14px !important;
  line-height: 1 !important;
  font-weight: 600 !important;
  white-space: nowrap;
  box-sizing: border-box;
  margin: 0 !important;
}

.person-card .person-buttons .btn-primary {
  background: var(--btn-primary) !important;
  color: #ffffff !important;
}

.person-card .person-buttons .btn-primary:hover {
  background: var(--btn-primary-hover) !important;
  color: #ffffff !important;
}

.person-card .person-buttons .btn-secondary {
  background: var(--btn-secondary) !important;
  color: #ffffff !important;
}

.person-card .person-buttons .btn-secondary:hover {
  background: var(--btn-secondary-hover) !important;
  color: #ffffff !important;
}

@media (max-width: 768px) {
  .person-card {
    padding: 20px 16px 20px !important;
    min-height: auto;
  }

  .person-image {
    width: 180px;
    height: 200px;
    border-radius: 18px;
  }

  .person-card .person-name {
    font-size: 20px;
  }

  .person-card .person-title {
    font-size: 14px;
  }

  .person-card .detail-pill {
    font-size: 12px;
    padding: 7px 12px;
  }

  .person-buttons {
    gap: 8px;
  }

  .person-buttons a,
  .person-card .person-buttons a,
  .person-card .person-buttons .btn-primary,
  .person-card .person-buttons .btn-secondary {
    min-width: 112px;
    height: 40px;
    font-size: 13px !important;
    padding: 0 12px !important;
  }
}

/* =========================
   News / Announcements / Events
========================= */

.announcement-block {
  width: 100%;
}

.announcement-image-wrapper {
  width: 100%;
  height: 200px;
  border-radius: 12px;
  overflow: hidden;   /* THIS forces the rounded edges */
  margin: 0;            /* remove top space */
  padding: 0;
  margin-bottom: 18px;
}

.announcement-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.announcement-title {
  color: rgb(15,108,122);
  font-size: 1.7rem;
  margin-bottom: 12px;
}

.announcement-text {
  font-size: 1.1rem;
  line-height: 1.5;
}

.announcement-link {
  text-decoration: none;
  color: rgb(15,108,122);
  margin-left: 6px;
}

/* =========================
   PAGE WRAPPER
========================= */

.cope-person-page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0 40px 0;
}

.cope-person-page a {
  color: #003057;
  text-decoration: none;
}

.cope-person-page a:hover {
  text-decoration: underline;
}

/* =========================
   PROFILE HEADER CARD
========================= */

.cope-profile-header {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 40px;

  background: #ffffff;
  border: 1px solid #dedede;
  border-radius: 18px;

  padding: 34px;
  margin-bottom: 32px;

  box-shadow: 0 10px 28px rgba(0,0,0,0.05);
}

/* =========================
   PROFILE IMAGE
========================= */

.cope-profile-image {
  flex: 0 0 260px;
  text-align: right;
}

.cope-profile-image img {

  width: 260px;
  height: 320px;

  object-fit: cover;
  object-position: center top;

  display: block;
  margin-left: auto;

  border-radius: 16px;
  border: 4px solid #ffffff;

  box-shadow: 0 10px 28px rgba(0,0,0,0.12);
}

/* =========================
   PROFILE TEXT AREA
========================= */

.cope-profile-info {
  flex: 1;
  padding-right: 10px;
}

/* NAME */

.cope-profile-name {
  font-size: 2.4rem;
  font-weight: 700;

  color: #003057;

  margin: 0 0 8px 0;
}

/* TITLE */

.cope-profile-title {
  font-size: 1.2rem;
  font-style: italic;

  color: #666;

  margin-bottom: 16px;
}

/* DEPARTMENT */

.cope-profile-dept {
  font-size: 1.05rem;
  line-height: 1.75;

  margin-bottom: 18px;

  color: #333;
}

/* =========================
   CONTACT INFO
========================= */

.cope-profile-contact {

  display: block;

  margin-bottom: 18px;

  font-size: 1rem;
  line-height: 1.7;
}

.cope-profile-contact p {
  margin: 6px 0;
}

.cope-profile-contact strong {
  color: #003057;
}

/* =========================
   LINKS (SCHOLAR ETC)
========================= */

.cope-profile-links {
  display: flex;
  flex-wrap: wrap;

  gap: 10px;

  margin: 10px 0 20px 0;
}

.cope-profile-links a {

  padding: 7px 14px;

  background: #f5f7fa;

  border-radius: 999px;

  border: 1px solid #d9dde2;

  font-size: 0.95rem;
  font-weight: 600;

  color: #003057;

  transition: 0.2s;
}

.cope-profile-links a:hover {

  background: #003057;
  color: white;

  border-color: #003057;

  text-decoration: none;
}

/* =========================
   META (KEYWORDS + DEGREES)
========================= */

.cope-profile-meta {

  border-top: 1px solid #e8e8e8;

  padding-top: 18px;

  margin-top: 10px;
}

.cope-profile-meta-block + .cope-profile-meta-block {
  margin-top: 14px;
}

.cope-profile-meta-title {

  font-weight: 700;

  color: #003057;

  display: block;

  margin-bottom: 6px;
}

.cope-profile-meta-text {
  line-height: 1.7;
}

/* DEGREE LIST */

.cope-profile-meta ul {
  padding-left: 20px;
}

.cope-profile-meta li {
  margin-bottom: 8px;
}

/* =========================
   BIO + HONORS CARD
========================= */

.cope-person-content-card {

  background: white;

  border: 1px solid #dedede;

  border-radius: 18px;

  padding: 36px;

  box-shadow: 0 8px 24px rgba(0,0,0,0.04);
}

/* SECTION SPACING */

.cope-person-section + .cope-person-section {

  margin-top: 34px;

  padding-top: 26px;

  border-top: 1px solid #e9e9e9;
}

/* SECTION HEADINGS */

.cope-person-section h3 {

  position: relative;

  margin-bottom: 18px;

  padding-left: 16px;

  font-size: 1.5rem;

  color: #003057;
}

.cope-person-section h3::before {

  content: "";

  position: absolute;

  left: 0;
  top: 4px;

  width: 5px;
  height: calc(100% - 8px);

  background: #b3a369;

  border-radius: 3px;
}

/* BIO TEXT */

.cope-person-section p {

  line-height: 1.9;

  font-size: 1.04rem;

  color: #333;
}

/* =========================
   HONORS LIST
========================= */

.cope-awards-list {

  list-style: none;

  padding: 0;

  margin: 0;
}

.cope-awards-list li {

  position: relative;

  padding: 12px 0 12px 24px;

  border-bottom: 1px solid #ececec;

  line-height: 1.8;
}

.cope-awards-list li:last-child {
  border-bottom: none;
}

.cope-awards-list li::before {

  content: "";

  position: absolute;

  left: 0;
  top: 20px;

  width: 9px;
  height: 9px;

  border-radius: 50%;

  background: #b3a369;
}

.award-year {

  font-weight: 700;

  color: #003057;

  margin-right: 8px;
}

/* =========================
   MOBILE
========================= */

@media (max-width: 768px) {

  .cope-profile-header {

    flex-direction: column;

    gap: 24px;
  }

  .cope-profile-image {

    text-align: left;
  }

  .cope-profile-image img {

    width: 200px;
    height: 250px;

    margin-left: 0;
  }

  .cope-profile-name {
    font-size: 2rem;
  }

  .cope-person-content-card {
    padding: 26px;
  }

}

/* CARD */
.cope-person-card{
  background: #f4f6f8;
  border-radius: 16px;

  padding: 30px 25px;

  text-align: center;

  transition: all 0.2s ease;
}

.cope-person-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}


/* IMAGE */
.cope-person-img{
  width: 110px;
  height: 230px;

  object-fit: cover;
  border-radius: 14px;

  margin-bottom: 15px;
}


/* NAME */
.cope-person-name{
  font-size: 20px;
  font-weight: 700;
  color: #0b2239;

  margin: 10px 0 5px 0;
}


/* TITLE */
.cope-person-title{
  font-size: 14px;
  color: #6b7785;

  margin-bottom: 15px;
}


/* TAGS */
.cope-person-tags{
  margin-bottom: 20px;
}

.cope-person-tags span{
  display: inline-block;

  background: #e6f0f2;
  color: #0b6a75;

  font-size: 12px;

  padding: 5px 10px;
  border-radius: 12px;

  margin: 3px;
}


/* BUTTONS */
.cope-person-buttons{
  display: flex;
  justify-content: center;
  gap: 10px;
}


/* PRIMARY BUTTON */
.cope-btn-primary{
  background: #1c7a80;
  color: white;

  padding: 8px 16px;
  border-radius: 8px;

  text-decoration: none;
  font-weight: 600;

  font-size: 14px;
}

.cope-btn-primary:hover{
  background: #155f63;
}


/* SECONDARY BUTTON */
.cope-btn-secondary{
  background: #0b2239;
  color: white;

  padding: 8px 16px;
  border-radius: 8px;

  text-decoration: none;
  font-weight: 600;

  font-size: 14px;
}

.cope-btn-secondary:hover{
  background: #081826;
}


/* ================================= */
/* ABOUT COPE SECTION (NO OUTER SPACING) */
/* ================================= */

.about-cope-section{
  margin: 0 !important;
  padding: 0 !important;
  border: none;
}

/* Main layout */
.about-cope-wrap{
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 20px;              /* space BETWEEN left and right */
  width: 100%;
  align-items: stretch;   /* makes both columns stretch equally */
}


/* ================================= */
/* LEFT SIDE */
/* ================================= */

.about-cope-left {
  margin: 0;
  padding: 60px;
  background: #f5f7fa;

  display: flex;
  flex-direction: column;
  justify-content: center;

  border-radius: 20px;   
  overflow: hidden;      
}

.about-cope-left h2{
  margin: 0 0 10px 0;
  font-size: 34px;
  font-weight: 700;
  color: #0b2239;
}

.about-cope-left p{
  margin: 0 0 20px 0;
  font-size: 15px;
  line-height: 1.6;
  color: #6b7785;
}


/* Button */

.about-cope-btn{
  display: inline-flex;
  align-items: center;
  gap: 8px;

  background: #f6b000;
  color: #0b2239;
  text-decoration: none;
  font-weight: 700;

  padding: 12px 20px;
  border-radius: 10px;

  transition: all 0.2s ease;
}

.about-cope-btn:hover{
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}


/* ================================= */
/* RIGHT SIDE GRID */
/* ================================= */

.about-cope-right{
  margin: 0;
  padding: 0;             /* remove inner padding */
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr); /* equal top and bottom rows */
  gap: 20px;
  height: 100%;
}


/* ================================= */
/* FLIP CARD */
/* ================================= */

.cope-flip-card{
  margin: 0;
  width: 100%;
  height: 100%;           /* let the card fill the grid cell */
  min-height: 200px;      /* keeps them from getting too short */
  perspective: 1000px;
}

.cope-flip-inner{
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.6s ease;
}

.cope-flip-card:hover .cope-flip-inner{
  transform: rotateY(180deg);
}


/* Front and Back */

.cope-flip-front,
.cope-flip-back{
  position: absolute;
  width: 100%;
  height: 100%;

  border-radius: 14px;
  overflow: hidden;

  backface-visibility: hidden;

  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}


/* Front */

.cope-flip-front img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cope-front-title{
  position: absolute;
  inset: 0;

  display: flex;
  align-items: center;
  justify-content: center;
}

.cope-front-title span{
  color: white;
  font-size: 18px;
  font-weight: 700;
  text-shadow: 0 3px 10px rgba(0,0,0,0.5);
}

.cope-bottom-bar{
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 32px;
  background: #0b2239;
}


/* Back */

.cope-flip-back{
  transform: rotateY(180deg);

  background: #0b2239;
  color: white;

  padding: 20px;

  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cope-flip-back h3{
  margin: 0 0 8px 0;
  font-size: 18px;
}

.cope-flip-back p{
  margin: 0 0 12px 0;
  font-size: 13px;
}

.cope-back-link{
  color: white;
  text-decoration: none;
  font-weight: 700;
  border-bottom: 2px solid rgba(255,255,255,0.4);
  width: fit-content;
}

.cope-back-link:hover{
  border-bottom-color: white;
}


/* ================================= */
/* RESPONSIVE */
/* ================================= */

@media (max-width: 900px){

  .about-cope-wrap{
    grid-template-columns: 1fr;
  }

}

@media (max-width: 600px){

  .about-cope-right{
    grid-template-columns: 1fr;
  }

  .cope-flip-card{
    height: 220px;
  }

}

/*  NEW BUTTON EFFECT */

.impact-btn {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  text-align: center;

}
.btn-txt {
  width: 200px;
  height: 70px;
  border: 2px solid #00ec9c;
  color: #003057;
  background-color: #ffffff;
  box-shadow: inset 0 0 0 0 #00ec9c;
  font-size: 1.3rem;
  transition: ease-out 0.3s;
  outline: none;
}
.btn-txt a span {
  color: #003057;
  font-family: "RobotoSlab"
}
.btn-txt:hover {
  box-shadow: inset 200px 0 0 0 #00ec9c;
}
.btn-txt span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
  margin: 7% auto;
}
.btn-txt:hover span {
  padding-right: 25px;
}

.btn-txt:hover span:after {
  opacity: 1;
  right: 0;
}

.btn-txt span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.btn-txt2 {
  width: 200px;
  height: 70px;
  border: 2px solid #9e002d;
  color: #003057;
  background-color: #ffffff;
  box-shadow: inset 0 0 0 0 #9e002d;
  font-size: 1.3rem;
  transition: ease-out 0.3s;
  outline: none;
}
.btn-txt2 a span {
  color: #003057;
  font-family: "RobotoSlab"
}
.btn-txt2:hover {
  box-shadow: inset 200px 0 0 0 #9e002d;
  color: #ffffff;
}
.btn-txt2 span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
  margin: 7% auto;
}
.btn-txt2:hover span {
  padding-right: 25px;
}

.btn-txt2:hover span:after {
  opacity: 1;
  right: 0;
}

.btn-txt2 span:after {
  content: '\00bb';
  color: #ffffff;
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.card,
.superblock.card {
  border: 0!important;
}



/*********************  New EVENTS page styles  ********************/

#nday { 
  text-align:center; 
  margin: -1px; 
  border-radius: 20px 20px 0 0;
  text-transform:uppercase; 
  font-size:20px; 
  font-weight:bolder; 
  padding:8px 0 10px 0; 
  background-color:#A4925A; 
  color:white; 
  
  font-family: var(--font-roboto-slab)!important;
}
#nmonth {
  text-align:center; 
  font-size:30px; 
  font-weight:bold; 
  text-transform:uppercase; 
  color:#000000;
  margin: 0px 0 0 0;
}
#ndate {
  text-align:center; 
  font-size:55px;
  font-weight:bold; 
  color:#000000; 
  line-height: 40px;
  margin: 0px 0 0 0;
}
#nyear {
  text-align:center; 
  font-size:31px; 
  font-weight:bold; 
  text-transform:uppercase; 
  color:#A4925A;
  margin-top: 0px;
}

.hp-event-title-custom {
  width:71%; 
  float:left; 
  margin-top:10px;
}

div.ndate-block {
width:180px;
height:180px;
float: left;
position: relative;
border-radius: 20px;
margin:10px 20px 10px 0px;
border: 2px solid #A4925A;
padding: 0;
background-color: #ffffff;
}

.event-title {
  border-bottom: 2px solid #A4925A;
  color:#A4925A;
  display: block;
  font-size: 1.5rem;
  line-height: 1.6rem;
  margin: 0 0 0 200px;
  padding-bottom: 10px;
  position: relative;
  width: 80%;
}
.hp-event-title {
  border-bottom: 2px solid #A4925A;
  color:#A4925A;
  display: block;
  font-size: 1.5rem;
  line-height: 1.6rem;
  margin: 0 0 0 200px;
  padding-bottom: 10px;
  position: relative;
}
div.hp-ndate-block {
  width: 150px;
  height:150px;
  float: left;
  position: relative;
  border-radius: 20px;
  margin:10px 20px 40px 0px;
  border: 2px solid #A4925A;
  padding: 0;
  background-color: #ffffff;
  }
  #hp-nday { 
    text-align:center; 
    margin: -1px; 
    border-radius: 20px 20px 0 0;
    text-transform:uppercase; 
    font-size:20px; 
    font-weight:bolder; 
    padding:8px 0 10px 0; 
    background-color:#A4925A; 
    color:white; 
    
    font-family: var(--font-roboto-slab)!important;
  }
  #hp-nmonth {
    text-align:center; 
    font-size:20px; 
    font-weight:bold; 
    text-transform:uppercase; 
    color:#000000;
    margin: 0px 0 0 0;
  }
  #hp-ndate {
    text-align:center; 
    font-size:45px;
    font-weight:bold; 
    color:#000000; 
    line-height: 40px;
    margin: 0px 0 0 0;
  }
  #hp-nyear {
    text-align:center; 
    font-size:24px; 
    font-weight:bold; 
    text-transform:uppercase; 
    color:#A4925A;
    margin-top: -10px;
  }


h2.event-time {
  padding: 0 0 0 69px;
}
.event-time {
  display: inline-block;
  font-size: 1.75rem;
  font-weight: bold;
  margin: 15px 0 15px 30px;
  padding: 10px;
  position: relative;
  
}
.views-field-view-node {
  margin: 0 0 0 30px;
}

.event-time::before {
  content: '';
  background-image: url('/themes/contrib/gtsubtheme/images/clock-face.png');
  width: 69px;
  height: 69px;
  position: absolute;
  padding: 0;
  left: -5px;
  top: -12px;
}
.event-summary {
  padding: 20px 0 0 0;
}
.hp-event-summary {
  padding: 20px 0 0 0;
}
.events-learn-more::after {
  content: '';
  background-image: url('../images/gt-new-gold-arrow.svg');
  width: 17px;
  height: 17px;
  margin: 1px 0 0 10px;
  position: absolute;
  padding: 10px;
  background-repeat: no-repeat;
}

.event-grid {
  background-color:  #ffffff;
  clear: both;
  display:  table;
  /*  border-bottom: 6px solid #B3A369; */
  padding: 0 0 50px 0;
}


.view-news .item {
  height: 200px;
}
.news-image {
  padding: 0 0 0 15px;
}
.news-row {
  min-height: 200px;
  width: 100%;
  clear: both;
}

/* events page  */

.events-title a,
.events-title a:visited,
.events-title a:link {
  color: #a4925a;
  display: inline-block;
  margin: 0 auto;
  padding: 5px;
  position: relative;
  width: 75%;
}

.events-summary {
  display: inline-block;
  margin: 0 auto;
  padding: 5px;
  position: relative;
  width: 75%;
}

.prez-outer {
  width: 90%;
  margin: 0 auto;
  background-color: #F9F6E5;
  padding: 20px;
  border: 2px #857437 solid;
  border-radius: 20px;
}
.prez-inner {
  width: 100%;
  padding: 0px
}

.prez-video {
  border: #002B4B 1px solid;
  border-radius: 20px;
  display: flex;
  height: 400px;
}
.vice-prez {
  text-align: center!important;
  padding: 30;
  margin: 0 auto;
  width: 100%;
}
.prez-copy-video {
  width: 100%;
  display: flex;
  padding: 20px;
}
.prez-copy-video .copy {
  flex: 0 0 40%;
  padding: 0 10px 0 0;
}
.prez-copy-video .copy-full {
  flex: 0 0 98%;
  padding: 0 10px 0 0;
}

.prez-copy-video .videoclip {
  flex: 3;
  position: relative;
  width: 100%;
  padding-bottom: 35%; 
  height: 0;
}

.videoclip iframe{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}



/** RBI CALENDAR ICON CUSTOM TEST    **/
#day { text-align:center; margin:4px; text-transform:uppercase; font-size:14px; font-weight:bolder; padding:2px 0 0 0; background-color:#A4925A; color:white; }
#month {margin: -2px 0 0 0;text-align:center; font-size:16px; font-weight:bolder; text-transform:uppercase; color:#000000;}
#date {margin: -10px 0 0 0;text-align:center; font-size:54px;font-weight:bold; color:#000000; line-height:54px;}
#year {text-align:center; font-size:20px; font-weight:bold; text-transform:uppercase; color:#000000;margin-top: -10px;}
#hp-event-title-custom{width:71%; float:left; margin-top:10px;}
./*imat-summ {
  float:  left;
}
*/
#mercury.sidebar .date-wrapper .time-multi{
  font-size: 16px;
} 

div.date-block {
  width:120px;
  height:120px;
  float: left;
  margin:10px 20px 30px 10px;
  border: 2px solid #00254C;
  padding: 0 10px 20px 10px;
  background-color: #ffffff;
}
/* ++++++++++++++++++++++++++++++++++++++++  HOME PAGE  ++++++++++++++++++++++++++++++++++++++++  */

.views_block .news-block_4,
.views_block .events-block_2 {
  width: 49%;
  display: inline-block;
}

#block-gtsubtheme-views-block-news-block-4,
#block-gtsubtheme-views-block-events-block-2 {
  display: inline: block;
  float: left;
  margin: 0 auto;
  position: relative;
  width: 49%;
}

.hp-news-body p {
  font-size: 1rem;
}

.news-horz-new {
  padding-bottom: 10px;
}

.event-co .views-field-title,
.event-co-summary {
  margin-left: 161px;
  width: 70%;
}

.event-co .views-field-title,
.event-co-summary {
  margin: 10px 0 0 161px;
}

.event-co {
  height: 180px;
  padding: 0;
  width: 100%
  margin: 0;
}

.event-co-pg .views-field-title,
.event-co-summary {
  margin-left: 161px;
  width: 70%;
}

.event-co-pg .views-field-title {
  margin: 10px 0 0 161px;
}

.event-co-pg {
  height: 180px;
  padding: 0;
  width: 100%
  margin: 0;
}

/* .field--type-text-with-summary {
  padding-bottom: 50px;
} */


/** Custom Grid Stack Changes **/

.page-nid-117 .main-container > .container, .page-nid-5418 .main-container .gt-container, .page-nid-55 .main-container .gt-container{
  clear: both;
}

section[top_banner_image_three__Banner]{
  float: left;
}

section[top_banner_image_three__Banner] .view-content-wrap .item {
  grid-auto-rows:unset!important;
}

section[top_banner_image_three__Banner] .view-content-wrap .item .stacked {
  display: block;
  float: left;
  width: 33.33%;
}

section[top_banner_image_three__Banner] .box a {
  width: 100%;
  height: 100%;
}


section[top_banner_image_three__Banner] .slide > div, .slide > p {
  position: absolute;
    bottom: 00px;
    left: 0px;
    display: block;
    color: #fff;
}

section[top_banner_image_three__Banner] .slide1 {
  width: 66.66%!important;
  position: relative;
  display: block;
  z-index: 10;
}

section[top_banner_image_three__Banner] .slide1 h2 {
  padding-left: 40px;
}

section[top_banner_image_three__Banner] .slide1 a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  color: #fff;
}
section[top_banner_image_three__Banner] .slide p {
    width: 104%;
    padding: 40px 20px;
    bottom: 0px;
    background-color: rgba(0,0,0,0.5);
    left: 0;
    box-shadow: 0px -15px 15px rgb(0 0 0 / 50%);
    margin-left: -.75em;
    margin-right: 1.25em;
    bottom: 0;
    left: 0;
    margin-bottom: 0;
    z-index: 1;
  }

section[top_banner_image_three__Banner] .slide {
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
}

section[top_banner_image_three__Banner] .slide1 img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slide > div{
  width: 104%;
  padding: 40px 20px;
  bottom: 0px;
  background-color: rgba(0,0,0,0.5);
  left: 0;
  box-shadow: 0px -15px 15px rgb(0 0 0 / 50%);
  margin-left: -.75em;
  margin-right: 1.25em;
}

#block-darwin-views-block-research-news-block-4{
  margin-top: 45px;
}

#block-darwin-petitresources{
  float: left;
}





/* The Mobile Menu System  */
@media (max-width: 1199.98px) {
  #utility-search-wrapper {
    display: block;
  }
}

@media (max-width: 991.98px) {
  .main-nav nav .dropdown-menu {
    box-shadow: none;
	}
	
	
	
  .dropdown .nav-link a {
    border-bottom: none;
  }
  
	.nav.homesnavbar-nav {
	background: #D6DBD4!important;
    border-bottom: 4px solid var(--gt-gold);
    z-index: 9999;
    box-shadow: 0 5px 6px rgba(0, 0, 0, .3);
	}
  .nav-link {
    padding-right: 0;
    padding-left: 0;
  }

  .dropdown-menu {
    position: static;
    float: none;
  }
}
	
@media screen and (min-width: 40em) {
	.layout--twocol-section.layout--twocol-section--48-48 > .layout__region--first, .layout--twocol-section.layout--twocol-section--48-48 > .layout__region--second {
		flex: 0 1 48%;
	}
}


@media (max-width: 1000px) {
  .hp-event-title-custom{width: 50%;}
}

@media (max-width: 768px) {
  section[top_banner_image_three__Banner] .slide1{
    width: 100%!important;
  }

  section[top_banner_image_three__Banner] .view-content-wrap .item .stacked{
    width: 100%;
  }
  section[top_banner_image_three__Banner] .stacked .slide{
    width: 50%;
  }
}

@media (max-width: 640px) {
    #block-gtsubtheme-views-block-news-block-4,
    #block-gtsubtheme-views-block-news-block-2 {
      width: 100%;
      clear: both;
      display: block;
      position: relative;
    }
    .prez-copy-video {
      width: 100%;
      display: block;
      position: relative;
      padding: 20px;
    }
    .prez-copy-video .copy {
      display: block;
      position: relative;
      width: 100%;
      clear: both;
      padding: 0 10px 0 0;
    }
    .prez-copy-video .videoclip {
      display: block;
      position: relative;
      width: 100%;
      padding-bottom: 5%; 
      height: 250px;;
    }
    
    .videoclip iframe{
      position: relative;
      top:0;
      left: 0;
      width: 100%;
      height: 100%;
    }
        
    .event-callout {
      padding-top:  10px;
    }
    /* .event-co {
      background-color:  #ffffff;
      clear: both;
      display:  table;
      padding:  30px 0 0 0;
    }

    .event-co-body {
      padding: 3px 0 10px 0;
      margin-top: 3px;
      width:  85%;
    }

    .event-co-img {
      float:  right;
      display:  inline-block;
      padding: 0 15px 0 0;
    }

    .event-main {
      display: table;
      padding: 20px 0 30px 0;
      border-bottom: 2px solid #B3A369;
    } 

    .event-co-custom {

    } */

   div.event-co.item {

   }
  .event-co .views-field-title,
  .event-co-summary {
    margin-left: 161px;
    width: 70%;
  }
  .event-co {
    height: 180px;
    padding: 0;
    width: 100%
  }

  .event-co-pg .views-field-title {
    margin-left: 161px;
    width: 70%;
  }
  .event-co-pg {
    height: 210px;
    padding: 0;
    width: 100%
  }
   
  .view-display-id-block_2 {
    width: 100%;
  }
  .views_block .news-block_4,
  .views_block .events-block_2 {
    width: 100%;
    display: inline-block;
  }
  #block-gtsubtheme-views-block-news-block-4, #block-gtsubtheme-views-block-events-block-2 {
    width: 100%;
    display: inline-block;
  }
}



@media (max-width: 640px) {
  
.event-co .views-field-title,
.event-co-summary {
  margin-left: 161px;
  width: 60%;
}
.event-co {
  height: 180px;
  padding: 0;
  width: 100%
}

.event-co-pg .views-field-title {
  margin-left: 161px;
  width: 60%;
}
.event-co-pg {
  height: 210px;
  padding: 0;
  width: 100%
}
 

}


/* hiding things that don't need to be printed when someone does File -> Print */

@media print{
  #Navbar{
    display: none !important;
  }
}

/* =================================
   REMOVE GAP UNDER HERO / TOP BANNER
================================= */

.main-container,
.main-container.gt-body-page,
.gt-container.container,
.gt-container.container > .row,
.gt-main-content,
.gt-main-content > *:first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Remove default spacing from the main content wrapper */
.gt-main-content {
  margin: 0 !important;
  padding: 0 !important;
}

/* Remove spacing from the content column right under the banner */
.gt-container.container > .row > section {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Keep the banner flush with the next section */
#gt-banner.hero-banner-wrapper {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* =========================
   Facilities boxes
========================= */

.mcf-card {
  width: 100%;
  max-width: 700px;
  background: #f5f5f5;
  border-radius: 12px;
  overflow: hidden;
  font-family: Arial, sans-serif;
}

/* Image container with fixed height */
.mcf-image {
  width: 100%;
  aspect-ratio: 16 / 9;   /* or 4/3 depending on your design */
  overflow: hidden;
}

.mcf-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mcf-content {
  padding: 30px;
}

.mcf-content h1 {
  font-size: 32px;   
  line-height: 1.25;
  color: #a08b5b;
  margin-bottom: 20px;
  font-weight: 500;
}

/* Link style instead of button */
.mcf-link {
  font-size: 20px;
  color: #333;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: color 0.3s ease;
}

/* Arrow styling */
.mcf-link .arrow {
  font-size: 22px;
  transition: transform 0.3s ease;
}

/* Hover effect */
.mcf-link:hover {
  color: #a08b5b;
}

.mcf-link:hover .arrow {
  transform: translateX(6px);
}

/* =========================
   HERO TEXT DIRECT POSITION
========================= */

section[top_banner_image].hero-fullscreen {
  position: relative !important;
  height: 70vh !important;
  min-height: 0 !important;
  overflow: hidden !important;
}

section[top_banner_image].hero-fullscreen .container {
  position: static !important;
  display: block !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  max-width: none !important;
}

section[top_banner_image].hero-fullscreen .hero-text-box {
  position: absolute !important;
  left: 60px !important;
  bottom: 50px !important;
  z-index: 4 !important;

  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  transform: none !important;

  max-width: 1400px !important;
  width: calc(100% - 120px) !important;
  text-align: left !important;
}

section[top_banner_image].hero-fullscreen .research-areas-heading {
  color: white !important;
  font-size: clamp(28px, 4vw, 56px) !important;
  line-height: 1.05 !important;
  font-weight: 700 !important;
  text-align: left !important;
  margin: 0 !important;
}

@media (max-height: 700px) {
  section[top_banner_image].hero-fullscreen .hero-text-box {
    bottom: 24px !important;
  }

  section[top_banner_image].hero-fullscreen .research-areas-heading {
    font-size: clamp(22px, 3.4vw, 40px) !important;
  }
}

.hero-description {
  margin-top: 14px;

  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(16px, 1.4vw, 22px);
  line-height: 1.5;
  font-weight: 300;

  max-width: 700px;
}

/* Optional: slightly dim + smoother look */
.hero-description {
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

section[top_banner_image].hero-fullscreen .hero-text-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;   /* controls space between title + description */
}

/* =========================
   HERO TITLE STYLE (BOLD + SHADOW)
========================= */

section[top_banner_image].hero-fullscreen .research-areas-heading {
  font-weight: 700 !important;   /* bold */

  color: #ffffff !important;

  /* soft shadow for readability */
  text-shadow: 
    0 2px 6px rgba(0, 0, 0, 0.6),
    0 4px 12px rgba(0, 0, 0, 0.4);

  letter-spacing: 0.5px;
}

/* HERO TITLE FONT: APTOS */
section[top_banner_image].hero-fullscreen .research-areas-heading {
  font-family: "Aptos", "Segoe UI", "Helvetica Neue", Arial, sans-serif !important;
}

/* HERO DESCRIPTION → APTOS */
.hero-description {
  font-family: 'Aptos', "Segoe UI", "Helvetica Neue", Arial, sans-serif !important;
  font-weight: 400;   /* regular weight */
}

.announcement-title a {
  color: rgb(15,108,122);
  text-decoration: none;
}

.announcement-title a:hover {
  text-decoration: underline;
}

.mcf-content h1 a.mcf-link {
    color: rgb(15, 108, 122);
    font-weight: 700;
    font-size: 1.5rem;
    text-decoration: none;
}

.mcf-content h1 a.mcf-link:hover {
    color: rgb(15, 108, 122);
    text-decoration: underline;
}

.person-title {
    color: #000000;
}

.detail-pill {
    background-color: #F5E6A8;
    color: #6B5500;
    font-weight: 600;
}

section[top_banner_image].hero-fullscreen .research-areas-heading {
  color: white !important;
  font-size: clamp(24px, 3.5vw, 48px) !important;
  line-height: 1.1 !important;
  font-weight: 700 !important;

  max-width: 900px;
  white-space: normal;
  word-break: normal;
  overflow-wrap: break-word;
}

.hero-topbar {
  position: absolute;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;

  width: auto;
  padding: 10px 18px;

  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(10px);

  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
}

.hero-nav {
  position: static !important;
  transform: none !important;

  display: flex;
  align-items: center;
  gap: 8px;
}

.hero-nav a {
  color: #ffffff !important;
  text-decoration: none !important;

  padding: 10px 18px;
  border-radius: 999px;

  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.4px;

  transition: all 0.2s ease;
}

.hero-nav a:hover {
  background: rgba(255, 255, 255, 0.18);
  color: #d6b56d !important;
}

.cope-front-title {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  text-align: center;
  z-index: 2;
}

.cope-front-title span {
  background: rgba(0, 0, 0, 0.55); /* transparent black */
  color: #fff;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 1.3rem; /* bigger text */
  font-weight: 700;
  line-height: 1.2;
  display: inline-block;
  backdrop-filter: blur(3px);
}

.cope-flip-card {
  perspective: 1000px;
}

.cope-flip-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.7s ease;
}

.cope-flip-card:hover .cope-flip-inner {
  transform: rotateY(180deg);
}

.cope-flip-front,
.cope-flip-back {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.cope-flip-front {
  transform: rotateY(0deg);
  z-index: 2;
}

.cope-flip-back {
  transform: rotateY(180deg);
  z-index: 1;
}

section[top_banner_image].hero-fullscreen {
  position: relative !important;
  height: 70vh !important;
  min-height: 0 !important;
  overflow: hidden !important;
}

.block-inline-blockbasic.my-3 {
    margin-top: 0 !important;
}

.announcement-title {
    font-size: 28px;
    margin-bottom: 12px;
    font-weight: 700;
}

.announcement-title a {
    color: rgb(15, 108, 122) !important;
    text-decoration: none;
}

.announcement-title a,
.announcement-title a:visited {
    color: #003057 !important;
}