.anchor {padding-top:25px;}
.testimonial blockquote::before {
  content: "";
 note:"disabled quote mark on3-19-2025 by request"}
.floatcenter {
  margin-left: auto;
  margin-right: auto;
  text-align:center;
}

figure.image-captioned{margin-bottom:20px;}
#links-library{}
.linklisting {
  display:flex;
  align-items: center;
  gap:30px;
  margin-bottom:30px;
}
.oembed-provider-youtube{
  width:100%;
  aspect-ratio: 3 / 1.5;
  position:relative;
}
iframe {
  width:100%;
  height:100%;
  position:relative;
}
.green-ball-wrapper{
  float:right;
  margin-top:-90px;
  margin-right:-6%;
  position:relative;
  z-index:9
}

@media(max-width:800px){
.green-ball-wrapper{
  float:none;
  margin-top:10px;
  margin-right:auto;
  margin-left:auto;
  margin-bottom:-20px; 
  width:100%;
  text-align: center;
  display:inline-block;
 }
}


.green-ball {
  border:1px solid;
  width:100px;
  height:100px; 
  border-radius:50%;  
  text-align:center;
  display:inline-flex;
  align-items: center;
  background:#57AF47
}
.green-ball a{
  color:#fff;
  transition:all 1s
}
.green-ball a:hover{
  color:inherit;
  text-decoration:none;;
  transition:all 1s
}

