
/*** T3SB identifier: t3sbs_skiplink */

.skip-link {
	width: 100%;
	text-align: center;
	display: block;
	padding: 4rem !important;
	background-color: aliceblue;
}
.skip-link span {
	padding: .5rem;
	width: 100%;
	text-align: center;
}

a:focus-visible,
.nav-link:focus-visible {
	outline: 2px solid crimson !important;
	border-radius: 3px !important;
	padding: 5px !important;
}
a.skip-link:focus-visible {
	outline: none !important;
}



/*** T3SB identifier: floatDropdownIconRight */

.dropend .dropdown-toggle::after {
  float: right;
  margin-top: 8px;
}
	


/*** T3SB identifier: swipercss-121625 */

#swiper-121625 {
	width: 100%;
	height: auto;
}
#swiper-121625 .card {
	height: 100% !important;
	display: block !important;
}
#swiper-121625 .swiper-button-next,
#swiper-121625 .swiper-button-prev {
	color: white;
	text-shadow: 1px 1px 2px #000,0 0 25px #000,0 0 5px #000;
}
#swiper-121625 .swiper-slide,
#swiper-121625 .swiper-wrapper {
	height: auto !important;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 0;
}

.swiper-pagination-bullet-active {
  background: var(--bs-primary) !important;
}

	

