/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 16 2025 | 13:23:00 */
/* make h3 orange in teambox */
.teambox .il-formatted h3{
    color: var(--il-orange);
}

/*featured image size*/

footer.entry-footer{
	display: none;
visibility: hidden;
}
.nav-links{
	display: none;
visibility: hidden;
}
.entry-meta {
  display: none;
}

/* remove bullets from query loops */
.no-bullet ul li{
    list-style: none;
}
/* adds solid border to box */
.box { 
	padding: 1em;
	border: 2px solid #C8C6C7;
}
/* adds solid border to box for teambox */
.teambox{ 
  border: 2px solid #C8C6C7;
  border-bottom: 3px solid var(--il-orange);
  padding: 0;
  box-sizing: border-box;
  overflow: hidden;
}

/* Image fully flush to borders */
.teambox .wp-block-image,
.teambox .wp-block-image figure,
.teambox .wp-block-image img {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  display: block;
  box-sizing: border-box;
}

/* Add padding to text below image */
.teambox .uofi-default-block.il-formatted + .uofi-default-block.il-formatted {
  padding-left: 1em;
  padding-right: 1em;
}
/* go back button */
.go-back-button {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 9999;
  background: #fff;
  color: #333;
  padding: 10px 20px;
  border: 2px solid #333;
  cursor: pointer;
}