.e9-ada-compliant-badge {
    display: flex;
    align-items: center;
}

.e9-ada-compliant-badge__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75em;
}

.e9-ada-compliant-badge__link svg {
    max-height: 3em;
    width: 4em;
    margin-right: 0.75em;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-to-content {
  position: absolute;
  top: -3rem;
  left: 0;
  text-decoration: none;
  background-color: #000;
  color: #fff !important;
  padding: 0.5rem 1rem;
  z-index: 10000000;
  transition: top 0.3s;
}
.skip-to-content:focus {
  top: 0;
}

/* Swipe bullets */
.breakdance .bde-post-loop-2-191 .swiper-pagination-bullet {
	display: inline-flex;
	justify-content: center;
	align-content: center;
	width: 24px;
	height: 24px;
	background-color: transparent !important;
}
.breakdance .bde-post-loop-2-191 .swiper-pagination-bullet::after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	background-color: #fff;
	border-radius: 50%;
}

/* LinkedIn widget */
.sk-ww-linkedin-page-post .sk-posts-body a {
	text-decoration: underline;
}
