.wpcf7-form label {
  font-weight: bold;
  display: block;
  margin-bottom: 4px;
}
.wpcf7-form .checkboxes {
  display: flex;
  flex-wrap: wrap;
  row-gap: 8px;
}
.wpcf7-form .checkboxes .wpcf7-list-item {
  flex: 0 1 30%;
}
.wpcf7-form .checkboxes .wpcf7-list-item label {
  font-weight: normal;
}
.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
#usa-map path {
  fill: var(--ast-global-color-7);
  stroke: #fff;
  stroke-width: 0.25;
}
#usa-map path.select {
  fill: #173a68;
}
#usa-map .city-dot {
  fill: #e8ff16;
  cursor: pointer;
}
#usa-map .city-pulse {
  cursor: pointer;
  fill: #000;
  transform-box: fill-box;
  opacity: 0;
  r: 3px;
  transition: opacity 0.3s ease-out;
}
#usa-map .tooltip {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-out;
  pointer-events: none;
}
#usa-map .tooltip rect {
  stroke-width: 0.4;
  stroke: #bbb;
}
#usa-map .tooltip p {
  font-size: 7px;
  line-height: 1;
  text-align: center;
}
#usa-map .city:hover .city-pulse {
  opacity: 0.5;
  r: 8px;
}
#usa-map .city:hover .tooltip {
  opacity: 1;
  visibility: visible;
}

.sticky-images {
  position: relative;
}
.sticky-images img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
}
body.single-team_member .team-role{
  display:block;
  margin: .35rem 0 1.25rem;
  font-weight: 700;   
  font-size: clamp(1rem, .9rem + .5vw, 1.25rem);
  line-height: 1.35;
  color: #1f2a37;        
}
/*# sourceMappingURL=app.css.map */
