/* Custom Theme Styles for BSA CArousel Widget */
.tns-outer {
  position: relative;
}
.tns-controls {
  outline: none;
}
.tns-controls button {
  position         : absolute;
  top              : 0;
  left             : 0;
  bottom           : 0;
  height           : 32px;
  margin           : auto;
  width            : 32px;
  border           : 0;
  border-radius    : 50%;
  background-color : #00000040;
  color            : #003366;
}
.tns-controls button[data-controls="next"] {
  right: 0;
  left: auto;
}

.tns-controls button:hover {
  color: #ffffff;
  background-color: #003366;
}
.tns-nav {
  position: relative;
  text-align: center;
}
.tns-nav button {
  height           : 16px;
  margin           : 2px;
  width            : 16px;
  border           : 0;
  border-radius    : 50%;
  background-color : #00000040;
  color            : #003366;
}

.tns-nav .tns-nav-active {
  background-color: #003366;
}
