#hero-text h2{
    text-shadow: 1px 1px 1px #000, 6px 5px 7px #100503 !important;
}


/*Hero Text Shimmer Anim -- Start*/

.site-branding{
  width:245px !important;
  height:119px;
  position:relative;
  overflow:hidden;
  padding: 0 !important;
  margin:15px 0 2px 15px;
}

.custom-logo-link{
  display:inline-block;
  width:216px;
  height:89px;
  position:relative;
  overflow:hidden;
  background:#828183;
}

.custom-logo-link img{
  position:absolute;top:0;left:0;height:100%;width:100%;
  z-index:0;
  opacity:0;
}
.custom-logo-link:before{
  content:"";z-index:1;
  position:absolute;height:200%;width:200%;top:-120%;left:-120%;
  background:linear-gradient(transparent 0%,
    rgba(255,255,255,0.1) 40%,
    rgba(255,255,255,0.5) 47%,
    rgba(247,177,0,0.31) 57%,
    rgba(254,243,216,0.1) 68%,
    rgba(255,255,255,0.09) 70%,
    transparent 100%);
    transition:all 2s;
    transform:rotate(-45deg);
    animation: shine 10s infinite forwards; /*10s*/
}

.custom-logo-link::after{
  content:"";z-index:2;
  position:absolute;height:100%;width:100%;top:0;left:0;bottom:0;
  background-position: center;
  background-repeat:no-repeat !important;
  background-size:100%;
  background:url(/wp-content/uploads/2022/08/ten22_logo_cropped_reversed.svg);
}

@keyframes shine{
  0%{top:-120%;left:-120%;}
  40%{left:100%;top:100%;}
/*   10%{left:100%;top:100%;} */
/*   70%{left:100%;top:100%;} */
  100%{left:100%;top:100%;}
}

/*Hero Text Shimmer Anim -- End*/

/* Investment & Research Team Bios */
.bios .wpb_single_image .vc_single_image-wrapper.vc_box_rounded img {
    border-radius:10px;
}

.bios p {
    margin-bottom:1rem;
}

.bios p:first-child {
    margin-bottom:0;
}