.mtpc-well:not(.mtpc-1col-section):not(.mtpc-2col-section):not(.mtpc-3col-section):not(.mtpc-4col-section) {
    background-color: rgba(0, 0, 0, 0.7) !important;
    border: 0 !important;
}

/* by Creasant */
article.mtpc-news-article .back-btn:hover{
  text-decoration: none;
  background-color: #00a3da;
  color: #ffffff;
}
article.mtpc-news-article .back-btn{
  display: inline-block;
  margin-top: 40px;
  border: 1px solid #00a3da;
  padding: 5px 25px;
  font-size: 0.8em;
  font-weight: 600;
}
body.path-taxonomy .contextual-region.view.view-news-events,
body.path-news .contextual-region.view.view-news-events{
  background: url(/sites/default/files/2025-07/news-listing-background-image.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position-y: -140px;
  position: relative;
}
body.path-taxonomy .mtpc-pageTitle-block h1,
body.path-news .mtpc-pageTitle-block h1{
  margin-top: 40px;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
  color: #003366;
}

.responsive-table{
  overflow-x: auto;
}

.mtpc-block-image-block:hover > a:has(> .mtpc-image-caption){
  text-decoration: none;
}
.mtpc-block-image-block:hover > a > .mtpc-image-caption.has-background{
  background-color: #F5F5F5;
}

/* .research-areas-card */
.research-areas-card{
  opacity: 0;
}
/* .mtpc-block-textarea-block */
/* project-item */
.project-item{
  background-color: #ffffff;
  padding: 35px 45px;
  margin-top: 20px;
}
.project-item blockquote{
  margin: 0;
  padding-left: 15px;
  min-height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.project-item .mtpc-textarea > .field__item{
  position: relative;
}
.project-item .mtpc-textarea > .field__item:has( a.project-button) > *{
  width: calc(100% - 150px - 60px);
  max-width: 950px;
}
.project-item a.project-button{
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: fit-content;
  margin: auto;
}
/* research-project-description */
.research-project-description.mtpc-1col-section{
  opacity: 0;
  padding-top: 50px;
  position: relative;
  z-index: 1;
}
.research-project-description .mtpc-1col-item{
  background-color: #6e9399;
  padding: 75px 80px 85px;
  border-top: 10px solid #FDCB23;
  min-height: 100px;
  
  display: flex;
}
.research-project-description .mtpc-1col-item > div{
  margin: auto;
}

.home-page .research-areas-card {
  position: relative;
}

.home-page .research-areas-card:after {
  content: '';
  background: #FFF;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 80px;
  left: 0;
  z-index: -1;
  right: 0;
}

.home-page footer {
  position: relative;
}

.home-page footer:after {
  content: '';
  background: #FFF;
  width: 100%;
  height: 30vh;
  position: absolute;
  bottom: 100px;
  left: 0;
  z-index: -1;
  right: 0;
}