@view-transition {
  navigation: auto;
}

#content {
	overflow: visible !important;
}

.new {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 1rem;
}


@media only screen and (min-width: 568px) {
	.new {
		display: grid;
        grid-template-columns: repeat(3, 1fr);
	}
}

@media only screen and (min-width: 1024px) {
	.new {
		display: grid;
        grid-template-columns: repeat(4, 1fr);
	}
}

.team-member h3 {
	padding-bottom: 1.5rem;
	   border-bottom: solid #9dc2e1 1px;
}

h3 a {
   font-size: var(--font-size-h4);
   font-weight: bold; 
}

h3 a:hover {
    text-decoration: underline !important;
}

:root {
  --team-radius: 10px;
}

.team-member.aos-init.aos-animate {
    /* border: 1px solid #2470ad70; */
    border-radius: var(--team-radius);
    background-color: #fafafa;
    display: grid;
    grid-template-rows: auto 1fr;
    align-items: start;
    
    display: flex;
    flex-direction: column;
}

.team-member-pic {
    flex: 0 1;
}

.team-member-pic img {
   border-top-right-radius: var(--team-radius);
   border-top-left-radius: var(--team-radius);
   aspect-ratio: 1;
   object-fit: cover;
   object-position: top center;
   filter: saturate(0);
   width: 100%;
}

@media only screen and (max-width: 567px) {
  .team-member-pic img {
   aspect-ratio: 1;
   object-fit: cover;
   object-position: top;
   width: 100%;
  }
}


.team-member:hover .team-member-pic > img {
  /*filter: saturate(1);*/
}


.team-member-pic > img:hover {
   /*border-radius: 1%;*/
}

.team-member-bio {
	width: 100%;
    padding: 15px 30px 20px 30px;
    display: grid;
	gap: 0.5rem;
	grid-template-rows: auto 1fr auto;
	height: 100%;
}

.forlinkedin {
    flex: 1 0 0;
    align-content: flex-end;
}

#wrapper .team-member-bio h3 a {
  font-weight: bold !important;
  font-size: var(--font-size-h4);
  margin: 0;
}



#wrapper .team-member-bio .title {
   /* min-height: 2em; */
   font-weight: 400;
   font-size: var(--font-size-h5);
}

.team-member-bio h3, .team-member-bio h4, .team-member-bio details {
    margin: 0 !important;
}

.team-member-bio h4 {
	
}


.team-member-bio p {
    margin-top: 6px;
    margin-bottom: 6px;
}

.team-member-bio p

.team-member details {
    display: revert;

}

.team-member details:hover {
     cursor: pointer;
}

.team-member summary {
 display: revert;
  /*font-weight: bold;*/
  font-size: 15px;
  color: #236fad;
  margin-top: 0.5rem;
}

.team-member summary:hover {
   /*text-decoration: underline; */
   color: #58666d;
        cursor: pointer !important;
}

.team-member details[open] summary::after {
    content: " (hide)";
}

.team-member summary::after {
    content: " (show)";
}

.workforce {
	position: relative;
	display: grid;
	grid-gap: 10px;
	grid-template-columns: repeat(auto-fill, minmax(570px, 1fr) );
}

.evenblock {
	position: relative;
	display: grid;
	grid-gap: 0 10px;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr) );
}

.our-team {
	position: relative;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
	transition: all 0.3s ease 0s;
	color: #ffffff;
}

	.our-team:hover {
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	}
	
.goback * {
	transition: all 250ms ease-in-out;
}

.goback a:hover {
	color: rgb(36, 111, 173) !important;
}

.goback a:hover .icon {
	margin-left: 2rem !important;
}

.tooltip {
	pointer-events: none;
	position: absolute;
	z-index: 99;
	padding: 0.25rem 1rem;
	border-radius: 5px;
	background: #29343d;
	opacity: 0;
	color: #cedfe9;
	font-size: 0.875rem;
	transition: opacity 500ms, transform 500ms;
}

.our-team:nth-child(odd) .tooltip {
	left: 0;
}

.our-team:nth-child(even) .tooltip {
	left: -293px;
}

.our-team:hover .tooltip,
.our-team:focus .tooltip {
	width: 580px;
	opacity: 1;
	transform: translateY(10px);
}

.our-team img {
	transition: all 0.3s ease-in-out 0s;
}

.our-team:hover img {
	opacity: 1;
}

.our-team .bio {
}

.our-team .title {
	display: block;
	font-size: 20px;
	font-weight: 700;
	margin: 6px 0 6px 0;
	color: #ffffff;
}

.our-team .post {
	display: block;
	font-size: 15px;
}

.our-team .social {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
	opacity: 0;
	position: absolute;
	bottom: 10px;
	transition: all 0.3s ease 0s;
}

.our-team:hover .social {
	opacity: 1;
}

.our-team .social li {
	display: block;
}

	.our-team .social li a {
		display: inline-block;
		line-height: 35px;
		font-size: 17px;
		color: #ffffff !important;
		opacity: 0.9;
		position: relative;
		transition: all 0.3s ease-in-out 0s
	}

.our-team:hover .social li:nth-child(1) a {
	transition-delay: 0.3s;
}

.our-team:hover .social li:nth-child(2) a {
	transition-delay: 0.2s
}

.our-team:hover .social li:nth-child(3) a {
	transition-delay: 0.1s;
}

.our-team:hover .social li:nth-child(4) a {
	transition-delay: 0s;
}

.our-team:hover .social li a {
	transform: translate(0, 0)
}

.our-team .social li a:hover {
	transition-delay: 0s;
}

.our-team .pic {
	position: relative;
	transition: all 0.3s ease 0s;
}

.our-team:hover .pic {
	transform: scale(1.01);
}

.our-team .pic img {
	width: 100%;
	height: auto;
}

.our-team .pic .tooltip_marker {
	pointer-events: none;
	position: absolute;
	width: 100%;
	z-index: 99;
	opacity: 0;
	transition: opacity 500ms, transform 500ms;
	background: #29343d;
}

	.our-team .pic .tooltip_marker:before {
		content: '';
		position: absolute;
		top: -9px;
		left: calc(50% - 10px);
		width: 0;
		height: 0;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-bottom: 10px solid #29343d;
	}

.our-team:hover .pic .tooltip_marker,
.our-team:focus .pic .tooltip_marker {
	opacity: 1;
	transform: translateY(10px);
}

@media only screen and (max-width: 990px) {
	.our-team {
		margin-bottom: 30px;
	}
}