/*$font-league-gothic: "League Gothic", "Source Sans 3", sans-serif;
$font-league-gothic-condensed: "League Gothic Condensed", "Source Sans 3", sans-serif;
$font-league-spartan: "League Spartan", "Source Sans 3", sans-serif;
*/
.tns__controls {
  position: relative;
  margin-top: -40px;
  margin-bottom: 60px;
  display: flex;
  align-content: center;
  justify-content: center;
  flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 728px) {
    .tns__controls {
      flex: 0 0 50%;
      max-width: 50%;
      margin-left: 50%;
      margin-top: -60px; } }
  .tns__controls .tns__arrow {
    transition: all 0.25s ease-in-out;
    border: none;
    background: none;
    font-size: 0;
    position: relative;
    top: 6px; }
    .tns__controls .tns__arrow:after {
      content: '';
      width: 25px;
      height: 25px;
      display: inline-flex;
      background-image: url("/themes/custom/dempsters/assets/icons/arrow-left.svg");
      filter: invert(100%) sepia(69%) saturate(179%) hue-rotate(162deg) brightness(150%) contrast(100%); }
    .tns__controls .tns__arrow:last-child:after {
      background-image: url("/themes/custom/dempsters/assets/icons/arrow-right.svg"); }

.tns__dots button {
  border-radius: 50%;
  width: 11px;
  height: 11px;
  background-color: transparent;
  border: 3px solid #FFFFFF;
  padding: 0;
  margin-left: 0.9375rem;
  margin-right: 0.9375rem; }
  .tns__dots button.tns-nav-active {
    background-color: #FFFFFF; }

.light-theme .tns__arrow:after {
  filter: none; }

.light-theme .tns__dots button {
  border-color: #000000; }
  .light-theme .tns__dots button.tns-nav-active {
    background-color: #000000; }
