
/*** 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: t3sbsCSSassets_1499 */

/* t3sbs_assets_1499 */
.gallery {
  display: grid;
  column-gap: 24px; 
  row-gap: 0;  
}
.gallery figure {
  margin: 0 0 0.5rem;
}

@media (min-width: 992px) {
  .gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767.98px) {
  .gallery {
    grid-template-columns: 1fr;
  }
}

.gallery .outer {
  width: 100%;
}
	


/*** T3SB identifier: colorModeToggler */

.bd-mode-toggle .bi {
	width: 1em;
	height: 1em;
	vertical-align: -.125em;
	fill: currentcolor;
}


