
/*** 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_1458 */

/* t3sbs_assets_1458 */
#c1456{
  position: sticky;
  top: 130px !important;
  z-index: 1020;
  background: white;
  border: 1px solid #eee;
  
  .nav-link{
    color: #212529;
    border-bottom: 1px solid #eee;
    
    &:last-child {
      border-bottom: none;
    }
    
    &:hover {
      background: #f8f9fa;
    }
  }
}
	


/*** T3SB identifier: colorModeToggler */

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


